Page 1 of 1

Only listen for requests over the network.

PostPosted: 06. December 2011 17:36
by dboat
Is there way of setting apache to listen for remote requests only and not the machine it is running on?

Re: Only listen for requests over the network.

PostPosted: 06. December 2011 21:50
by Sharley
In the httpd.conf file look for the Listen directive and change it by adding the network IP.

You may also have to change the SSL listening port in the httpd-ssl.conf in the extra folder.

Remember backup the files before editing and then to save the files and restart Apache.