Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Disabling a C Apache handler with mod_perl

by Mutant (Priest)
on May 18, 2007 at 09:03 UTC ( [id://616167]=note: print w/replies, xml ) Need Help??


in reply to Re: Disabling a C Apache handler with mod_perl
in thread Disabling a C Apache handler with mod_perl

Thanks...

I don't think set_handlers() (and similar methods) will work here, because they only appear to deal with mod_perl handlers, not C handlers.

How do I go about modifying the Apache config on the fly? AFAICT, the methods relating to config in the Apache object are read-only.
  • Comment on Re^2: Disabling a C Apache handler with mod_perl

Replies are listed 'Best First'.
Re^3: Disabling a C Apache handler with mod_perl
by perrin (Chancellor) on May 18, 2007 at 12:53 UTC
    You can set C handlers. For example, this tells apache to use the standard file handler:
    $r->handler('default-handler');

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://616167]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-24 21:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found