stas 2003/09/30 11:07:00 Modified: src/docs/1.0/guide intro.pod Log: registry doesn't setup cgi env vars Revision Changes Path 1.17 +0 -5 modperl-docs/src/docs/1.0/guide/intro.pod Index: intro.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/intro.pod,v retrieving revision 1.16 retrieving revision 1.17 diff -u -u -r1.16 -r1.17 --- intro.pod 10 Jun 2002 14:02:52 -0000 1.16 +++ intro.pod 30 Sep 2003 18:07:00 -0000 1.17 @@ -253,11 +253,6 @@ so CGI scripts that use C<exit()> will run correctly. We will talk about all these details in depth later. -The last thing C<Apache::Registry> does, is emulation of mod_cgi's -environment variables, like C<$ENV{SERVER_NAME}>, C<$ENV{REMOTE_USER}> -and so on. B<PerlSetupEnv Off> disables this feature which saves some -memory and CPU cycles. - From the viewpoint of the programmer, there is almost no difference between running a script as a plain CGI script under mod_cgi and running it under mod_perl. There is however a great speed
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]