Apache listening on multiple IPs

AC-Jay

Verified User
Joined
Nov 20, 2009
Messages
9
I have a DA server with two NICs. One has an internal (LAN) IP and the other has an external (WAN) IP. I'm trying to get my server to display pages on both IPs but it only seems to work on my external IP. Any attempts to access websites on the internal IP results in the "Apache is functioning normally" message.

Here are some results of tests I've run:

Code:
http://<ext_ip>/ - "Apache is functioning normally"
http://<ext_ip>/~username -  Shows website as it should

http://<int_ip>/ - "Apache is functioning normally"
http://<int_ip>/~username - 404 Error

No amount of changing any httpd config files will make this work. What am I doing wrong?

Thanks in advance,
Jay
 
Back
Top