Apache won't start in wamp server version 2.4.4 -


when run command in cmd c:\wamp\bin\apache\apache2.4.4\bin\httpd given solution in question of stack overflow apache not starting given following error:

c:\wamp\bin\apache\apache2.4.4\bin>httpd.exe: syntax error on line 539 of c:/wamp/bin/apache/apache2.4.4/conf/httpd.conf: not open config directory c:/wamp/vhosts: system cannot find path specified.

but apache service not starting , unable understand problem wamp server working last 2 months , problem occurs error log of apache service not showing error.

your vhost dir points c:/wamp/vhosts instead of c:\wamp\bin\apache\apache2.4.4\conf\extra should able chante in httpd.conf

edit in httpd.conf

virtual hosts

include conf/extra/httpd-vhosts.conf

then should check vhosts config in httpd-vhosts.conf


Comments