Home
The Toolkit for Online Communities
15939 Community Members, 0 members online, 2338 visitors today
Log In Register

Forum OpenACS Q&A: Re: virtual IPs, apache reverse proxy and aolserver...

OpenACS Home : Forums : OpenACS Q&A : Re: virtual IPs, apache reverse proxy and aolserver... : One Message

+
Posted by Jeff Davis on
You probably have something listening on port 80 for all IPs. eg:
$ netstat -an
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN
...
in this case ssh is listening on port 22 for all IPs. if you see 0.0.0.0:80 that probably means apache has taken port 80...