Byron Dickson wrote:
Was letting you know all of the information just incase it made adifference, how I was accessing apache. But I still need to know how to set up the virtual host.thanks
open your apache conf file. near the bottom should be an example of VirtualHost:
#<VirtualHost *:80> # ServerAdmin webmaster@xxxxxxxxxxxxxxxxxxxxxx # DocumentRoot /www/docs/dummy-host.example.com # ServerName dummy-host.example.com # ErrorLog logs/dummy-host.example.com-error_log # CustomLog logs/dummy-host.example.com-access_log common #</VirtualHost>make sure you uncomment #NameVirtualHost *:80 too, or add depending on the port. do you have an example of what you tried? whats in the error log?
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx