"Chad Brekke" <ChadBrekke@gmail.com> schreef in bericht
news:1132015827.117464.136670@g47g2000cwa.googlegr oups.com...
> Message: "The document contains no data."
> No external IP's show in the access.log file
Unsure whether logging is complete without any access_log being defined
below
> The Apache virtual sites are running on a seperate dedicated IP
Below shows shared IP ...
> VHOST Configuration
> NameVirtualHost 172.31.1.102:80
>
> <VirtualHost 172.31.1.102:80>
> ServerAdmin webmaster@site1.com
> DocumentRoot w:/site1.com
> ServerName site1.com
> ErrorLog logs/site1_error.log
> </VirtualHost>
>
> <VirtualHost 172.31.1.102:80>
> ServerAdmin webmaster@site2.com
> DocumentRoot w:/site2.com
> ServerName site2.com
> ErrorLog logs/site2_error.log
> </VirtualHost>
>
> We configure an on-site DNS.
Are the site names known in _public_ DNS?
What's the LANside IP of the Cisco router?
HansH