Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Turning on Taint in mod_perl after compile time or in specific packages only?

by perrin (Chancellor)
on Aug 07, 2008 at 21:59 UTC ( [id://703010]=note: print w/replies, xml ) Need Help??


in reply to Turning on Taint in mod_perl after compile time or in specific packages only?

No, there is not. There's only one Perl interpreter per process/thread in a persistent environment like mod_perl, and taint is either on or not.

UPDATE: One workaround would be to run multiple mod_perl backends, one with taint on and one with taint off, and send requests to the appropriate one through your front-end proxy.

  • Comment on Re: Turning on Taint in mod_perl after compile time or in specific packages only?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-25 20:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found