I'm running itk as Apache MPM.
In order to prevent error in case I need to change the MPM in the future, I set
<IfModule itk.c>
AssignUserID user group
</IfModule>
but I found that it gets ignored. In fact, if I add a WTF like and run rcapache2 configtest it returns me Syntax OK
<IfModule itk.c>
AssignUserID user group
WTF ##doesn't throw error
</IfModule>
By the way, /etc/sysconfig/apache2 shows APACHE_MPM="itk"
How do I check if I'm running itk or not?
EDIT: If I remove the ifmodule and restart I get
Invalid command 'WTF', perhaps misspelled or defined by a module not included in the server configuration
ifmodulecondition and see if it throws an error. Looks like the module isn't actually loaded. – sonassi Sep 29 '12 at 10:56