Apache service not starting with virtualhost
Posted by: Censor (---.80-203-244.nextgentel.com)
Date: January 06, 2006 01:01AM

Hi - My wamp5 1.6 works perfectly on my WinXP.

However, I need to enter a virtualhost setting for my webdav system - been at this for many many hours now...

My wamp is installed in D:/wamp
Root dir is D:/www/_site

This is my latest attempt at configuring httpd.conf:

NameVirtualHost *:80
<VirtualHost *:80>
DocumentRoot “D:/www/_site”
ServerName webdav
<Directory “D:/www/_site”>
AllowOverride all
</Directory>
</VirtualHost>

When I restart services, it says that "1 of 2 services running" - seems apache wont start

really could use some help on this one :-)

Re: Apache service not starting with virtualhost
Posted by: Romain Bourdon (---.w193-251.abo.wanadoo.fr)
Date: January 06, 2006 09:22AM

Have a llok at your apache log file, it will give you info on your problem.

Romain

Sorry, only registered users may post in this forum.