1
Every time I restart the PC, my Wamp won’t open the Mysql.
I have to reinstall and end up losing my banks.
The wamp server opens, but the icon turns yellow.
this happened after I install Python/Django and Nodejs. I do not know which exactly because I installed the two followed and I did not test the Wamp before. I remember that during the installation, I had to change a windows file, which at the end had /wamp
. and put /python
. but I don’t remember where I did it. I couldn’t find it to test.
Does anyone have the answer to that ? :)
apache_error.log
[Thu May 21 19:22:39.022079 2015] [core:alert] [pid 15120:tid 968] [client ::1:49826] C:/wamp/www/PROJETOS/orientacao-objeto/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Thu May 21 19:22:39.048095 2015] [authz_core:error] [pid 15120:tid 968] [client ::1:49826] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/projetos/
[Thu May 21 19:22:39.049096 2015] [authz_core:error] [pid 15120:tid 968] [client ::1:49826] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/projetos/
[Thu May 21 19:22:39.050097 2015] [authz_core:error] [pid 15120:tid 964] [client ::1:49827] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/projetos/
[Thu May 21 19:22:39.052100 2015] [authz_core:error] [pid 15120:tid 960] [client ::1:49828] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/projetos/
[Thu May 21 19:22:39.053100 2015] [authz_core:error] [pid 15120:tid 956] [client ::1:49829] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/projetos/
[Thu May 21 19:23:02.873965 2015] [authz_core:error] [pid 15120:tid 936] [client ::1:49840] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/denis-manzetti/
[Thu May 21 19:23:02.874966 2015] [authz_core:error] [pid 15120:tid 944] [client ::1:49841] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/denis-manzetti/
[Thu May 21 19:23:02.874966 2015] [authz_core:error] [pid 15120:tid 936] [client ::1:49840] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/denis-manzetti/
[Thu May 21 19:23:02.875967 2015] [authz_core:error] [pid 15120:tid 968] [client ::1:49842] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/denis-manzetti/
Check which Mysql startup error is in the logs that are usually in
C:\wamp\logs
.– rodorgas
I edited the question, these are the last ones of the list, you can check the complete file at the link: http://pastebin.com/DjsivSnA
– manzetti.denis
This Pastebin contains the access log, create one with the apache_error.log also.
– rodorgas
How’s your apache configuration file?
– Victor Stafusa
Do you have any port conflicts? Did you check? What version of Windows is this?
– Marco Aurelio