[vox-tech] Apache: 2, Me: 0.

Rod Roark rod at sunsetsystems.com
Tue Feb 15 08:28:42 PST 2011


On 02/15/2011 08:05 AM, Peter Salzman wrote:
> and in ports.conf:
>
>       Listen 192.168.0.2:80
>
>       <IfModule mod_ssl.c>
>             # SSL name based virtual hosts are not yet supported, therefore no
>             Listen 443
>       </IfModule>
>
>       ServerName dirac.org

So it's only listening on 192.168.0.2.  Perhaps packets from outside
your network are forwarded to some other IP?

To listen on all ports, change the first Listen directive to
just "Listen 80".

Rod


More information about the vox-tech mailing list