Exclamation marks in RED TRIANGLE next to 4 Apache modules
Posted by: exotichack (93.169.84.---)
Date: July 13, 2015 07:43AM

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.4.9 64-bit install, on Windows 7

I am new to these all please give me solution n steps in brief

Thanks

Re: Exclamation marks in RED TRIANGLE next to 4 Apache modules
Posted by: Otomatic (Moderator)
Date: July 13, 2015 09:33AM

Hi,

There is no problem.

There are "module_name.so" in wamp\bin\apache\apache2.4.9\modules\ but no corresponding load line in wamp\bin\apache\apache2.4.9\conf\httpd.conf file.

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

Re: Exclamation marks in RED TRIANGLE next to 4 Apache modules
Posted by: ciprianmp (---.210.55.185.getinternet.no)
Date: July 13, 2015 08:51PM

Hi,
Indeed, as Otomatic say, as soon as you put those 4 missing lines in httpd.conf, save it, exit Wamp and then restart it, the warning icons disappear. I always had them there but did't know what is wrong. Good catch, thanks.

#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

On the other hand, my php5_module has a blue Info icon. I do have this block and the dll is there. What could be wrong?
LoadModule php5_module "c:/wamp25/bin/php/php5.5.12/php5apache2_4.dll"

Ciprian M.

Re: Exclamation marks in RED TRIANGLE next to 4 Apache modules
Posted by: Otomatic (Moderator)
Date: July 13, 2015 09:03PM

Hi,
This Info icon indicate that the load of this module cannot be switch off.

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

Sorry, only registered users may post in this forum.