stas 2004/11/03 19:41:20 Modified: src/docs/2.0/user/troubleshooting troubleshooting.pod Log: mention Env::C as another solution for %ENV setting for the process level. Revision Changes Path 1.29 +14 -0 modperl-docs/src/docs/2.0/user/troubleshooting/troubleshooting.pod Index: troubleshooting.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/troubleshooting/troubleshooting.pod,v retrieving revision 1.28 retrieving revision 1.29 diff -u -u -r1.28 -r1.29 --- troubleshooting.pod 3 Nov 2004 23:13:45 -0000 1.28 +++ troubleshooting.pod 4 Nov 2004 03:41:20 -0000 1.29 @@ -400,6 +400,20 @@ module. Therefore you need to make sure that wherever that load happens C<%ENV> is properly set by that time. +Another solution that works B<only with prefork mpm>, is to use +C<Env::C> ( http://search.cpan.org/dist/Env-C/ ). This module sets the +process level environ, bypassing Perl's C<%ENV>. This module is not +thread-safe, due to the nature of environ process struct, so don't +even try using it in a threaded environment. + + + + + + + + + =head2 Error about not finding I<Apache.pm> with I<CGI.pm> You need to install at least version 2.87 of CGI.pm to work
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]