You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by pg...@apache.org on 2005/08/24 03:53:28 UTC

svn commit: r239506 - /perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/PerlSections.pod

Author: pgollucci
Date: Tue Aug 23 18:53:26 2005
New Revision: 239506

URL: http://svn.apache.org/viewcvs?rev=239506&view=rev
Log:
Port has been replaced with Listen in httpd 2.x

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/PerlSections.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/PerlSections.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/PerlSections.pod?rev=239506&r1=239505&r2=239506&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/PerlSections.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/PerlSections.pod Tue Aug 23 18:53:26 2005
@@ -192,7 +192,7 @@
   
   $Apache2::PerlSections::Save = 1;
   
-  $Port = 8529;
+  $Listen = 8529;
   
   $Location{"/perl"} = {
      SetHandler => "perl-script",
@@ -222,7 +222,7 @@
 
 This will print something like this:
 
-  $Port = 8529;
+  $Listen = 8529;
   
   @DirectoryIndex = (
     'index.htm',



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org