View Single Post

  #4 (permalink)  
Old 12-10-2003
Davide Bianchi
 
Posts: n/a
Default Re: hostnamelookups question

Barton L. Phillips <barton@applitec.com> wrote:
> Here is my httpd.conf.


I asked for the _relevant_ _part_. Nobody like to read 1000+ lines
long message!

> # Load config files from the config directory "/etc/httpd/conf.d".
> Include conf.d/*.conf


Something in this dir?

> NameVirtualHost 68.122.243.210


Unless you have specific reasons, DO NOT use IP addresses with VHost,
change the IP address with * in all the VHost entry and in the
NameVirtualHost.

Davide