stas 2003/11/26 00:40:10 Modified: src/docs/1.0/guide config.pod Log: Do Perl* Directives Affect Code Running under mod_cgi? Revision Changes Path 1.18 +13 -0 modperl-docs/src/docs/1.0/guide/config.pod Index: config.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/config.pod,v retrieving revision 1.17 retrieving revision 1.18 diff -u -u -r1.17 -r1.18 --- config.pod 19 Nov 2003 00:40:01 -0000 1.17 +++ config.pod 26 Nov 2003 08:40:10 -0000 1.18 @@ -2157,6 +2157,19 @@ that last regex could be rewritten as C<^(/.+)$> and all would be well. +=head2 Do Perl* Directives Affect Code Running under mod_cgi? + +No, they don't. + +So for example if you do: + + PerlSetEnv foo bar + +It'll be seen from mod_perl, but not mod_cgi or any other module. + + + + =head1 Configuration Security Concerns The more modules you have in your web server, the more complex the
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]