Hi I am using Wamp server 2.2. i recently made some changes to the Apache configuration to allow me to make a virtual host for the Zendframework. the change i made were as follows: <VirtualHost 127.0.0.1> ServerName zendy DocumentRoot "C:\workspace\zendy\public" SetEnv APPLICATION_ENV "development" <Directory "C:\workspace\zendy\public"> DirectoryIndex index.php AllowOverride All Order Deny,Allow Allow from all </Directory> </VirtualHost> Since these changes were made, my wamp server will not start up. the wamp bar remain red. can somebody please advise me what i have to do to find out/trace where the fault is? warm regards Andreea
You should first check the error.log file. Normally you can see the problem in that file. You should post the output here.
hi everyone special thanks to testu for asking for me to put down here the error log: [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. i made changes to the file: extra/httpd-vhosts.conf thereafter the apache refused to start up and i got the above error messages the changes that i made to apache were: <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> i would appriciate any advised about what i could have done wrong warm regards Andreea
Andreea, Can you post the entire httpd.conf file here? Also, what exactly did you change since wamp used to work? What extra lines did you add?