IfModule itk.c ignored even if I'm running Apache itk
Posted
by
djechelon
on Server Fault
See other posts from Server Fault
or by djechelon
Published on 2012-09-29T09:31:40Z
Indexed on
2012/09/29
9:39 UTC
Read the original article
Hit count: 146
apache2
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?
© Server Fault or respective owner