php - WampServer Apache not starting -


i've installed wampserver many times, , everytime face problem.

the wamp tray icon orange :

wamp tray icon orange

and errors in apache error log :

[sun may 31 07:29:32.246382 2015] [mpm_winnt:notice] [pid 2972:tid 376] ah00455: apache/2.4.9 (win32) php/5.5.12 configured -- resuming normal operations

[sun may 31 07:29:32.246382 2015] [mpm_winnt:notice] [pid 2972:tid 376] ah00456: apache lounge vc11 server built: mar 16 2014 12:13:13

[sun may 31 07:29:32.246382 2015] [core:notice] [pid 2972:tid 376] ah00094: command line: 'f:\wamp\bin\apache\apache2.4.9\bin\httpd.exe -d f:/wamp/bin/apache/apache2.4.9'

[sun may 31 07:29:32.527182 2015] [mpm_winnt:notice] [pid 2972:tid 376] ah00418: parent: created child process 2700

[sun may 31 07:29:59.421630 2015] [mpm_winnt:crit] [pid 2972:tid 376] ah00419: master_main: create child process failed. exiting.

when test port 80 says :

enter image description here

checked system environment variables errors , understood nothing there :

enter image description here

what causes problem?

please check have visual c++ redistributable visual studio 2012 update 4 installed on computer.

apache 2.4.9 requires library installed.

click download button , select either x86(32bit) or x64(64bit) link match version of wampserver(32 or 64) installed.

if running on 64bit windows, idea download , install both 64 , 32 bit libraries, somewhere use in future require library.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -