Under an Xampp install, I modify the apache httpd-vhosts.conf file and then my Apache server will not start
Posted
by
eLLIOT
on Pro Webmasters
See other posts from Pro Webmasters
or by eLLIOT
Published on 2012-05-14T23:37:28Z
Indexed on
2012/10/09
15:58 UTC
Read the original article
Hit count: 399
I have read all the articles but still must be doing something wrong... I modified the httpd-vhosts.conf file to access the project I am working on... I have tried many different configurations and none work. My apache service will not start (I am on Windows 7)... any ideas would be helpful - here is the code I added to the conf file: DocumentRoot "C:/xampp/htdocs" ServerName localhost DocumentRoot C:/xampp/htdocs/socengv1" ServerName socengv1.local
I have also tried this with NameVirtualHost *:80 command with no difference to note.
© Pro Webmasters or respective owner