Byron Dickson wrote:
Was letting you know all of the information just incase it made a
difference, 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 [EMAIL PROTECTED]
#    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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to