Ignored Apache Modules

sysadm

Active Member
#1
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:
Code:
fcgid,mod_fcgid,mod_fcgid.c
And confirmation:
Code:
# grep 'Ignore' /usr/local/lsws/conf/httpd_config.xml
  <apacheIgnoredModules>fcgid,mod_fcgid,mod_fcgid.c</apacheIgnoredModules>
#
My httpd.conf:
Code:
<IfModule mod_fcgid.c>
(...)
Action testphp "/fcgid/php-cgi"
ScriptAlias /fcgid/ "/usr/local/php/php5/bin/"
</IfModule>
And these directives above are still parsed by Litespeed.

Is "ignored Apache Modules" working for anyone? How to use it?
 
Last edited:

mistwang

LiteSpeed Staff
#2
It is a feature back port from 4.1RC release, it was not ported properly, just fixed this, do a force reinstall, it should work now.
 

sysadm

Active Member
#4
just fixed this, do a force reinstall, it should work now.
Thank you, the latest build is working.

Nope. Sorry, my mistake

I've latest build but 'Ignore Apache modules' still doesn't work.
I've tried to stop & start new Litespeed again.

This is confirmation of properly reinstallation:
Code:
# la -la lshttpd.4.0.17
-r-xr-xr-x  1 root  wheel  2862943 26 Oct 23:17 lshttpd.4.0.17
# md5 lshttpd.4.0.17
MD5 (lshttpd.4.0.17) = f68b39a6d9f0a2c0061243e42e4c4f1f
#

BTW. If quoted field syntax is OK, I suggest to move this topic to "Bug Reports" subforum.
 
Last edited:
Top