Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache help vhost

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Ok,

i add a vertual host.. but when i try to acses it from the web i get the 404 error ..

in the error logs it seas the

/ does not exist

but it does and its 777

any ideas y?
 
Hi,

What does your virtual host block look like? Assuming you are using name based virtual hosting it should be something like this :

NameVirtualHost 172.16.16.1

<VirtualHost 172.16.16.1>
UseCanonicalname off
ServerName DocumentRoot /var/</VirtualHost>

Hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top