WAMP is Orange, and won't start.
Posted by: fkalanda (198.24.31.---)
Date: April 16, 2014 06:34PM

I am running into this problem where Wamp is Orange and wont start. I don't understand why this happened since everything was fine just a while ago. I was having trouble with a. framework (kohana) that I installed, then I resolved that issue by enabling " rewrite module" in apache everything work fine then. I don't know if the Apache's "orange issue" started right after that or later. Here are some errors that I see:

- In MySQL Log:

2014-04-16 12:02:03 8276 [Note] Plugin 'FEDERATED' is disabled.
2014-04-16 12:02:03 8276 [Note] InnoDB: The InnoDB memory heap is disabled
2014-04-16 12:02:03 8276 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2014-04-16 12:02:03 8276 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-04-16 12:02:03 8276 [Note] InnoDB: Not using CPU crc32 instructions
2014-04-16 12:02:03 8276 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2014-04-16 12:02:03 8276 [Note] InnoDB: Completed initialization of buffer pool
2014-04-16 12:02:03 8276 [Note] InnoDB: Highest supported file format is Barracuda.
2014-04-16 12:02:04 8276 [Note] InnoDB: 128 rollback segment(s) are active.
2014-04-16 12:02:04 8276 [Note] InnoDB: Waiting for purge to start
2014-04-16 12:02:04 8276 [Note] InnoDB: 5.6.12 started; log sequence number 2568346
2014-04-16 12:02:04 8276 [Note] Server hostname (bind-address): '*'; port: 3306
2014-04-16 12:02:04 8276 [Note] IPv6 is available.
2014-04-16 12:02:04 8276 [Note] - '::' resolves to '::';
2014-04-16 12:02:04 8276 [Note] Server socket created on IP: '::'.
2014-04-16 12:02:04 8276 [Note] Event Scheduler: Loaded 0 events
2014-04-16 12:02:04 8276 [Note] wampmysqld: ready for connections.
Version: '5.6.12-log' socket: '' port: 3306 MySQL Community Server (GPL)

-In Windows Event Viewer:
The Apache service named reported the following error:
>>> Invalid command 'Require', perhaps misspelled or defined by a module not included in the server configuration .
The Apache service named reported the following error:
>>> AH00526: Syntax error on line 224 of C:/wamp/bin/apache/Apache2.4.4/conf/httpd.conf: .

Not really sure why this is happening, and I am kinda of a new Wamp user, any help will be appreciated!

Options: ReplyQuote
Re: WAMP is Orange, and won't start.
Posted by: fkalanda (198.24.31.---)
Date: April 16, 2014 09:34PM

I found the solution myself, so for your information:

The Require directive is supplied by mod_authz_core. If the module has not been compiled into your Apache binary, you will need to add an entry to your configuration file to load it manually. You can check which modules are compiled in with httpd.exe -l.

If the module is not compiled in, load it with a configuration line similar to the following:

LoadModule authz_core_module "<apache install dir>/modules/standard/mod_authz_core.so"

You will need to adjust the path for your system of course, and on a Windows box the library may well be a dll rather than an so file.

Options: ReplyQuote
Re: WAMP is Orange, and won't start.
Posted by: RiggsFolly (---.ppp.as43234.net)
Date: April 19, 2014 08:49PM

Hi,

Actually WAMPServer comes with the mod_authz_core.so already configured in httpd.conf so if it was turned off you must have done it yourself, intentionally or accidentally.

All you needed to do was uncomment the existing line in httpd.conf


LoadModule authz_core_module modules/mod_authz_core.so


Also APache on windows understands .so files as they are.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote


Sorry, only registered users may post in this forum.