Exclamation marks in RED TRIANGLE next to 4 Apache modules
Posted by: orlando1974 (---.cable.teksavvy.com)
Date: July 17, 2014 06:45PM

Hi, this has never happened to me before when I installed WampServer...
When I look at the Apache modules, 4 of them have an exclamation mark inside a red triangle.
They are:

auth_form_module
cache_socache_module
macro_module
proxy_wstunnel_module

This is the current WampServer 2.5 64-bit install, on Windows 8.1
I installed all MS Runtime Libraries prior to setup.

Whats going on???
How do I fix this?

Options: ReplyQuote
Re: Exclamation marks in RED TRIANGLE next to 4 Apache modules
Posted by: Otomatic (Moderator)
Date: July 17, 2014 07:24PM

Hi,

This /!\ Warning will be explained in the next Wampserver version with the following message, for example, for the first module:

There is 'mod_auth_form_module.so' file in apachex.y.z/modules/ directory
but there is no 'LoadModule auth_form_module modules/mod_auth_form.so' line in httpd.conf file


You need to add the lines in httpd.conf

#LoadModule auth_form_module modules/mod_auth_form.so

#LoadModule cache_socache_module modules/mod_cache_socache.so

#LoadModule macro_module modules/mod_macro.so

#LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.