Tugger the SLUGger!SLUG Mailing List Archives

[SLUG] virtual hosting question


guys
I have just modified my webserver for name based virtual hosting. it was all
working when I only had the one domain (altsim.org) now i can only access
the root document and none of the sub directories. any ideas?

rob


the details...

excerpt from httpd.conf
#######
ServerType standalone
Port 80
HostnameLookups off
User nobody
Group nobody
ServerAdmin rob@xxxxxxxxxx
ServerName www.altsim.org 

NameVirtualHost 139.130.12.242

<VirtualHost 139.130.12.242>
ServerAdmin rob@xxxxxxxxxx
DocumentRoot /home/www/docs/altsim/
ServerName www.altsim.org
ErrorLog logs/altsim-error_log
TransferLog logs/altsim-access_log
</VirtualHost>

<VirtualHost 139.130.12.242>
ServerAdmin rob@xxxxxxxxxxxxxxx
DocumentRoot /home/www/docs/greenbox/
ServerName www.greenbox.com.au
ErrorLog logs/greenbox-error_log
TransferLog logs/greenbox-access_log
</VirtualHost>