On Sun, May 22, 2016 at 1:24 PM, @lbutlr <krem...@kreme.com> wrote:
> On Sat May 21 2016 21:05:45 Alessandro Re       <a...@ale-re.net> said:
>>
>> <IfModule mod_userdir.c>
>
> That seems odd.
>
> All of my ifmodule tests had the form
>
> <IfModule dir_module>
>
> (without a .c or .so or anything)

Looks odd, but it's not: IfModule is allowed to use the module
identifier as well as the module file:

<IfModule [!]module-file|module-identifier> ... </IfModule>

(from https://httpd.apache.org/docs/2.4/mod/core.html#ifmodule)

Cheers
~Ale

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to