I'm having some problems here, and was wondering whether it was an Apache problem. We have two firewalls where I'm at, Apache is installed on the second one. The first firewall is setup to forward all outside requests to port 80 on the second firewall. Apache is only working on the lan, not the internet. What I was wondering is whether Apache binds to the first network card by default, and if so, how to enable Apache to bind to the second interface as well. I've tried Virtual Hosts, to no avail. Apache 1.3.28 if that helps.
According to the FAQ, Apache listens to all interfaces by default (which, of course, doesn't make sense of why they then put in a Listen directive! - I kept reading - it's more for adding other ports than interfaces/IPs)
Listen directive may work - I have no way of testing.
Note what FAQ question 18 states -
already gave it a shot by changing the port value- however I called our company's ISP (who owns the outside router, no one but them are allowed to touch it), and repeatedly requested for them to reboot the damn thing, and they finally did. suffice to say, that solved the problem. I thought perhaps it was an Apache issue, as ive never ran Apache on a system with multiple interfaces. Thanks for the reply though, and yes, i saw the Apache FAQ as well, thats what confused me as why it wasnt working.