On Sun, May 22, 2016 at 1:24 PM, @lbutlr <kremels@xxxxxxxxx> wrote: > On Sat May 21 2016 21:05:45 Alessandro Re <ale@xxxxxxxxxx> 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-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx