Topic awaiting preservation: httpd.conf help (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: beyond the gray sky |
posted 10-17-2011 15:50
if this is in the wrong place, feel free to move it. code: <VirtualHost *:80> ServerName web DocumentRoot /home/john/web_root/hhc/ <Directory "/home/john/web_root/hhc"> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> ErrorLog /tmp/web.hhc.local.error.log </VirtualHost> <VirtualHost *:80> ServerName it DocumentRoot /home/john/web_root/it <Directory "/home/john/web_root/it"> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> ErrorLog /tmp/it.hhc.local.error.log </VirtualHost>
|
Paranoid (IV) Inmate From: INFRONT OF MY PC |
posted 10-17-2011 16:14
As a start i think you need to specifie the whole domain name |
Paranoid (IV) Inmate From: beyond the gray sky |
posted 10-18-2011 00:07
thanks for the quick reply, blacknight |