Re: [MP2] Setting ExecCGI in a TransHandler

2005-12-15 Thread Geoffrey Young
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: >

[MP2] Setting ExecCGI in a TransHandler

2005-12-15 Thread Torsten Foertsch
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