stas 2002/12/04 23:40:51 Modified: src/docs/2.0/user/handlers http.pod Log: a minor clarification Revision Changes Path 1.9 +11 -9 modperl-docs/src/docs/2.0/user/handlers/http.pod Index: http.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/handlers/http.pod,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- http.pod 5 Dec 2002 07:38:42 -0000 1.8 +++ http.pod 5 Dec 2002 07:40:51 -0000 1.9 @@ -562,9 +562,10 @@ </Location> It's important to notice that C<PerlAccessHandler> can be configured -for any subsection of the site, no matter whether it's served by -mod_perl or not. For example to run the handler from our example for -all requests to the server simply add to I<httpd.conf>: +for any subsection of the site, no matter whether it's served by a +mod_perl response handler or not. For example to run the handler from +our example for all requests to the server simply add to +I<httpd.conf>: <Location /> PerlAccessHandler MyApache::BlockByIP @@ -682,9 +683,9 @@ Just like C<PerlAccessHandler> and other mod_perl handlers, C<PerlAuthenHandler> can be configured for any subsection of the site, -no matter whether it's served by mod_perl or not. For example to use -the authentication handler from the last example for any requests to -the site, simply use: +no matter whether it's served by a mod_perl response handler or +not. For example to use the authentication handler from the last +example for any requests to the site, simply use: <Location /> PerlAuthenHandler MyApache::SecretLengthAuth @@ -1157,9 +1158,10 @@ 127.0.0.1 [Sat Aug 31 01:50:39 2002] "/users/eric/test.pl" 200 8 It's important to notice that C<PerlLogHandler> can be configured for -any subsection of the site, no matter whether it's served by mod_perl -or not. For example to run the handler from our example for all -requests to the server simply add to I<httpd.conf>: +any subsection of the site, no matter whether it's served by a +mod_perl response handler or not. For example to run the handler from +our example for all requests to the server, simply add to +I<httpd.conf>: <Location /> PerlLogHandler MyApache::LogPerUser
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]