[CentOS] CentOS 4.1 Apache

Mon Jul 4 02:48:55 UTC 2005
Peter Arremann <loony at loonybin.org>

On Sunday 03 July 2005 22:06, Ben wrote:
> NameVirtualHost xxx.xxx.xxx.xxx:80
>
> <VirtualHost xxx.xxx.xxx.xxx:80>
>     DocumentRoot /www/svgeek
>     ServerName www.svgeek.com
> </VirtualHost>
>
> <VirtualHost xxx.xxx.xxx.xxx:80>
>     DocumentRoot /www/bluesky
>     ServerName www.blueskyinnovations.com
> </VirtualHost>
>
> <VirtualHost xxx.xxx.xxx.xxx:80>
>     DocumentRoot /www/bluesky
>     ServerName www.power-boot.com
> </VirtualHost>
>
>
> where xxx.xxx.xxx.xxx is the external/public IP address.
Looks good so far - is there anything logged in your error.log? 
Did this setup work (and you upgraded something) or is this something new 
you're trying to set up?

Peter.