I don't know how to specify module names in webconsole. I suspect I am doing this in a wrong way or this feature doesn't work at all. Popup helper says nothing about it. I can't get "Ignored Apache Modules" to work on any settings. I am using three different ways of typing module name (as below).
My value of field "Ignore Apache Modules" is:
And confirmation:
My httpd.conf:
And these directives above are still parsed by Litespeed.
Is "ignored Apache Modules" working for anyone? How to use it?
My value of field "Ignore Apache Modules" is:
Code:
fcgid,mod_fcgid,mod_fcgid.c
Code:
# grep 'Ignore' /usr/local/lsws/conf/httpd_config.xml
<apacheIgnoredModules>fcgid,mod_fcgid,mod_fcgid.c</apacheIgnoredModules>
#
Code:
<IfModule mod_fcgid.c>
(...)
Action testphp "/fcgid/php-cgi"
ScriptAlias /fcgid/ "/usr/local/php/php5/bin/"
</IfModule>
Is "ignored Apache Modules" working for anyone? How to use it?
Last edited: