I'm using apache 1.3 with several virtual host.
Each host has a DNS record from dyndns like foo.com, elsa.org,
example.edu,... and they have all the same IP adresse (24.50.24.50 for
example).
Using url
http://foo.com I can correctly access to foo.com website,
and so on with others virtual host.
But using url
http://24.50.24.50 I would like apache to serve a
default virtual host I can choose, for example elsa.org.
I tried to put the first virtual host in httpd.conf as default virtual
host, but that does not work.
How can I get apache serve the website (virutal host) I want when
usint its IP in the url ? How can I do that ?
Thanx in advance for your help.
John