in reply to Disabling a C Apache handler with mod_perl
There's some discussion of it in the docs. If that doesn't work, you can try manipulating the configuration from mod_perl on the fly, i.e. only add the C handler for that phase when you want it, from a perl handler that runs earlier.$r->set_handlers( PerlHeaderParserHandler => [ \&OK ] );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Disabling a C Apache handler with mod_perl
by Mutant (Priest) on May 18, 2007 at 09:03 UTC | |
by perrin (Chancellor) on May 18, 2007 at 12:53 UTC |