Torsten Foertsch wrote:
> Hi,
>
> what is the canonical way to change "Options" from a handler?
I don't think so, as Options is private to httpd
>
> Apache2::Access::allow_options is read-only. Various attempts with
> $r->add_config in the uri translation and header parser phases failed:
>
Hi,
what is the canonical way to change "Options" from a handler?
Apache2::Access::allow_options is read-only. Various attempts with
$r->add_config in the uri translation and header parser phases failed:
$r->add_config([q{Options +ExecCGI}]): $r->add_config() has failed: Options
not allowed he