On Apr 8, 2006, at 11:18 AM, Adam McCarthy wrote:

I am trying to tell Apache2 to listen on port 81
with
Listen *:81

Even if I comment out Listen:80 it still listens on 80.

After starting Apache, telnet 127.0.0.1 81 fails with Connection Refused.

My listen is
Listen *:80
Listen *:81

I have no firewall on the machine. No errors in httpd-error.log.

Thanks in advanced for any inconvience.

Hi Adam,

Are you sure that Apache is picking up the httpd.conf that you are editing? Examining the output of `ps -auxwww |grep httpd` and `httpd - V` could be helpful.

-Andy Reitz.

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to