Make Apache to listen in multiple IPs
        Posted  
        
            by Enrique Becerra
        on Server Fault
        
        See other posts from Server Fault
        
            or by Enrique Becerra
        
        
        
        Published on 2010-03-12T13:30:16Z
        Indexed on 
            2010/03/12
            13:37 UTC
        
        
        Read the original article
        Hit count: 592
        
Hi
I'm in a big LAN, which is behind a proxy/firewall
I'm working with an apache/php/mysql application, which is hosted in a small server besides my workstation. This server is connected to the LAN also and is behind the proxy:
The server has a local IP assigned: 10.64.x.x
Also, this server has a public IP assigned (or redirected from within the proxy/firewall) which is: 200.41.x.x
I can't access public IP from LAN, but I can ping to the public IP from outside the building
How should I configure Apache to listen also for public IP and open the 80 port for people accessing from outside the building?.
It is set now to Listen 10.64.x.x:80
Thanks a lot in advance,
© Server Fault or respective owner