A couple months the IfModule block was modified so that it can use
foo_module instead of the Source File name (ie foo.c).
I believe that using the ${name}_module syntax is clearer than using the
source file name. I would like to encourage using this newer syntax in
the 2.2 Stable Cycle.
Currently PHP users must use:
<IfModule sapi_apache2.c>
Using the Source File name seems completely non-intuitive to me.
In 2.1 they can use:
<IfModule php5_module>
This seems more logical to me.
I would like to change the default httpd.conf.in to use this syntax
instead of the source file name.
Anyone (+|-)1 for it?
If I don't hear anything, I will do it in a couple days.
Thanks,
-Paul Querna