Stas Bekman wrote:
Philippe M. Chiasson wrote:
This patch makes the document_root read/write for non-threaded MPMs, since it's
unsafe to do so with threaded MPMs until httpd stores the document root elsewhere
than in the server configuration structure.
it sucks that we deviate from write-once run-anywhere, but +1 on the code,
I know, but what can we do? Of course, pushing on httpd-dev to get an API to safely modify document_root even on threaded mpm is possible.
I guess we could and should try. Any takers to pursue that idea over httpd-dev?
but please don't commit it till the docs are adjusted.
Yeah, I have to write that up too.
Don't forget to make an outstanding note to avoid using that feature (set) in any CPAN modules... Thanks.
Any other existing places in the doc where I can cut-n-paste a warning from ?
src/docs/2.0/api/Apache/ServerRec.pod =head2 Limited Functionality under Threaded MPMs
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
