geoff 2003/10/08 08:16:48 Modified: src/docs/2.0/user/config config.pod src/docs/2.0/user/handlers intro.pod protocols.pod Log: undo PerlDefaultPortHandler Revision Changes Path 1.45 +0 -5 modperl-docs/src/docs/2.0/user/config/config.pod Index: config.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/config/config.pod,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- config.pod 7 Oct 2003 19:57:38 -0000 1.44 +++ config.pod 8 Oct 2003 15:16:47 -0000 1.45 @@ -709,10 +709,6 @@ See C<L<PerlProcessConnectionHandler|docs::2.0::user::handlers::protocols/PerlProcessConnectionHandler>>. -=head2 C<PerlDefaultPortHandler> - -See C<L<PerlDefaultPortHandler|docs::2.0::user::handlers::protocols/PerlDefaultPortHandler>>. - @@ -984,7 +980,6 @@ PerlPreConnectionHandler ITERATE SRV PerlProcessConnectionHandler ITERATE SRV - PerlDefaultPortHandler ITERATE SRV PerlPostReadRequestHandler ITERATE SRV PerlTransHandler ITERATE SRV 1.12 +0 -3 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.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- intro.pod 7 Oct 2003 19:57:38 -0000 1.11 +++ intro.pod 8 Oct 2003 15:16:48 -0000 1.12 @@ -99,8 +99,6 @@ =item * C<L<PerlProcessConnectionHandler|docs::2.0::user::handlers::protocols/PerlProcessConnectionHandler>> -=item * C<L<PerlDefaultPortHandler|docs::2.0::user::handlers::protocols/PerlDefaultPortHandler>> - =back @@ -244,7 +242,6 @@ PerlPreConnectionHandler RUN_ALL PerlProcessConnectionHandler RUN_FIRST - PerlDefaultPortHandler RUN_FIRST PerlPostReadRequestHandler RUN_ALL PerlTransHandler RUN_FIRST 1.11 +0 -23 modperl-docs/src/docs/2.0/user/handlers/protocols.pod Index: protocols.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/handlers/protocols.pod,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- protocols.pod 7 Oct 2003 19:57:38 -0000 1.10 +++ protocols.pod 8 Oct 2003 15:16:48 -0000 1.11 @@ -168,29 +168,6 @@ return Apache::OK; } -=head2 PerlDefaultPortHandler - -Related to both the I<PerlProcessConnectionHandler> and the -I<PerlPreConnectionHandler> is the I<PerlDefaultPortHandler>, -whose sole purpose is to return an integer corresponding to the -default port for the protocol in question. The default port -will be used internally by Apache when generating self-referential -URLs and the port cannot be determined by other means (such as the -I<ServerName> or I<Host> header, or when I<UseCanonicalName> is -set to I<Off>). - -The I<PerlDefaultPortHandler> callback is not part of the request -cycle, and instead is called on demand whenever port related -API calls (such as I<get_server_port()>) fall through to the -default. - -This hook is of type -C<L<RUN_FIRST|docs::2.0::user::handlers::intro/item_RUN_FIRST>>. - -Similar to the other protocol handlers, the I<PerlDefaultPortHandler>'s -configuration scope is -C<L<SRV|docs::2.0::user::config::config/item_SRV>>. - Now let's look at the following two examples of connection
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]