Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: HTTP::Daemon Security Question

by fullermd (Priest)
on Jan 06, 2009 at 19:52 UTC ( [id://734489]=note: print w/replies, xml ) Need Help??


in reply to Re^2: HTTP::Daemon Security Question
in thread HTTP::Daemon Security Question

which means it will only accept connections coming in on the localhost IP. Packets going to port 80 from the external IP won't reach this server.

That's true as far as it goes, but it would still be a good idea to check the remote address.

It's possible, depending on your system config, to get a packet coming from the outside aimed at 127.0.0.1. And of course there's no guarantee that the system you're running on hasn't been misconfigured so that 'localhost' ends up giving you an accessible IP.

Replies are listed 'Best First'.
Re^4: HTTP::Daemon Security Question
by bkiahg (Pilgrim) on Jan 06, 2009 at 20:01 UTC
    Good point on the localhost configuration. I probably should do a check that localhost is properly configured and pointing to the right place. Thank you.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://734489]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-23 21:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found