Forum Moderators: phranque
The original configuration file has been setup to listen all connections for port 80. I want my server to listen only for one computer ip, for example:
listen 12.34.56.78:80
If i make this change, and comment out the original line to listen for all ip's, i am unable to start the server.
When trying to start apache service it says "failed to start".
How can i configure the server to listen incoming requests from only ip?
BR,
POPPE
strcasecmp()), so you could use lIsTen, too, if you like. I want my server to listen only for one computer ip, for example:listen 12.34.56.78:80
That is the IP of the network adapter of the server apache is installed on? Because that is, what the listen directive requires.
How can i configure the server to listen incoming requests from only ip?