- To: "'slug@xxxxxxxxxxx'" <slug@xxxxxxxxxxx>
- Subject: [SLUG] virtual hosting question
- From: Rob Shugg <rshugg@xxxxxxxxxxxxxx>
- Date: Tue Aug 15 10:23:32 2000
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>