stas 2003/11/25 23:58:49 Modified: src/docs/2.0/user/handlers intro.pod Log: some polish Revision Changes Path 1.16 +5 -5 modperl-docs/src/docs/2.0/user/handlers/intro.pod Index: intro.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/handlers/intro.pod,v retrieving revision 1.15 retrieving revision 1.16 diff -u -u -r1.15 -r1.16 --- intro.pod 26 Nov 2003 07:56:45 -0000 1.15 +++ intro.pod 26 Nov 2003 07:58:49 -0000 1.16 @@ -74,18 +74,18 @@ Different handler groups are supposed to return different values. The only value that can be returned by all handlers is C<Apache::OK>, -which tells Apache that the handler has successfully finished it's +which tells Apache that the handler has successfully finished its execution. C<Apache::DECLINED> is another return value that indicates success, but it's only relevant for L<phases|docs::2.0::user::handlers::intro/Single_Phase_s_Multiple_Handlers_Behavior> -of type C<L<RUN_FIRST|/RUN_FIRST>> +of type C<L<RUN_FIRST|/RUN_FIRST>>. L<HTTP handlers|docs::2.0::user::handlers::http> may also return C<Apache::DONE> which tells Apache to stop the normal L<HTTP request cycle|docs::2.0::user::handlers::http/HTTP_Request_Cycle_Phases> and -fastforward to the +fast forward to the C<L<PerlLogHandler|docs::2.0::user::handlers::http/PerlLogHandler>>, followed by C<L<PerlCleanupHandler|docs::2.0::user::handlers::http/PerlCleanupHandler>>. @@ -107,8 +107,8 @@ C<L<APR::|docs::2.0::api::APR::Const>> constant. L<Protocol handler|docs::2.0::user::handlers::protocols> return values -aren't really handled by Apache, the protocol handler is supposed to -take care of any errors by itself. The only special case is the +aren't really handled by Apache, the handler is supposed to take care +of any errors by itself. The only special case is the C<L<PerlPreConnectionHandler|docs::2.0::user::handlers::protocols/PerlPreConnectionHandler>> handler, which, if returning anything but C<Apache::OK>, will prevent from
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]