Under an Xampp install, I modify the apache httpd-vhosts.conf file and then my Apache server will not start
- by eLLIOT
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.