wamp server does not start: Windows 7, 64Bit

后端 未结 8 2177
萌比男神i
萌比男神i 2020-12-24 13:00

I am trying to install wamp server (following is the exact setup name) on windows 7, 64Bit OS. But it never starts, icon stays in orange color meaning some services did not

8条回答
  •  庸人自扰
    2020-12-24 13:32

    My solution to fix that problem was the following:

    Start > search > cmd.exe (Run as administrator)

    Inside the Command Prompt (cmd.exe) type:

    cd c:/wamp/bin/apache/ApacheX.X.X/bin
    httpd.exe -e debug
    

    **Note that the ApacheX.X.X is the version of the Apache wamp is running.

    This should output what the apache server is doing. The error that causes Apache from loading should be in there. My problem was that httpd.conf was trying to load a DLL that was missing or was corrupted (php5apache2_4.dll). As soon as I overwrote this file, I restarted Wamp and everything ran smooth.

提交回复
热议问题