My Apache wont start-post changes to the extra/httpd-vhosts.conf
Posted by: andreea115 (---.metronet-uk.com)
Date: June 08, 2013 04:51PM

hi everyone.

i am using wamp server 2.2

i tried to install Zend framework on my laptop and accordingly had to config the virtual hosting.

i did this on the extra/httpd-vhosts.conf file.

thereafter my wamp refused to start up. the messages in the error log as as follows;

[Sat Jun 08 15:00:48.430153 2013] [mpm_winnt:notice] [pid 13468:tid 308] AH00354: Child: Starting 150 worker threads.
[Sat Jun 08 15:02:42.934703 2013] [mpm_winnt:notice] [pid 15232:tid 416] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Jun 08 15:02:44.936817 2013] [mpm_winnt:notice] [pid 13468:tid 308] AH00364: Child: All worker threads have exited.
[Sat Jun 08 15:02:44.951818 2013] [mpm_winnt:notice] [pid 15232:tid 416] AH00430: Parent: Child process exited successfully.


the changes that i made to the extra/httpd-vhosts.conf are:


NameVirtualHost *:80

<VirtualHost *:80>
ServerName gamenomad.localhost
DocumentRoot C:\wamp\www\gamenomad\public
SetEnv APPLICATION_ENV "development"
<Directory C:\wamp\www\gamenomad\public
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>

Can sombody please tell me where i have gone wrong or what i need to do to find out why this wont work

thank you so much for reading my post and i look forward to hearing back from you.

warm regards

Andreea

Options: ReplyQuote
Re: My Apache wont start-post changes to the extra/httpd-vhosts.conf
Posted by: andreea115 (---.metronet-uk.com)
Date: June 09, 2013 10:51AM

This issue has been resolved

thank yoiu for your help everyone

warm regards

Andreea

Options: ReplyQuote


Sorry, only registered users may post in this forum.