![]() | 1 | initial version |
I answer to my own question.
While I was initially struggling before discovering the worker->event MPM migration, on a colleague's suggestion, I changed in my .conf file <Files>
for <ScriptAlias>
, neglecting the warning in the documentation. <ScriptAlias>
is strictly equivalent to <Files>
+ Options ExecCGI
. Thus all files are considered scripts and passed to cgid.
Now, why don't an Options -ExecCGI
and a SetHandler None
override <ScriptAlias>
Options
directive?
Shame on me for not having checked that I really changed something in the configuration.