1830233 Members
1835 Online
109999 Solutions
New Discussion

ip aliasing and httpd

 
nibble
Super Advisor

ip aliasing and httpd

guys, i have 1 nic card with 2 ip addresses. both can be ping remotely. with eth0, my http server can be accesssed but when using eth0:0, it cant. any services that i need to run? httpd is working and xinetd.

tnx...
2 REPLIES 2
Alexander Chuzhoy
Honored Contributor

Re: ip aliasing and httpd

In your httpd.conf file in line VirtalHost instead of specifying IP put an asterisk.
Hope it'll help.
Sergejs Svitnevs
Honored Contributor

Re: ip aliasing and httpd

To make the server accept connections on two specified interfaces and port numbers, use:
httpd.conf
...
Listen :80
Listen :80
...
...

...


Regards,
Sergejs