Apache refusing to listen 81

Andrew Reitz ajr9 at po.cwru.edu
Sat Apr 8 18:40:49 UTC 2006


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.



More information about the freebsd-questions mailing list