On Sun, May 22, 2016 at 1:24 PM, @lbutlr <[email protected]> wrote:
> On Sat May 21 2016 21:05:45 Alessandro Re       <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to