<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>docs-cvs@perl.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/"/>
<id>http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/</id>
<updated>2009-12-05T10:28:34Z</updated>
<entry>
<title>svn commit: r783551 - /perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod</title>
<author><name>stas@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200906.mbox/%3c20090610221401.D96E923888D4@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090610221401-D96E923888D4@eris-apache-org%3e</id>
<updated>2009-06-10T22:14:01Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: stas
Date: Wed Jun 10 22:14:01 2009
New Revision: 783551

URL: http://svn.apache.org/viewvc?rev=783551&amp;view=rev
Log:
a tiny tweak submitted by mike@diehn.net

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod?rev=783551&amp;r1=783550&amp;r2=783551&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod Wed Jun 10 22:14:01 2009
@@ -778,7 +778,7 @@
 =head2 PerlAccessHandler
 
 The I&lt;access_checker&gt; phase is the first of three handlers that are
-involved in what's known as AAA: Authentication and Authorization, and
+involved in what's known as AAA: Authentication, Authorization, and
 Access control.
 
 This phase can be used to restrict access from a certain IP address,



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r782121 - /perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/SubRequest.pod</title>
<author><name>aprime@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200906.mbox/%3c20090605201157.AD093238888F@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090605201157-AD093238888F@eris-apache-org%3e</id>
<updated>2009-06-05T20:11:57Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: aprime
Date: Fri Jun  5 20:11:57 2009
New Revision: 782121

URL: http://svn.apache.org/viewvc?rev=782121&amp;view=rev
Log:
fixed minor typo in Apache2::SubRequest documentation

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

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/SubRequest.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/SubRequest.pod?rev=782121&amp;r1=782120&amp;r2=782121&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/SubRequest.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/SubRequest.pod Fri Jun  5 20:11:57 2009
@@ -295,7 +295,7 @@
       my $r = shift;
   
       my $subr = $r-&gt;lookup_uri("/new_uri");
-      $sub-&gt;run;
+      $subr-&gt;run;
   
       return Apache2::Const::OK;
   }



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r774172 - /perl/modperl/docs/trunk/src/search/apache.org-setup.pl</title>
<author><name>pgollucci@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200905.mbox/%3c20090513024426.650E02388875@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090513024426-650E02388875@eris-apache-org%3e</id>
<updated>2009-05-13T02:44:26Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: pgollucci
Date: Wed May 13 02:44:26 2009
New Revision: 774172

URL: http://svn.apache.org/viewvc?rev=774172&amp;view=rev
Log:
another place to change and update for this decade


Modified:
    perl/modperl/docs/trunk/src/search/apache.org-setup.pl

Modified: perl/modperl/docs/trunk/src/search/apache.org-setup.pl
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/search/apache.org-setup.pl?rev=774172&amp;r1=774171&amp;r2=774172&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/search/apache.org-setup.pl (original)
+++ perl/modperl/docs/trunk/src/search/apache.org-setup.pl Wed May 13 02:44:26 2009
@@ -8,19 +8,8 @@
     require Sys::Hostname;
     my $hostname = Sys::Hostname::hostname();
 
-    if ($hostname &amp;&amp; ($hostname eq 'minotaur.apache.org' ||
-                      $hostname eq 'daedalus.apache.org')) {
-        $ENV{SWISH_BINARY_PATH} = "/home/perlwww/bin/swish-e";
-
-        unshift @INC,
-            qw(
-               /home/perlwww/lib/perl5/5.00503
-               /home/perlwww/lib/perl5/site_perl/5.005
-               /home/perlwww/lib/perl5/site_perl/
-               /home/perlwww/lib/perl5/site_perl/
-               /home/perlwww/lib/perl5/
-              );
-
+    if ($hostname &amp;&amp; ($hostname eq 'minotaur.apache.org')) {
+        $ENV{SWISH_BINARY_PATH} = "/usr/local/bin/swish-e";
     }
 }
 



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r774169 - /perl/modperl/docs/trunk/doap_Perl.rdf</title>
<author><name>gozer@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200905.mbox/%3c20090513022742.819532388875@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090513022742-819532388875@eris-apache-org%3e</id>
<updated>2009-05-13T02:27:42Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: gozer
Date: Wed May 13 02:27:42 2009
New Revision: 774169

URL: http://svn.apache.org/viewvc?rev=774169&amp;view=rev
Log:
releasing 1.31

Modified:
    perl/modperl/docs/trunk/doap_Perl.rdf

Modified: perl/modperl/docs/trunk/doap_Perl.rdf
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/doap_Perl.rdf?rev=774169&amp;r1=774168&amp;r2=774169&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/doap_Perl.rdf (original)
+++ perl/modperl/docs/trunk/doap_Perl.rdf Wed May 13 02:27:42 2009
@@ -64,6 +64,13 @@
     &lt;release&gt;
       &lt;Version&gt;
         &lt;name&gt;mod_perl 1.0&lt;/name&gt;
+        &lt;created&gt;2009-05-11&lt;/created&gt;
+        &lt;revision&gt;1.31&lt;/revision&gt;
+      &lt;/Version&gt;
+    &lt;/release&gt;
+    &lt;release&gt;
+      &lt;Version&gt;
+        &lt;name&gt;mod_perl 1.0&lt;/name&gt;
         &lt;created&gt;2007-03-29&lt;/created&gt;
         &lt;revision&gt;1.30&lt;/revision&gt;
       &lt;/Version&gt;



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r774168 - /perl/modperl/docs/trunk/src/download/index_top.html</title>
<author><name>gozer@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200905.mbox/%3c20090513022651.8A0E22388874@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090513022651-8A0E22388874@eris-apache-org%3e</id>
<updated>2009-05-13T02:26:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: gozer
Date: Wed May 13 02:26:51 2009
New Revision: 774168

URL: http://svn.apache.org/viewvc?rev=774168&amp;view=rev
Log:
releasing 1.31

Modified:
    perl/modperl/docs/trunk/src/download/index_top.html

Modified: perl/modperl/docs/trunk/src/download/index_top.html
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/download/index_top.html?rev=774168&amp;r1=774167&amp;r2=774168&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/download/index_top.html (original)
+++ perl/modperl/docs/trunk/src/download/index_top.html Wed May 13 02:26:51 2009
@@ -15,7 +15,7 @@
         &lt;a href="../docs/2.0/user/install/install.html"&gt;Installation&lt;/a&gt;
         &lt;/li&gt;
 
-        &lt;li&gt;mod_perl 1.0: Version 1.30 - March 29, 2007&lt;br&gt;
+        &lt;li&gt;mod_perl 1.0: Version 1.31 - May 11, 2009&lt;br&gt;
         For use with Apache 1.3.x &lt;br/&gt;
         &lt;a href="http://perl.apache.org/dist/mod_perl-1.0-current.tar.gz"&gt;Download&lt;/a&gt;
|
         &lt;a href="http://perl.apache.org/dist/mod_perl-1.0-current"&gt;Browse&lt;/a&gt;
|



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r773469 - /perl/modperl/docs/trunk/bin/makeindex</title>
<author><name>pgollucci@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200905.mbox/%3c20090511050139.651C423889C1@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090511050139-651C423889C1@eris-apache-org%3e</id>
<updated>2009-05-11T05:01:39Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: pgollucci
Date: Mon May 11 05:01:39 2009
New Revision: 773469

URL: http://svn.apache.org/viewvc?rev=773469&amp;view=rev
Log:
crap

Modified:
    perl/modperl/docs/trunk/bin/makeindex

Modified: perl/modperl/docs/trunk/bin/makeindex
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/bin/makeindex?rev=773469&amp;r1=773468&amp;r2=773469&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/bin/makeindex (original)
+++ perl/modperl/docs/trunk/bin/makeindex Mon May 11 05:01:39 2009
@@ -42,7 +42,7 @@
     require Sys::Hostname;
     my $hostname = Sys::Hostname::hostname();
 
-    if ($hostname &amp;&amp; ($hostname eq 'minotaur.apache.org') {
+    if ($hostname &amp;&amp; ($hostname eq 'minotaur.apache.org')) {
         $ENV{MODPERL_SITE} = "http://perl.apache.org/";
     }
 }



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r773468 - in /perl/modperl/docs/trunk/bin: site_build_force_pdf_index site_build_index site_build_pdf_index</title>
<author><name>pgollucci@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200905.mbox/%3c20090511045458.43955238896B@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090511045458-43955238896B@eris-apache-org%3e</id>
<updated>2009-05-11T04:54:58Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: pgollucci
Date: Mon May 11 04:54:57 2009
New Revision: 773468

URL: http://svn.apache.org/viewvc?rev=773468&amp;view=rev
Log:
add the symlinks, these are useful outside of people too


Added:
    perl/modperl/docs/trunk/bin/site_build_force_pdf_index   (with props)
    perl/modperl/docs/trunk/bin/site_build_index   (with props)
    perl/modperl/docs/trunk/bin/site_build_pdf_index   (with props)

Added: perl/modperl/docs/trunk/bin/site_build_force_pdf_index
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/bin/site_build_force_pdf_index?rev=773468&amp;view=auto
==============================================================================
--- perl/modperl/docs/trunk/bin/site_build_force_pdf_index (added)
+++ perl/modperl/docs/trunk/bin/site_build_force_pdf_index Mon May 11 04:54:57 2009
@@ -0,0 +1 @@
+link site_build
\ No newline at end of file

Propchange: perl/modperl/docs/trunk/bin/site_build_force_pdf_index
------------------------------------------------------------------------------
    svn:special = *

Added: perl/modperl/docs/trunk/bin/site_build_index
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/bin/site_build_index?rev=773468&amp;view=auto
==============================================================================
--- perl/modperl/docs/trunk/bin/site_build_index (added)
+++ perl/modperl/docs/trunk/bin/site_build_index Mon May 11 04:54:57 2009
@@ -0,0 +1 @@
+link site_build
\ No newline at end of file

Propchange: perl/modperl/docs/trunk/bin/site_build_index
------------------------------------------------------------------------------
    svn:special = *

Added: perl/modperl/docs/trunk/bin/site_build_pdf_index
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/bin/site_build_pdf_index?rev=773468&amp;view=auto
==============================================================================
--- perl/modperl/docs/trunk/bin/site_build_pdf_index (added)
+++ perl/modperl/docs/trunk/bin/site_build_pdf_index Mon May 11 04:54:57 2009
@@ -0,0 +1 @@
+link site_build
\ No newline at end of file

Propchange: perl/modperl/docs/trunk/bin/site_build_pdf_index
------------------------------------------------------------------------------
    svn:special = *



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r773465 - /perl/modperl/docs/trunk/bin/makeindex</title>
<author><name>pgollucci@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200905.mbox/%3c20090511045148.DD8F9238896B@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090511045148-DD8F9238896B@eris-apache-org%3e</id>
<updated>2009-05-11T04:51:48Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: pgollucci
Date: Mon May 11 04:51:48 2009
New Revision: 773465

URL: http://svn.apache.org/viewvc?rev=773465&amp;view=rev
Log:
fix a typo in the comments


Modified:
    perl/modperl/docs/trunk/bin/makeindex

Modified: perl/modperl/docs/trunk/bin/makeindex
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/bin/makeindex?rev=773465&amp;r1=773464&amp;r2=773465&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/bin/makeindex (original)
+++ perl/modperl/docs/trunk/bin/makeindex Mon May 11 04:51:48 2009
@@ -34,7 +34,7 @@
 # the location of the swish-e, we need it to be set explicitly,
 # because on some machines, more than one version exists, and we need
 # the 2.1-dev + version
-# $ENV{SWISH_BINARY_PATH} = "/usr/lobal/bin/swish-e";
+# $ENV{SWISH_BINARY_PATH} = "/usr/local/bin/swish-e";
 #
 # both can be set in the user's startup file
 



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r773461 - in /perl/modperl/docs/trunk: bin/makeindex httpd.conf</title>
<author><name>pgollucci@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200905.mbox/%3c20090511044538.EDC2C238896B@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090511044538-EDC2C238896B@eris-apache-org%3e</id>
<updated>2009-05-11T04:45:38Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: pgollucci
Date: Mon May 11 04:45:38 2009
New Revision: 773461

URL: http://svn.apache.org/viewvc?rev=773461&amp;view=rev
Log:
more cleanups of ancient things


Modified:
    perl/modperl/docs/trunk/bin/makeindex
    perl/modperl/docs/trunk/httpd.conf

Modified: perl/modperl/docs/trunk/bin/makeindex
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/bin/makeindex?rev=773461&amp;r1=773460&amp;r2=773461&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/bin/makeindex (original)
+++ perl/modperl/docs/trunk/bin/makeindex Mon May 11 04:45:38 2009
@@ -38,26 +38,12 @@
 #
 # both can be set in the user's startup file
 
-# on daedalus (the production server) we cannot modify the config file
-# so we do it here
 BEGIN {
     require Sys::Hostname;
     my $hostname = Sys::Hostname::hostname();
 
-    if ($hostname &amp;&amp; ($hostname eq 'minotaur.apache.org' ||
-                      $hostname eq 'daedalus.apache.org')) {
+    if ($hostname &amp;&amp; ($hostname eq 'minotaur.apache.org') {
         $ENV{MODPERL_SITE} = "http://perl.apache.org/";
-        $ENV{SWISH_BINARY_PATH} = "/home/perlwww/bin/swish-e";
-
-#        unshift @INC,
-#            qw(
-#               /home/stas/lib/perl5/5.00503
-#               /home/stas/lib/perl5/site_perl/5.005
-#               /home/stas/lib/perl5/site_perl/
-#               /home/stas/lib/perl5/site_perl/
-#               /home/stas/lib/perl5/
-#              );
-
     }
 }
 
@@ -70,7 +56,7 @@
 my $cwd = Cwd::fastcwd();
 chdir "$Bin/../dst_html/search";
 
-my $swish_binary = $ENV{SWISH_BINARY_PATH} || './swish-e';
+my $swish_binary = $ENV{SWISH_BINARY_PATH} || '/usr/local/bin/swish-e';
 die "Cannot find swish-e at $swish_binary: $!" unless -x $swish_binary;
 
 $ENV{SPIDER_QUIET} = !$verbose_level;

Modified: perl/modperl/docs/trunk/httpd.conf
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/httpd.conf?rev=773461&amp;r1=773460&amp;r2=773461&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/httpd.conf (original)
+++ perl/modperl/docs/trunk/httpd.conf Mon May 11 04:45:38 2009
@@ -7,7 +7,6 @@
    ServerName perl.apache.org
    ServerAlias apache.perl.org perl-new.apache.org perl.*.apache.org
    XBithack Full
-   Redirect permanent /from-cvs/ http://cvs.apache.org/snapshots/
    # Documentation included in the old site.
    Redirect permanent /guide http://perl.apache.org/docs/1.0/guide
    # Distributed with mod_perl
@@ -23,7 +22,6 @@
 
    # FAQs
    Redirect permanent /faq/mod_perl_cgi.html http://perl.apache.org/docs/index.html
-   Redirect permanent /mod_perl_cvs.html http://perl.apache.org/contribute/cvs_howto.html
    Redirect permanent /faq/index.html http://perl.apache.org/docs/index.html
    Redirect permanent /tuning/index.html http://perl.apache.org/docs/index.html
    Redirect permanent /faq/mod_perl_api.html http://perl.apache.org/docs/index.html
@@ -93,7 +91,7 @@
 
    # Misc
    Redirect permanent /bench.txt http://www.chamas.com/bench/
-   Redirect permanent /email-etiquette.pod http://perl.apache.org/maillist/email-etiquette.pod.orig
+   Redirect permanent /email-etiquette.pod http://perl.apache.org/maillist/email-etiquette.pod
    Redirect permanent /embperl.html http://perl.apache.org/embperl/
    Redirect permanent /faqs.html http://perl.apache.org/docs/offsite/index.html
 



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r773459 - /perl/modperl/docs/trunk/src/print.css</title>
<author><name>pgollucci@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200905.mbox/%3c20090511043310.1740123889DE@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090511043310-1740123889DE@eris-apache-org%3e</id>
<updated>2009-05-11T04:33:09Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: pgollucci
Date: Mon May 11 04:33:09 2009
New Revision: 773459

URL: http://svn.apache.org/viewvc?rev=773459&amp;view=rev
Log:
sync local changes on people to svn

Modified:
    perl/modperl/docs/trunk/src/print.css

Modified: perl/modperl/docs/trunk/src/print.css
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/print.css?rev=773459&amp;r1=773458&amp;r2=773459&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/print.css (original)
+++ perl/modperl/docs/trunk/src/print.css Mon May 11 04:33:09 2009
@@ -1,36 +1,36 @@
-/*** main elements ***/
-
-/* body specs */
-
-
-.body-margins {
-    position: absolute;
-    top: 0px;
-    left: 0px;
-
-    /* this border MUST be _0px_ for ns4 and others */
-    border: 0px;
-
-    padding: 0px 0px 0px 0px;
-    margin: 0px 10px 0px 10px;
-    background-image: none;
-
-}
-
-/* opera */
-body[class="body-margins"] {
-    width: auto !important;
-}
-
-.noPrint {
-    display:none;
-}
-
-div.rightbox {
-    position: inherit; /*this can not be relative, absolute or unspecifed*/
-    padding: 0px 0px 0px 0px;
-    margin: 0px 0px 0px 0px;
-    border: 1px; /* this border MUST be _1px_ for ns4 */
-    background-color: #ffffff;
-    color: #000000;
-}
+/*** main elements ***/
+
+/* body specs */
+
+
+.body-margins {
+    position: absolute;
+    top: 0px;
+    left: 0px;
+
+    /* this border MUST be _0px_ for ns4 and others */
+    border: 0px;
+
+    padding: 0px 0px 0px 0px;
+    margin: 0px 10px 0px 10px;
+    background-image: none;
+
+}
+
+/* opera */
+body[class="body-margins"] {
+    width: auto !important;
+}
+
+.noPrint {
+    display:none;
+}
+
+div.rightbox {
+    position: inherit; /*this can not be relative, absolute or unspecifed*/
+    padding: 0px 0px 0px 0px;
+    margin: 0px 0px 0px 0px;
+    border: 1px; /* this border MUST be _1px_ for ns4 */
+    background-color: #ffffff;
+    color: #000000;
+}



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r773458 - /perl/modperl/docs/trunk/bin/site_build</title>
<author><name>pgollucci@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200905.mbox/%3c20090511042249.A0C812388920@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090511042249-A0C812388920@eris-apache-org%3e</id>
<updated>2009-05-11T04:22:49Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: pgollucci
Date: Mon May 11 04:22:49 2009
New Revision: 773458

URL: http://svn.apache.org/viewvc?rev=773458&amp;view=rev
Log:
dealdalas has been gone for years
PERL5LIB is causing more trouble then its worth esp now that all this is installed system-wide


Modified:
    perl/modperl/docs/trunk/bin/site_build

Modified: perl/modperl/docs/trunk/bin/site_build
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/bin/site_build?rev=773458&amp;r1=773457&amp;r2=773458&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/bin/site_build (original)
+++ perl/modperl/docs/trunk/bin/site_build Mon May 11 04:22:49 2009
@@ -20,16 +20,12 @@
 
 my %fs = (
     'minotaur.apache.org' =&gt; '/x1',
-    'daedalus.apache.org' =&gt; '/x2',
 );
 
 umask 0002;
 
 my $HOME = $ENV{HOME};
-$ENV{PATH} = "/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/bin:/usr/X11R6/bin:$HOME/bin";
-
-$ENV{PERL5LIB} = "$HOME/lib/perl5/5.8.8:$HOME/lib/perl5/5.8.8/mach:$HOME/lib/perl5/site_perl:$HOME/lib/perl5/site_perl/5.8.8:$HOME/lib/perl5/site_perl/5.8.8/mach";
-
+$ENV{PATH} = "/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:$HOME/bin";
 
 chdir $src;
 # Do different things depending on our name



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r762931 - /perl/modperl/docs/trunk/src/about/pmc.pod</title>
<author><name>geoff@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200904.mbox/%3c20090407200921.49C8B23889C4@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090407200921-49C8B23889C4@eris-apache-org%3e</id>
<updated>2009-04-07T20:09:21Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: geoff
Date: Tue Apr  7 20:09:20 2009
New Revision: 762931

URL: http://svn.apache.org/viewvc?rev=762931&amp;view=rev
Log:
add adam to pmc list

Modified:
    perl/modperl/docs/trunk/src/about/pmc.pod

Modified: perl/modperl/docs/trunk/src/about/pmc.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/about/pmc.pod?rev=762931&amp;r1=762930&amp;r2=762931&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/about/pmc.pod (original)
+++ perl/modperl/docs/trunk/src/about/pmc.pod Tue Apr  7 20:09:20 2009
@@ -12,6 +12,8 @@
 
 =over
 
+=item * Adam Prime
+
 =item * Ask Bjørn Hansen
 
 =item * Doug MacEachern



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r762137 - in /perl/modperl/docs/trunk/src/docs: 1.0/api/Apache/Status.pod 2.0/api/Apache2/Status.pod</title>
<author><name>phred@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200904.mbox/%3c20090405191251.33783238887D@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090405191251-33783238887D@eris-apache-org%3e</id>
<updated>2009-04-05T19:12:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: phred
Date: Sun Apr  5 19:12:50 2009
New Revision: 762137

URL: http://svn.apache.org/viewvc?rev=762137&amp;view=rev
Log:
Include access directives to encourage users to disallow public access
to perl-status, per recent issue CVE-2009-0796

Modified:
    perl/modperl/docs/trunk/src/docs/1.0/api/Apache/Status.pod
    perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Status.pod

Modified: perl/modperl/docs/trunk/src/docs/1.0/api/Apache/Status.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/1.0/api/Apache/Status.pod?rev=762137&amp;r1=762136&amp;r2=762137&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/1.0/api/Apache/Status.pod (original)
+++ perl/modperl/docs/trunk/src/docs/1.0/api/Apache/Status.pod Sun Apr  5 19:12:50 2009
@@ -5,6 +5,12 @@
 =head1 Synopsis
 
   &lt;Location /perl-status&gt;
+
+    # disallow public access
+    Order Deny, Allow
+    Deny from all
+    Allow from 127.0.0.1
+
     SetHandler  perl-script
     PerlHandler Apache::Status
   &lt;/Location&gt;
@@ -17,6 +23,12 @@
 Configure like so:
 
   &lt;Location /perl-status&gt;
+
+    # disallow public access
+    Order Deny, Allow
+    Deny from all
+    Allow from 127.0.0.1
+
     SetHandler  perl-script
     PerlHandler Apache::Status
   &lt;/Location&gt;

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Status.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Status.pod?rev=762137&amp;r1=762136&amp;r2=762137&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Status.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Status.pod Sun Apr  5 19:12:50 2009
@@ -8,6 +8,12 @@
 =head1 Synopsis
 
   &lt;Location /perl-status&gt;
+
+      # disallow public access
+      Order Deny, Allow
+      Deny from all
+      Allow from 127.0.0.1
+
       SetHandler modperl
       PerlOptions +GlobalRequest
       PerlResponseHandler Apache2::Status
@@ -16,6 +22,12 @@
   or
 
   &lt;Location /perl-status&gt;
+
+      # disallow public access
+      Order Deny, Allow
+      Deny from all
+      Allow from 127.0.0.1
+
       SetHandler perl-script
       PerlResponseHandler Apache2::Status
   &lt;/Location&gt;
@@ -31,6 +43,12 @@
 Configure like so:
 
   &lt;Location /perl-status&gt;
+
+      # disallow public access
+      Order Deny, Allow
+      Deny from all
+      Allow from 127.0.0.1
+
       SetHandler modperl
       PerlOptions +GlobalRequest
       PerlResponseHandler Apache2::Status
@@ -45,6 +63,12 @@
 core handler, configure C&lt;Apache2::Status&gt; as:
 
   &lt;Location /perl-status&gt;
+
+      # disallow public access
+      Order Deny, Allow
+      Deny from all
+      Allow from 127.0.0.1
+
       SetHandler perl-script
       PerlResponseHandler Apache2::Status
   &lt;/Location&gt;



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r744615 - /perl/modperl/docs/trunk/src/docs/general/perl_reference/perl_reference.pod</title>
<author><name>aprime@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200902.mbox/%3c20090215070153.362E62388995@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090215070153-362E62388995@eris-apache-org%3e</id>
<updated>2009-02-15T07:01:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: aprime
Date: Sun Feb 15 07:01:51 2009
New Revision: 744615

URL: http://svn.apache.org/viewvc?rev=744615&amp;view=rev
Log:
fixed typo 

Modified:
    perl/modperl/docs/trunk/src/docs/general/perl_reference/perl_reference.pod

Modified: perl/modperl/docs/trunk/src/docs/general/perl_reference/perl_reference.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/general/perl_reference/perl_reference.pod?rev=744615&amp;r1=744614&amp;r2=744615&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/general/perl_reference/perl_reference.pod (original)
+++ perl/modperl/docs/trunk/src/docs/general/perl_reference/perl_reference.pod Sun Feb 15
07:01:51 2009
@@ -2794,7 +2794,7 @@
 =back
 
 
-=head1 Customized __DIE__ hanlder
+=head1 Customized __DIE__ handler
 
 As we saw in the previous sections it's a bad idea to do:
 



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r744600 - /perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Registry.pod</title>
<author><name>aprime@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200902.mbox/%3c20090215022944.7CB52238899E@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090215022944-7CB52238899E@eris-apache-org%3e</id>
<updated>2009-02-15T02:29:44Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: aprime
Date: Sun Feb 15 02:29:43 2009
New Revision: 744600

URL: http://svn.apache.org/viewvc?rev=744600&amp;view=rev
Log:
Added a link from the Registry page to the general perl reference page
suggested in this thread: http://marc.info/?t=120844751900009&amp;r=1&amp;w=2

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Registry.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Registry.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Registry.pod?rev=744600&amp;r1=744599&amp;r2=744600&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Registry.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Registry.pod Sun Feb 15 02:29:43 2009
@@ -168,7 +168,8 @@
 cleaning out the entire process space.  Many times you have heard
 "always use C&lt;-w&gt;, always use C&lt;-w&gt; and 'use strict'".
 This is more important here than anywhere else!
-
+Some other important caveats to keep in mind are discussed on the
+L&lt;Perl Reference|docs::general::perl_reference::perl_reference&gt; page.
 
 
 =head1 Authors



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r734313 - /perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerUtil.pod</title>
<author><name>aprime@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200901.mbox/%3c20090114032926.8562E23888AF@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090114032926-8562E23888AF@eris-apache-org%3e</id>
<updated>2009-01-14T03:29:26Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: aprime
Date: Tue Jan 13 19:29:26 2009
New Revision: 734313

URL: http://svn.apache.org/viewvc?rev=734313&amp;view=rev
Log:
updated ServerUtil's dir_config documentation
you have to use the APR::Table's get routine, not just list context

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

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerUtil.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerUtil.pod?rev=734313&amp;r1=734312&amp;r2=734313&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerUtil.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerUtil.pod Tue Jan 13 19:29:26 2009
@@ -200,7 +200,7 @@
 
   $table  = $s-&gt;dir_config();
   $value  = $s-&gt;dir_config($key);
-  @values = $s-&gt;dir_config($key);
+  @values = $s-&gt;dir_config-&gt;get($key);
   $s-&gt;dir_config($key, $val);
 
 =over 4
@@ -233,13 +233,10 @@
 object can be manipulated via the I&lt;APR::Table&gt; methods. For available
 methods see I&lt;APR::Table&gt;.
 
-  @values = $s-&gt;dir_config($key);
+  @values = $s-&gt;dir_config-&gt;get($key);
 
-If the C&lt;$key&gt; argument is passed in the list context a list of all
-matching values will be returned. This method is ineffective for big
-tables, as it does a linear search of the table. Thefore avoid using
-this way of calling dir_config() unless you know that there could be
-more than one value for the wanted key and all the values are wanted.
+To receive a list of values you must use C&lt;get()&gt; method from the
+C&lt;L&lt;APR::Table|docs::2.0::api::APR::Table&gt;&gt; class.
 
   $value = $s-&gt;dir_config($key);
 



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r734312 - /perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod</title>
<author><name>aprime@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200901.mbox/%3c20090114031349.8DAD02388882@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090114031349-8DAD02388882@eris-apache-org%3e</id>
<updated>2009-01-14T03:13:49Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: aprime
Date: Tue Jan 13 19:13:48 2009
New Revision: 734312

URL: http://svn.apache.org/viewvc?rev=734312&amp;view=rev
Log:
dir_config() the method will not return arrays
- you need to use the underlying APR::Table methods to get an array.

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod?rev=734312&amp;r1=734311&amp;r2=734312&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod Tue Jan 13 19:13:48 2009
@@ -135,7 +135,7 @@
   
 You would retrieve these values with: 
 
-  my @foos = $r-&gt;dir_config('foo'); 
+  my @foos = $r-&gt;dir_config-&gt;get('foo'); 
 
 This would fill the I&lt;@foos&gt; array with 'bar', 'bar1', and 'bar2'.  
 
@@ -149,7 +149,7 @@
 
 You can then retrieve these values with: 
 
-  my %foos = $r-&gt;dir_config('foo'); 
+  my %foos = $r-&gt;dir_config-&gt;get('foo'); 
 
 Where I&lt;%foos&gt; will have a structure like: 
 



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r733514 - in /perl/modperl/docs/trunk: MAINTAINER src/download/docs.pod</title>
<author><name>aprime@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200901.mbox/%3c20090111203537.30DE02388988@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090111203537-30DE02388988@eris-apache-org%3e</id>
<updated>2009-01-11T20:35:36Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: aprime
Date: Sun Jan 11 12:35:36 2009
New Revision: 733514

URL: http://svn.apache.org/viewvc?rev=733514&amp;view=rev
Log:
updated documentation regarding netpbm

Modified:
    perl/modperl/docs/trunk/MAINTAINER
    perl/modperl/docs/trunk/src/download/docs.pod

Modified: perl/modperl/docs/trunk/MAINTAINER
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/MAINTAINER?rev=733514&amp;r1=733513&amp;r2=733514&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/MAINTAINER (original)
+++ perl/modperl/docs/trunk/MAINTAINER Sun Jan 11 12:35:36 2009
@@ -15,12 +15,17 @@
 [auto-props]
 *.dia = svn:mime-type=application/octet-stream 
 
-dia generates .png files via its export method. As older browsers
-won't recognize .png or crash, we want to use gifs instead. Here is
-how to convert png files to gif files:
+dia generates .png files via its export method. Really old browsers
+don't recognize .png so it was previously recommended to convert the 
+.png files to gifs.  However, all current browsers have acceptable png 
+support, so you can leave them in that format.  If for some reason you
+want to convert the files to gif, you can do it like this: 
 
   perl -le 'for (@ARGV) { print STDERR "converting $_\n"; \ s/\.\w+$//; \
      system "pngtopnm $_.png | pnmquant 256 | ppmtogif &gt; $_.gif" } ' *.png
 
+pngtopnm, pnmquant, and ppmtogif are all part of netpbm, which is 
+available at: 
 
+http://netpbm.sourceforge.net/
 

Modified: perl/modperl/docs/trunk/src/download/docs.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/download/docs.pod?rev=733514&amp;r1=733513&amp;r2=733514&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/download/docs.pod (original)
+++ perl/modperl/docs/trunk/src/download/docs.pod Sun Jan 11 12:35:36 2009
@@ -47,10 +47,7 @@
 
 For the PDF version, you will also need a command-line tool called
 C&lt;ps2pdf&gt;, which is included with the Ghostscript distribution: see
-http://www.ghostscript.com/ . You will probably also need the
-I&lt;netpbm&gt; package.
-
- META: we need specifics about netpbm
+http://www.ghostscript.com/ . 
 
 =head2 Normal build process
 



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r727318 - /perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod</title>
<author><name>phred@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200812.mbox/%3c20081217091050.AF36823888A4@eris.apache.org%3e"/>
<id>urn:uuid:%3c20081217091050-AF36823888A4@eris-apache-org%3e</id>
<updated>2008-12-17T09:10:50Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: phred
Date: Wed Dec 17 01:10:50 2008
New Revision: 727318

URL: http://svn.apache.org/viewvc?rev=727318&amp;view=rev
Log:
minor grammer fix

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod?rev=727318&amp;r1=727317&amp;r2=727318&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod Wed Dec 17 01:10:50 2008
@@ -1680,7 +1680,7 @@
 
 =head2 C&lt;Apache::URI-E&lt;gt&gt;parse($r, [$uri])&gt;
 
-C&lt;parse()&gt; and its associate methods have moved into the
+C&lt;parse()&gt; and its associated methods have moved into the
 C&lt;L&lt;APR::URI|docs::2.0::api::APR::URI&gt;&gt; package. For example:
 
   my $curl = $r-&gt;construct_url;



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r712938 - in /perl/modperl/docs/trunk/src/docs/2.0/user/handlers: filters.pod http.pod protocols.pod server.pod</title>
<author><name>pgollucci@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200811.mbox/%3c20081111043509.47B2A2388999@eris.apache.org%3e"/>
<id>urn:uuid:%3c20081111043509-47B2A2388999@eris-apache-org%3e</id>
<updated>2008-11-11T04:35:08Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: pgollucci
Date: Mon Nov 10 20:35:08 2008
New Revision: 712938

URL: http://svn.apache.org/viewvc?rev=712938&amp;view=rev
Log:
Clarify filter arguments
Add some more cross linking
Correct some typos

Submitted by: Ian Goodacre &lt;Ian.Goodacre@xtra.co.nz&gt;


Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/handlers/filters.pod
    perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod
    perl/modperl/docs/trunk/src/docs/2.0/user/handlers/protocols.pod
    perl/modperl/docs/trunk/src/docs/2.0/user/handlers/server.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/handlers/filters.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/handlers/filters.pod?rev=712938&amp;r1=712937&amp;r2=712938&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/handlers/filters.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/handlers/filters.pod Mon Nov 10 20:35:08 2008
@@ -711,6 +711,22 @@
 The handler's configuration scope is
 C&lt;L&lt;DIR|docs::2.0::user::config::config/item_DIR&gt;&gt;.
 
+B&lt;Arguments&gt;
+
+C&lt;PerlInputFilterHander&gt; handlers are passed two arguments:
+an C&lt;L&lt;Apache2::Filter&gt;&gt; object; and
+an C&lt;L&lt;APR::Brigade&gt;&gt; object;
+
+See the examples that follow in this chapter for further explanation.
+
+B&lt;Return&gt;
+
+Filters are expected to return C&lt;L&lt;Apache2::Const::OK|Apache2::Const&gt;&gt;
+or C&lt;L&lt;Apache2::Const::DECLINED|Apache2::Const&gt;&gt;.
+See the examples that follow in this chapter for further explanation.
+
+B&lt;Examples&gt;
+
 C&lt;PerlInputFilterHandler&gt; handlers are automatically
 C&lt;L&lt;AutoLoad|docs::2.0::user::config::config/C_AutoLoad_&gt;&gt;ed, since
 they need to be compiled before L&lt;the filter
@@ -742,14 +758,25 @@
 The handler's configuration scope is
 C&lt;L&lt;DIR|docs::2.0::user::config::config/item_DIR&gt;&gt;.
 
-Similar to the C&lt;PerlInputFilterHandler&gt; handlers,
-C&lt;PerlOutputFilterHandler&gt; handlers are automatically
-C&lt;AutoLoad&gt;ed.
+B&lt;Arguments&gt;
+
+C&lt;PerlOutputFilterHander&gt; handlers are passed five arguments:
+an C&lt;L&lt;Apache2::Filter&gt;&gt; object;
+an C&lt;L&lt;APR::Brigade&gt;&gt; object;
+an  C&lt;L&lt;Apache2::Const :input_mode|docs::2.0::api::Apache2::Const/toc_C__input_mode_&gt;&gt;
constant;
+an C&lt;L&lt;APR::Const :read_type|docs::2.0::api::APR::Const/toc_C__read_type_&gt;&gt; constant;
and
+the number of bytes to read.
+
+See the examples that follow in this chapter for further explanation.
+
+B&lt;Return&gt;
+
+B&lt;Examples&gt;
 
 The following sections include several examples that use the
 C&lt;PerlOutputFilterHandler&gt; handler.
 
-Similar to C&lt;L&lt;PerlInputFilterHandler|/C_PerlInputFilterHandler_&gt;&gt;
+Similar to C&lt;L&lt;PerlInputFilterHandler|/C_PerlInputFilterHandler_&gt;&gt;,
 C&lt;PerlOutputFilterHandler&gt; handlers are automatically
 C&lt;L&lt;AutoLoad|docs::2.0::user::config::config/C_AutoLoad_&gt;&gt;ed.
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod?rev=712938&amp;r1=712937&amp;r2=712938&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod Mon Nov 10 20:35:08 2008
@@ -170,6 +170,17 @@
 phase the request has not yet been associated with a particular
 filename or directory.
 
+B&lt;Arguments&gt;
+
+See the L&lt;HTTP Request Handler Skeleton|docs::2.0::user::handlers::http/HTTP_Request_Handler_Skeleton&gt;
for a description of handler arguments.
+
+B&lt;Return&gt;
+
+See L&lt;Stacked Handlers|docs::2.0::user::handlers::intro/Stacked_Handlers&gt; 
+for a description of handler return codes.
+
+B&lt;Examples&gt;
+
 Now, let's look at an example. Consider the following registry script:
 
   #file:touch.pl
@@ -271,6 +282,17 @@
 phase the request has not yet been associated with a particular
 filename or directory.
 
+B&lt;Arguments&gt;
+
+See the L&lt;HTTP Request Handler Skeleton|docs::2.0::user::handlers::http/HTTP_Request_Handler_Skeleton&gt;
for a description of handler arguments.
+
+B&lt;Return&gt;
+
+See L&lt;Stacked Handlers|docs::2.0::user::handlers::intro/Stacked_Handlers&gt; 
+for a description of handler return codes.
+
+B&lt;Examples&gt;
+
 There are many useful things that can be performed at this
 stage. Let's look at the example handler that rewrites request URIs,
 similar to what mod_rewrite does. For example, if your web-site was
@@ -344,6 +366,17 @@
 phase the request has not yet been associated with a particular
 filename or directory.
 
+B&lt;Arguments&gt;
+
+See the L&lt;HTTP Request Handler Skeleton|docs::2.0::user::handlers::http/HTTP_Request_Handler_Skeleton&gt;
for a description of handler arguments.
+
+B&lt;Return&gt;
+
+See L&lt;Stacked Handlers|docs::2.0::user::handlers::intro/Stacked_Handlers&gt; 
+for a description of handler return codes.
+
+B&lt;Examples&gt;
+
 For example if you don't want Apache to try to attempt to translate
 URI into a filename, just add a handler:
 
@@ -440,6 +473,17 @@
 The handler's configuration scope is
 C&lt;L&lt;DIR|docs::2.0::user::config::config/item_DIR&gt;&gt;.
 
+B&lt;Arguments&gt;
+
+See the L&lt;HTTP Request Handler Skeleton|docs::2.0::user::handlers::http/HTTP_Request_Handler_Skeleton&gt;
for a description of handler arguments.
+
+B&lt;Return&gt;
+
+See L&lt;Stacked Handlers|docs::2.0::user::handlers::intro/Stacked_Handlers&gt; 
+for a description of handler return codes.
+
+B&lt;Examples&gt;
+
 This phase is very similar to
 C&lt;L&lt;PerlPostReadRequestHandler|/PerlPostReadRequestHandler&gt;&gt;, with the
 only difference that it's run after the request has been mapped to the
@@ -687,6 +731,17 @@
 This phase is of type
 C&lt;L&lt;RUN_ALL|docs::2.0::user::handlers::intro/item_RUN_ALL&gt;&gt;.
 
+B&lt;Arguments&gt;
+
+See the L&lt;HTTP Request Handler Skeleton|docs::2.0::user::handlers::http/HTTP_Request_Handler_Skeleton&gt;
for a description of handler arguments.
+
+B&lt;Return&gt;
+
+See L&lt;Stacked Handlers|docs::2.0::user::handlers::intro/Stacked_Handlers&gt; 
+for a description of handler return codes.
+
+B&lt;Examples&gt;
+
 The best example here would be to use
 C&lt;L&lt;Apache2::Reload|docs::2.0::api::Apache2::Reload&gt;&gt; which takes the
 benefit of this directive. Usually
@@ -736,6 +791,17 @@
 The handler's configuration scope is
 C&lt;L&lt;DIR|docs::2.0::user::config::config/item_DIR&gt;&gt;.
 
+B&lt;Arguments&gt;
+
+See the L&lt;HTTP Request Handler Skeleton|docs::2.0::user::handlers::http/HTTP_Request_Handler_Skeleton&gt;
for a description of handler arguments.
+
+B&lt;Return&gt;
+
+See L&lt;Stacked Handlers|docs::2.0::user::handlers::intro/Stacked_Handlers&gt; 
+for a description of handler return codes.
+
+B&lt;Examples&gt;
+
 The concept behind access checker handler is very simple, return
 C&lt;Apache2::Const::FORBIDDEN&gt; if the access is not allowed, otherwise
 return C&lt;Apache2::Const::OK&gt;.
@@ -821,6 +887,17 @@
 The handler's configuration scope is
 C&lt;L&lt;DIR|docs::2.0::user::config::config/item_DIR&gt;&gt;.
 
+B&lt;Arguments&gt;
+
+See the L&lt;HTTP Request Handler Skeleton|docs::2.0::user::handlers::http/HTTP_Request_Handler_Skeleton&gt;
for a description of handler arguments.
+
+B&lt;Return&gt;
+
+See L&lt;Stacked Handlers|docs::2.0::user::handlers::intro/Stacked_Handlers&gt; 
+for a description of handler return codes.
+
+B&lt;Examples&gt;
+
 The following handler authenticates users by asking for a username and
 a password and lets them in only if the length of a string made from
 the supplied username and password and a single space equals to the
@@ -967,6 +1044,17 @@
 The handler's configuration scope is
 C&lt;L&lt;DIR|docs::2.0::user::config::config/item_DIR&gt;&gt;.
 
+B&lt;Arguments&gt;
+
+See the L&lt;HTTP Request Handler Skeleton|docs::2.0::user::handlers::http/HTTP_Request_Handler_Skeleton&gt;
for a description of handler arguments.
+
+B&lt;Return&gt;
+
+See L&lt;Stacked Handlers|docs::2.0::user::handlers::intro/Stacked_Handlers&gt; 
+for a description of handler return codes.
+
+B&lt;Examples&gt;
+
 Here is the C&lt;MyApache2::SecretResourceAuthz&gt; handler which grants
 access to certain resources only to certain users who have already
 properly authenticated:
@@ -1074,6 +1162,17 @@
 The handler's configuration scope is
 C&lt;L&lt;DIR|docs::2.0::user::config::config/item_DIR&gt;&gt;.
 
+B&lt;Arguments&gt;
+
+See the L&lt;HTTP Request Handler Skeleton|docs::2.0::user::handlers::http/HTTP_Request_Handler_Skeleton&gt;
for a description of handler arguments.
+
+B&lt;Return&gt;
+
+See L&lt;Stacked Handlers|docs::2.0::user::handlers::intro/Stacked_Handlers&gt; 
+for a description of handler return codes.
+
+B&lt;Examples&gt;
+
 The most important thing to remember when overriding the default
 I&lt;type_checker&gt; handler, which is usually the mod_mime handler, is
 that you have to set the handler that will take care of the response
@@ -1117,6 +1216,17 @@
 The handler's configuration scope is
 C&lt;L&lt;DIR|docs::2.0::user::config::config/item_DIR&gt;&gt;.
 
+B&lt;Arguments&gt;
+
+See the L&lt;HTTP Request Handler Skeleton|docs::2.0::user::handlers::http/HTTP_Request_Handler_Skeleton&gt;
for a description of handler arguments.
+
+B&lt;Return&gt;
+
+See L&lt;Stacked Handlers|docs::2.0::user::handlers::intro/Stacked_Handlers&gt; 
+for a description of handler return codes.
+
+B&lt;Examples&gt;
+
 The following fixup handler example tells Apache at run time which
 handler and callback should be used to process the request based on
 the file extension of the request's URI.
@@ -1252,6 +1362,17 @@
 The handler's configuration scope is
 C&lt;L&lt;DIR|docs::2.0::user::config::config/item_DIR&gt;&gt;.
 
+B&lt;Arguments&gt;
+
+See the L&lt;HTTP Request Handler Skeleton|docs::2.0::user::handlers::http/HTTP_Request_Handler_Skeleton&gt;
for a description of handler arguments.
+
+B&lt;Return&gt;
+
+See L&lt;Stacked Handlers|docs::2.0::user::handlers::intro/Stacked_Handlers&gt; 
+for a description of handler return codes.
+
+B&lt;Examples&gt;
+
 Most of the C&lt;Apache::&gt; modules on CPAN are dealing with this
 phase. In fact most of the developers spend the majority of their time
 working on handlers that generate response content.
@@ -1331,6 +1452,17 @@
 The handler's configuration scope is
 C&lt;L&lt;DIR|docs::2.0::user::config::config/item_DIR&gt;&gt;.
 
+B&lt;Arguments&gt;
+
+See the L&lt;HTTP Request Handler Skeleton|docs::2.0::user::handlers::http/HTTP_Request_Handler_Skeleton&gt;
for a description of handler arguments.
+
+B&lt;Return&gt;
+
+See L&lt;Stacked Handlers|docs::2.0::user::handlers::intro/Stacked_Handlers&gt; 
+for a description of handler return codes.
+
+B&lt;Examples&gt;
+
 Imagine a situation where you have to log requests into individual
 files, one per user. Assuming that all requests start with
 I&lt;/~username/&gt;, so it's easy to categorize requests by the
@@ -1457,6 +1589,17 @@
 The handler's configuration scope is
 C&lt;L&lt;DIR|docs::2.0::user::config::config/item_DIR&gt;&gt;.
 
+B&lt;Arguments&gt;
+
+See the L&lt;HTTP Request Handler Skeleton|docs::2.0::user::handlers::http/HTTP_Request_Handler_Skeleton&gt;
for a description of handler arguments.
+
+B&lt;Return&gt;
+
+See L&lt;Stacked Handlers|docs::2.0::user::handlers::intro/Stacked_Handlers&gt; 
+for a description of handler return codes.
+
+B&lt;Examples&gt;
+
 There are two ways to register and run cleanup handlers:
 
 =over

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/handlers/protocols.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/handlers/protocols.pod?rev=712938&amp;r1=712937&amp;r2=712938&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/handlers/protocols.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/handlers/protocols.pod Mon Nov 10 20:35:08 2008
@@ -86,7 +86,9 @@
 C&lt;L&lt;SRV|docs::2.0::user::config::config/item_SRV&gt;&gt;, because it's not
 known yet which resource the request will be mapped to.
 
-A I&lt;pre_connection&gt; handler accepts a connection record at its argument:
+B&lt;Arguments&gt;
+
+A I&lt;pre_connection&gt; handler is passed a C&lt;L&lt;connection record|Apache2::Connection&gt;&gt;
as its argument:
 
   sub handler {
       my $c = shift;
@@ -95,7 +97,15 @@
   }
 
 [META: There is another argument passed (the actual client socket), but
-it currently an undef]
+it is currently an undef]
+
+B&lt;Return&gt;
+
+The handler should return C&lt;L&lt;Apache2::Const::OK|Apache2::Const&gt;&gt;
+if it completes successfully or C&lt;L&lt;Apache2::Const::FORBIDDEN|Apache2::Const&gt;&gt;
+if the request is forbidden.
+
+B&lt;Examples&gt;
 
 Here is a useful I&lt;pre_connection&gt; phase example: provide a facility
 to block remote clients by their IP, before too many resources were
@@ -159,9 +169,21 @@
 way to run protocol servers different than the core HTTP is inside
 dedicated virtual hosts.
 
-A I&lt;process_connection&gt; handler accepts a connection record object as
-its only argument, a socket object can be retrieved from the
-connection record object. Here is a simplified handler skeleton:
+B&lt;Arguments&gt;
+
+A I&lt;process_connection&gt; handler is passed a
+C&lt;L&lt;connection record|Apache2::Connection&gt;&gt; object as its only argument.
+
+A socket object can be retrieved from the connection record object.
+
+B&lt;Return&gt;
+
+The handler should return C&lt;L&lt;Apache2::Const::OK|Apache2::Const&gt;&gt;
+if it completes successfully.
+
+B&lt;Examples&gt;
+
+Here is a simplified handler skeleton:
 
   sub handler {
       my ($c) = @_;

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/handlers/server.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/handlers/server.pod?rev=712938&amp;r1=712937&amp;r2=712938&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/handlers/server.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/handlers/server.pod Mon Nov 10 20:35:08 2008
@@ -224,11 +224,48 @@
 The handler's configuration scope is
 C&lt;L&lt;SRV|docs::2.0::user::config::config/item_SRV&gt;&gt;.
 
-As we have seen in the
-C&lt;L&lt;MyApache2::StartupLog::open_logs|/Startup_Phases_Demonstration_Module&gt;&gt;
-handler, the I&lt;open_logs&gt; phase handlers accept four arguments: the
-configuration pool, the logging stream pool, the temporary pool and
-the main server object:
+B&lt;Arguments&gt;
+
+The I&lt;open_logs&gt; handler is passed four arguments: the configuration pool,
+the logging stream pool, the temporary pool and the main server object.
+
+The pool arguments are:
+
+=over
+
+=item *
+
+C&lt;$conf_pool&gt; is the main process sub-pool, therefore its life-span
+is the same as the main process's one. The main process is a sub-pool
+of the global pool.
+
+=item *
+
+C&lt;$log_pool&gt; is a global pool's sub-pool, therefore its life-span is
+the same as the Apache program's one.
+
+META: what is it good for if it lives the same life as conf pool?
+
+=item *
+
+C&lt;$temp_pool&gt; is a C&lt;$conf_pool&gt; subpool, created before the config
+phase, lives through the open_logs phase and get destroyed after the
+post_config phase. So you will want to use that pool for doing
+anything that can be discarded before the requests processing starts.
+
+=back
+
+All three pool arguments are instances of C&lt;L&lt;APR::Pool&gt;&gt;.
+
+C&lt;$s&gt; is the base server object (an instance of C&lt;L&lt;Apache2::ServerRec&gt;&gt;).
+
+B&lt;Return&gt;
+
+The handler should return C&lt;L&lt;Apache2::Const::OK|Apache2::Const&gt;&gt;
+if it completes successfully.
+
+
+B&lt;Examples&gt;
 
   sub open_logs {
       my ($conf_pool, $log_pool, $temp_pool, $s) = @_;
@@ -268,38 +305,6 @@
       return Apache2::Const::OK;
   }
 
-C&lt;$s&gt; is the base server object.
-
-The pool arguments in this phase and
-C&lt;L&lt;PerlPostConfigHandler|/C_PerlPostConfigHandler_&gt;&gt; are:
-
-=over
-
-=item *
-
-C&lt;$conf_pool&gt; is the main process sub-pool, therefore its life-span
-is the same as the main process's one. The main process is a sub-pool
-of the global pool.
-
-=item *
-
-C&lt;$log_pool&gt; is a global pool's sub-pool, therefore its life-span is
-the same as the Apache program's one.
-
-META: what is it good for if it lives the same life as conf pool?
-
-=item *
-
-C&lt;$temp_pool&gt; is a C&lt;$conf_pool&gt; subpool, created before the config
-phase, lives through the open_logs phase and get destroyed after the
-post_config phase. So you will want to use that pool for doing
-anything that can be discarded before the requests processing starts.
-
-=back
-
-
-
-
 
 
 
@@ -321,6 +326,17 @@
 The handler's configuration scope is
 C&lt;L&lt;SRV|docs::2.0::user::config::config/item_SRV&gt;&gt;.
 
+B&lt;Arguments&gt;
+
+Arguments are exactly as for C&lt;L&lt;PerlOpenLogsHandler|/C_PerlOpenLogsHandler_&gt;&gt;.
+
+B&lt;Return&gt;
+
+If the handler completes successfully it should return C&lt;L&lt;Apache2::Const::OK|Apache2::Const&gt;&gt;.
+
+
+B&lt;Examples&gt;
+
 In our C&lt;L&lt;MyApache2::StartupLog|/Startup_Phases_Demonstration_Module&gt;&gt;
 example we used the I&lt;post_config()&gt; handler:
 
@@ -373,6 +389,17 @@
 The handler's configuration scope is
 C&lt;L&lt;SRV|docs::2.0::user::config::config/item_SRV&gt;&gt;.
 
+B&lt;Arguments&gt;
+
+The I&lt;child_init()&gt; handler is passed two arguments: the child process
+pool (C&lt;L&lt;APR::Pool&gt;&gt;) and the server object (C&lt;L&lt;Apache2::ServerRec&gt;&gt;).
+
+B&lt;Return&gt;
+
+If the handler completes successfully it should return C&lt;L&lt;Apache2::Const::OK|Apache2::Const&gt;&gt;.
+
+B&lt;Examples&gt;
+
 In our C&lt;L&lt;MyApache2::StartupLog|/Startup_Phases_Demonstration_Module&gt;&gt;
 example we used the I&lt;child_init()&gt; handler:
 
@@ -382,9 +409,7 @@
       return Apache2::Const::OK;
   }
 
-The I&lt;child_init()&gt; handler accepts two arguments: the child process
-pool and the server object. The example handler logs the pid of the
-child process it's run in and returns.
+The example handler logs the pid of the child process it's run in and returns.
 
 As you've seen in the example this handler is configured by adding to
 I&lt;httpd.conf&gt;:
@@ -409,6 +434,17 @@
 The handler's configuration scope is
 C&lt;L&lt;SRV|docs::2.0::user::config::config/item_SRV&gt;&gt;.
 
+B&lt;Arguments&gt;
+
+The I&lt;child_exit()&gt; handler accepts two arguments: the child process
+pool (C&lt;L&lt;APR::Pool&gt;&gt;) and the server object (C&lt;L&lt;Apache2::ServerRec&gt;&gt;).
+
+B&lt;Return&gt;
+
+If the handler completes successfully it should return C&lt;L&lt;Apache2::Const::OK|Apache2::Const&gt;&gt;.
+
+B&lt;Examples&gt;
+
 In our C&lt;L&lt;MyApache2::StartupLog|/Startup_Phases_Demonstration_Module&gt;&gt;
 example we used the I&lt;child_exit()&gt; handler:
 
@@ -418,8 +454,7 @@
       return Apache2::Const::OK;
   }
 
-The I&lt;child_exit()&gt; handler accepts two arguments: the child process
-pool and the server object. The example handler logs the pid of the
+The example handler logs the pid of the
 child process it's run in and returns.
 
 As you've seen in the example this handler is configured by adding to



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r709036 - /perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod</title>
<author><name>phred@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200810.mbox/%3c20081029224053.548B723888A5@eris.apache.org%3e"/>
<id>urn:uuid:%3c20081029224053-548B723888A5@eris-apache-org%3e</id>
<updated>2008-10-29T22:40:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: phred
Date: Wed Oct 29 15:40:52 2008
New Revision: 709036

URL: http://svn.apache.org/viewvc?rev=709036&amp;view=rev
Log:
Type

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

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod?rev=709036&amp;r1=709035&amp;r2=709036&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod Wed Oct 29 15:40:52 2008
@@ -293,7 +293,7 @@
 
 =item opt arg1: C&lt;$new_args&gt; ( string )
 
-Optinally set the new QUERY string
+Optionally set the new QUERY string
 
 =item ret: C&lt;$args&gt; ( string )
 



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r708947 - /perl/modperl/docs/trunk/src/docs/2.0/api/APR/Finfo.pod</title>
<author><name>pgollucci@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200810.mbox/%3c20081029172639.059A323888A5@eris.apache.org%3e"/>
<id>urn:uuid:%3c20081029172639-059A323888A5@eris-apache-org%3e</id>
<updated>2008-10-29T17:26:37Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: pgollucci
Date: Wed Oct 29 10:26:37 2008
New Revision: 708947

URL: http://svn.apache.org/viewvc?rev=708947&amp;view=rev
Log:
Submitted by: Joachim Zobel &lt;jzobel@heute-morgen.de&gt;
Helped by: Adam Prime &lt;adam.prime@utoronto.ca&gt;

Perl's stat returns the mode as an octal number where as
mod_perl's APR based protection() returns the mode as a hexadecimal
number.

More information is available in:
  perldoc -f stat
  apr's file_io implementation


Modified:
    perl/modperl/docs/trunk/src/docs/2.0/api/APR/Finfo.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/APR/Finfo.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/APR/Finfo.pod?rev=708947&amp;r1=708946&amp;r2=708947&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/APR/Finfo.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/APR/Finfo.pod Wed Oct 29 10:26:37 2008
@@ -11,6 +11,7 @@
   
   $device = $finfo-&gt;device;     # (stat $file)[0]
   $inode  = $finfo-&gt;inode;      # (stat $file)[1]
+  # stat returns an octal number while protection is hex
   $prot   = $finfo-&gt;protection; # (stat $file)[2]
   $nlink  = $finfo-&gt;nlink;      # (stat $file)[3]
   $gid    = $finfo-&gt;group;      # (stat $file)[4]
@@ -411,7 +412,11 @@
 
   (stat $filename)[2]
 
+Note: Perl's stat returns an octal number while
+mod_perl's C&lt;protection&gt; returns a hex number.
 
+See perldoc -f stat and APR's file_io for more information 
+on each.
 
 
 



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r675245 - /perl/modperl/docs/trunk/src/docs/offsite/books.pod</title>
<author><name>stas@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200807.mbox/%3c20080709160916.1F378238896E@eris.apache.org%3e"/>
<id>urn:uuid:%3c20080709160916-1F378238896E@eris-apache-org%3e</id>
<updated>2008-07-09T16:09:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: stas
Date: Wed Jul  9 09:09:15 2008
New Revision: 675245

URL: http://svn.apache.org/viewvc?rev=675245&amp;view=rev
Log:
Jeff Pang moved the location of his chinese translation of the book

Modified:
    perl/modperl/docs/trunk/src/docs/offsite/books.pod

Modified: perl/modperl/docs/trunk/src/docs/offsite/books.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/offsite/books.pod?rev=675245&amp;r1=675244&amp;r2=675245&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/offsite/books.pod (original)
+++ perl/modperl/docs/trunk/src/docs/offsite/books.pod Wed Jul  9 09:09:15 2008
@@ -99,7 +99,7 @@
 Share-Alike License": http://creativecommons.org/licenses/by-sa/2.0/.
 
 Jeff Pang translated a big chunk of the book to Chinese:
-http://home.earthlink.net/~pangj/mod_perl/
+http://home.arcor.de/pangj/modperl/
 
 
 =head2 mod_perl Pocket Reference



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r662085 - /perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod</title>
<author><name>pgollucci@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200805.mbox/%3c20080531212652.77D5223889BA@eris.apache.org%3e"/>
<id>urn:uuid:%3c20080531212652-77D5223889BA@eris-apache-org%3e</id>
<updated>2008-05-31T21:26:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: pgollucci
Date: Sat May 31 14:26:51 2008
New Revision: 662085

URL: http://svn.apache.org/viewvc?rev=662085&amp;view=rev
Log:
--enable-maintainer-mode only add -DAP_DEBUG to httpd flags.
We need to add -g as well.

Reported by: David E. Wheeler &lt;david@kineticode.com&gt;      
Message-Id: &lt;1FE3EC41-B1B7-4AB0-9DFB-8687F622C4ED@kineticode.com&gt;


Modified:
    perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod?rev=662085&amp;r1=662084&amp;r2=662085&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod Sat May 31 14:26:51 2008
@@ -396,7 +396,7 @@
 If the segfault happens inside I&lt;ap_&gt; or I&lt;apr_&gt; calls, rebuild httpd
 with C&lt;--enable-maintainer-mode&gt;:
 
-  % ./configure --enable-maintainer-mode ...
+  % CFLAGS="-g" ./configure --enable-maintainer-mode ...
   % make &amp;&amp; make install
 
 =item * perl



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r652108 - /perl/modperl/docs/trunk/src/docs/2.0/user/troubleshooting/troubleshooting.pod</title>
<author><name>phred@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200804.mbox/%3c20080429205614.213CC23889C4@eris.apache.org%3e"/>
<id>urn:uuid:%3c20080429205614-213CC23889C4@eris-apache-org%3e</id>
<updated>2008-04-29T20:56:13Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: phred
Date: Tue Apr 29 13:56:13 2008
New Revision: 652108

URL: http://svn.apache.org/viewvc?rev=652108&amp;view=rev
Log:
caught a type

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/troubleshooting/troubleshooting.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/troubleshooting/troubleshooting.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/troubleshooting/troubleshooting.pod?rev=652108&amp;r1=652107&amp;r2=652108&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/troubleshooting/troubleshooting.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/troubleshooting/troubleshooting.pod Tue Apr
29 13:56:13 2008
@@ -253,7 +253,7 @@
     sub foo {}
   &lt;/Perl&gt;
 
-At the server shutdown, or when any interprter quits you will see the
+At the server shutdown, or when any interpreter quits you will see the
 following error in the I&lt;error_log&gt;:
 
   Attempt to free temp prematurely: SV 0x91b8e74,



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r648972 - /perl/modperl/docs/trunk/doap_Perl.rdf</title>
<author><name>gozer@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200804.mbox/%3c20080417063021.8DC9A1A9832@eris.apache.org%3e"/>
<id>urn:uuid:%3c20080417063021-8DC9A1A9832@eris-apache-org%3e</id>
<updated>2008-04-17T06:30:21Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: gozer
Date: Wed Apr 16 23:30:18 2008
New Revision: 648972

URL: http://svn.apache.org/viewvc?rev=648972&amp;view=rev
Log:
Releasing 2.0.4

Modified:
    perl/modperl/docs/trunk/doap_Perl.rdf

Modified: perl/modperl/docs/trunk/doap_Perl.rdf
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/doap_Perl.rdf?rev=648972&amp;r1=648971&amp;r2=648972&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/doap_Perl.rdf (original)
+++ perl/modperl/docs/trunk/doap_Perl.rdf Wed Apr 16 23:30:18 2008
@@ -57,8 +57,8 @@
     &lt;release&gt;
       &lt;Version&gt;
         &lt;name&gt;mod_perl 2.0&lt;/name&gt;
-        &lt;created&gt;2006-11-28&lt;/created&gt;
-        &lt;revision&gt;2.0.3&lt;/revision&gt;
+        &lt;created&gt;2008-04-16&lt;/created&gt;
+        &lt;revision&gt;2.0.4&lt;/revision&gt;
       &lt;/Version&gt;
     &lt;/release&gt;
     &lt;release&gt;



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r648970 - /perl/modperl/docs/trunk/src/download/index_top.html</title>
<author><name>gozer@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200804.mbox/%3c20080417062922.84AB31A9832@eris.apache.org%3e"/>
<id>urn:uuid:%3c20080417062922-84AB31A9832@eris-apache-org%3e</id>
<updated>2008-04-17T06:29:22Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: gozer
Date: Wed Apr 16 23:29:19 2008
New Revision: 648970

URL: http://svn.apache.org/viewvc?rev=648970&amp;view=rev
Log:
Releasing 2.0.4

Modified:
    perl/modperl/docs/trunk/src/download/index_top.html

Modified: perl/modperl/docs/trunk/src/download/index_top.html
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/download/index_top.html?rev=648970&amp;r1=648969&amp;r2=648970&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/download/index_top.html (original)
+++ perl/modperl/docs/trunk/src/download/index_top.html Wed Apr 16 23:29:19 2008
@@ -7,7 +7,7 @@
 &lt;p&gt;Current releases:&lt;/p&gt;
       &lt;ul&gt;
 
-        &lt;li&gt;mod_perl 2.0: Version 2.0.3 - November 28, 2006&lt;br&gt;
+        &lt;li&gt;mod_perl 2.0: Version 2.0.4 - April 16, 2008&lt;br&gt;
         For use with Apache 2.0.x / 2.2.x &lt;br/&gt;
         &lt;a href="http://perl.apache.org/dist/mod_perl-2.0-current.tar.gz"&gt;Download&lt;/a&gt;
|
         &lt;a href="http://perl.apache.org/dist/mod_perl-2.0-current"&gt;Browse&lt;/a&gt;
|



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r648963 - /perl/modperl/docs/tags/2_0_4/</title>
<author><name>gozer@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200804.mbox/%3c20080417060759.147C81A9838@eris.apache.org%3e"/>
<id>urn:uuid:%3c20080417060759-147C81A9838@eris-apache-org%3e</id>
<updated>2008-04-17T06:07:58Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: gozer
Date: Wed Apr 16 23:07:47 2008
New Revision: 648963

URL: http://svn.apache.org/viewvc?rev=648963&amp;view=rev
Log:
Releasing 2.0.4


Added:
    perl/modperl/docs/tags/2_0_4/
      - copied from r648962, perl/modperl/docs/trunk/


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



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: svn commit: r646691 - /perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod</title>
<author><name>&quot;Philip M. Gollucci&quot; &lt;pgollucci@p6m7g8.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200804.mbox/%3c48043A54.5030501@p6m7g8.com%3e"/>
<id>urn:uuid:%3c48043A54-5030501@p6m7g8-com%3e</id>
<updated>2008-04-15T05:17:08Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Philip M. Gollucci wrote:
&gt; Now might be a good time to revive this request form long ago:
&gt; 
&gt; http://www.gossamer-threads.com/lists/modperl/docs-dev/89411?search_string=help%20wanted;#89411
Wow, second time really was the charm.  Thanks guys!


-- 
------------------------------------------------------------------------
Philip M. Gollucci (philip@ridecharge.com)
o:703.549.2050x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.


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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r647618 - in /perl/modperl/docs/trunk/src/docs/2.0/api/Apache2: CmdParms.pod Connection.pod Module.pod RequestRec.pod ServerRec.pod</title>
<author><name>phred@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200804.mbox/%3c20080413194928.B13361A9832@eris.apache.org%3e"/>
<id>urn:uuid:%3c20080413194928-B13361A9832@eris-apache-org%3e</id>
<updated>2008-04-13T19:49:08Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: phred
Date: Sun Apr 13 12:48:46 2008
New Revision: 647618

URL: http://svn.apache.org/viewvc?rev=647618&amp;view=rev
Log:
Link Apache2::ConfVector doc references to per_dir_config since that is the best
reference for confvectors currently.  Looked at making a new doc for the ConfVector
but it is coupled to the per_dir_config tightly so I think this is a good
reference.

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/CmdParms.pod
    perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Connection.pod
    perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Module.pod
    perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod
    perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerRec.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/CmdParms.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/CmdParms.pod?rev=647618&amp;r1=647617&amp;r2=647618&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/CmdParms.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/CmdParms.pod Sun Apr 13 12:48:46 2008
@@ -484,7 +484,7 @@
 ( C&lt;L&lt;Apache2::CmdParms object|docs::2.0::api::Apache2::CmdParms&gt;&gt; )
 
 =item ret: C&lt;$newval&gt;
-( C&lt;L&lt;Apache2::ConfVector object|docs::2.0::api::Apache2::ConfVector&gt;&gt; )
+( C&lt;L&lt;Apache2::ConfVector object|docs::2.0::api::Apache2::RequestRec/C_per_dir_config_&gt;&gt;
)
 
 Returns the commands' per-dir config structures
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Connection.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Connection.pod?rev=647618&amp;r1=647617&amp;r2=647618&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Connection.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Connection.pod Sun Apr 13 12:48:46 2008
@@ -240,7 +240,7 @@
 Default value is C&lt;Apache2::Const::REMOTE_NAME&gt;.
 
 =item opt arg2: C&lt;$dir_config&gt;
-( C&lt;L&lt;Apache2::ConfVector object|docs::2.0::api::Apache2::ConfVector&gt;&gt; )
+( C&lt;L&lt;Apache2::ConfVector object|docs::2.0::api::Apache2::RequestRec/C_per_dir_config_&gt;&gt;
)
 
 The directory config vector from the request. It's needed to find the
 container in which the directive C&lt;HostnameLookups&gt; is set. To get one
@@ -727,7 +727,7 @@
 ( C&lt;L&lt;Apache2::Connection object|docs::2.0::api::Apache2::Connection&gt;&gt; )
 
 =item ret: C&lt;$ret&gt;
-( C&lt;L&lt;Apache2::ConfVector object|docs::2.0::api::Apache2::ConfVector&gt;&gt; )
+( C&lt;L&lt;Apache2::ConfVector object|docs::2.0::api::Apache2::RequestRec/C_per_dir_config_&gt;&gt;
)
 
 =item since: 2.0.00
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Module.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Module.pod?rev=647618&amp;r1=647617&amp;r2=647618&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Module.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Module.pod Sun Apr 13 12:48:46 2008
@@ -209,7 +209,7 @@
 C&lt;L&lt;$parms-E&lt;gt&gt;server|docs::2.0::api::Apache2::CmdParms&gt;&gt;.
 
 =item opt arg3: C&lt;$dir_config&gt;
-( C&lt;L&lt;Apache2::ConfVector object|docs::2.0::api::Apache2::ConfVector&gt;&gt; )
+( C&lt;L&lt;Apache2::ConfVector object|docs::2.0::api::Apache2::RequestRec/C_per_dir_config_&gt;&gt;
)
 
 By default, the configuration returned is the server level one. To
 retrieve the per directory configuration, use

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod?rev=647618&amp;r1=647617&amp;r2=647618&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod Sun Apr 13 12:48:46 2008
@@ -1273,7 +1273,7 @@
 ( C&lt;L&lt;Apache2::RequestRec object|docs::2.0::api::Apache2::RequestRec&gt;&gt; )
 
 =item ret: C&lt;$per_dir_config&gt;
-( C&lt;L&lt;Apache2::ConfVector object|docs::2.0::api::Apache2::ConfVector&gt;&gt; )
+( C&lt;L&lt;Apache2::ConfVector object|docs::2.0::api::Apache2::RequestRec/C_per_dir_config_&gt;&gt;
)
 
 =item since: 2.0.00
 
@@ -1971,7 +1971,7 @@
 ( C&lt;L&lt;Apache2::RequestRec object|docs::2.0::api::Apache2::RequestRec&gt;&gt; )
 
 =item opt arg1: C&lt;$newval&gt;
-( C&lt;L&lt;Apache2::ConfVector object|docs::2.0::api::Apache2::ConfVector&gt;&gt; )
+( C&lt;L&lt;Apache2::ConfVector object|docs::2.0::api::Apache2::RequestRec/C_per_dir_config_&gt;&gt;
)
 
 =item since: 2.0.00
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerRec.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerRec.pod?rev=647618&amp;r1=647617&amp;r2=647618&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerRec.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerRec.pod Sun Apr 13 12:48:46 2008
@@ -719,7 +719,7 @@
 ( C&lt;L&lt;Apache2::ServerRec object|docs::2.0::api::Apache2::ServerRec&gt;&gt; )
 
 =item ret: C&lt;$lookup_defaults&gt;
-( C&lt;L&lt;Apache2::ConfVector|docs::2.0::api::Apache2::ConfVector&gt;&gt; )
+( C&lt;L&lt;Apache2::ConfVector|docs::2.0::api::Apache2::RequestRec/C_per_dir_config_&gt;&gt;
)
 
 Returns the lookup_defaults setting.
 
@@ -744,7 +744,7 @@
 ( C&lt;L&lt;Apache2::ServerRec object|docs::2.0::api::Apache2::ServerRec&gt;&gt; )
 
 =item ret: C&lt;$module_config&gt;
-( C&lt;L&lt;Apache2::ConfVector|docs::2.0::api::Apache2::ConfVector&gt;&gt; )
+( C&lt;L&lt;Apache2::ConfVector|docs::2.0::api::Apache2::RequestRec/C_per_dir_config_&gt;&gt;
)
 
 Returns the module_config setting.
 



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r647416 - in /perl/modperl/docs/trunk/src/docs: 2.0/api/Apache2/Filter.pod 2.0/api/Apache2/RequestRec.pod 2.0/api/ModPerl/RegistryCooker.pod 2.0/devel/debug/c.pod general/testing/testing.pod</title>
<author><name>phred@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200804.mbox/%3c20080412103119.CFBAD1A9832@eris.apache.org%3e"/>
<id>urn:uuid:%3c20080412103119-CFBAD1A9832@eris-apache-org%3e</id>
<updated>2008-04-12T10:31:18Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: phred
Date: Sat Apr 12 03:31:14 2008
New Revision: 647416

URL: http://svn.apache.org/viewvc?rev=647416&amp;view=rev
Log:
The rest of the low hanging fruit broken link fixes are fixed.

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Filter.pod
    perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod
    perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/RegistryCooker.pod
    perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod
    perl/modperl/docs/trunk/src/docs/general/testing/testing.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Filter.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Filter.pod?rev=647416&amp;r1=647415&amp;r2=647416&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Filter.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Filter.pod Sat Apr 12 03:31:14 2008
@@ -298,7 +298,7 @@
 unmodified, by returning C&lt;Apache2::Const::DECLINED&gt;. If you need to reset the
 whole or parts of the filter context between requests, use the
 L&lt;technique based on C&lt;$c-E&lt;gt&gt;keepalives&gt;
-counting|docs::2.0::user::handler::filters&gt;.
+counting|docs::2.0::user::handlers::filters&gt;.
 
 This method works for native Apache (non-mod_perl) filters too.
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod?rev=647416&amp;r1=647415&amp;r2=647416&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod Sat Apr 12 03:31:14 2008
@@ -1852,7 +1852,7 @@
 
 =head2 C&lt;user&gt;
 
-Get the user name, if an L&lt;authentication&gt; process was successful. Or
+Get the user name, if an authentication process was successful. Or
 set it.
 
   $user      = $r-&gt;user();

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/RegistryCooker.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/RegistryCooker.pod?rev=647416&amp;r1=647415&amp;r2=647416&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/RegistryCooker.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/RegistryCooker.pod Sat Apr 12 03:31:14
2008
@@ -46,7 +46,7 @@
 
 C&lt;$class&gt; -- the registry class, usually C&lt;__PACKAGE__&gt; can be used.
 
-C&lt;$r&gt; -- C&lt;L&lt;Apache2::Request&gt;&gt; object.
+C&lt;$r&gt; -- C&lt;Apache2::Request&gt; object.
 
 default: new()
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod?rev=647416&amp;r1=647415&amp;r2=647416&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod Sat Apr 12 03:31:14 2008
@@ -612,7 +612,7 @@
 
 Therefore the next step is to recompile Perl and mod_perl (and may be
 Apache) with debug symbols as L&lt;explained
-earlier|Getting_Ready_to_Debug&gt; in this chapter.
+earlier|/Getting_Ready_to_Debug&gt; in this chapter.
 
 Now when we repeat the process of starting the server, issuing a
 request and getting the core file, after which we run C&lt;gdb&gt; again

Modified: perl/modperl/docs/trunk/src/docs/general/testing/testing.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/general/testing/testing.pod?rev=647416&amp;r1=647415&amp;r2=647416&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/general/testing/testing.pod (original)
+++ perl/modperl/docs/trunk/src/docs/general/testing/testing.pod Sat Apr 12 03:31:14 2008
@@ -2759,8 +2759,7 @@
   t_client_log_error_is_expected()&gt;
   t_client_log_warn_is_expected()&gt;
 
-See the C&lt;L&lt;Apache::TestUtil|docs::2.0::api::Apache::TestUtil&gt;&gt;
-manpage for more information.
+See the C&lt;Apache::TestUtil&gt; manpage for more information.
 
 =head2 Auto Configuration
 



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r647414 - /perl/modperl/docs/trunk/src/docs/2.0/api/APR/URI.pod</title>
<author><name>phred@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200804.mbox/%3c20080412101627.643101A9832@eris.apache.org%3e"/>
<id>urn:uuid:%3c20080412101627-643101A9832@eris-apache-org%3e</id>
<updated>2008-04-12T10:16:26Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: phred
Date: Sat Apr 12 03:16:25 2008
New Revision: 647414

URL: http://svn.apache.org/viewvc?rev=647414&amp;view=rev
Log:
another simple link fix

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/api/APR/URI.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/APR/URI.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/APR/URI.pod?rev=647414&amp;r1=647413&amp;r2=647414&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/APR/URI.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/APR/URI.pod Sat Apr 12 03:16:25 2008
@@ -284,7 +284,7 @@
 
 =head2 C&lt;rpath&gt;
 
-Gets the C&lt;L&lt;path&gt;&gt; minus the 
+Gets the C&lt;L&lt;path|/C_path_&gt;&gt; minus the 
 C&lt;L&lt;path_info|docs::2.0::api::Apache2::RequestRec/C_path_info_&gt;&gt;
 
   $rpath =  $parsed-&gt;rpath();



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



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: svn commit: r647409 - /perl/modperl/docs/trunk/src/docs/2.0/user/handlers/protocols.pod</title>
<author><name>&quot;Philippe M. Chiasson&quot; &lt;gozer@ectoplasm.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200804.mbox/%3c48008918.9060705@ectoplasm.org%3e"/>
<id>urn:uuid:%3c48008918-9060705@ectoplasm-org%3e</id>
<updated>2008-04-12T10:04:08Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
phred@apache.org wrote:
&gt; Author: phred
&gt; Date: Sat Apr 12 02:59:06 2008
&gt; New Revision: 647409
&gt; 
&gt; URL: http://svn.apache.org/viewvc?rev=647409&amp;view=rev
&gt; Log:
&gt; Those who can't sleep fix broken doc links :)

Much appreciated!

-- 
Philippe M. Chiasson     GPG: F9BFE0C2480E7680 1AE53631CB32A107 88C3A5A5
http://gozer.ectoplasm.org/       m/gozer\@(apache|cpan|ectoplasm)\.org/



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r647409 - /perl/modperl/docs/trunk/src/docs/2.0/user/handlers/protocols.pod</title>
<author><name>phred@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200804.mbox/%3c20080412095917.066C11A9832@eris.apache.org%3e"/>
<id>urn:uuid:%3c20080412095917-066C11A9832@eris-apache-org%3e</id>
<updated>2008-04-12T09:59:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: phred
Date: Sat Apr 12 02:59:06 2008
New Revision: 647409

URL: http://svn.apache.org/viewvc?rev=647409&amp;view=rev
Log:
Those who can't sleep fix broken doc links :)

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/handlers/protocols.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/handlers/protocols.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/handlers/protocols.pod?rev=647409&amp;r1=647408&amp;r2=647409&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/handlers/protocols.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/handlers/protocols.pod Sat Apr 12 02:59:06 2008
@@ -520,7 +520,7 @@
 
 We will skip the filter discussion here, since we are going to talk in
 depth about filters in L&lt;the dedicated to filters
-tutorial|docs::2.0::user::handlers::filter&gt;. But all you need to know
+tutorial|docs::2.0::user::handlers::filters&gt;. But all you need to know
 at this stage is that the data sent from the connection handler is
 filtered by the outgoing filter and which transforms it to be all
 lowercase.



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r647383 - in /perl/modperl/docs/trunk/src/docs/2.0/api: APR/Socket.pod Apache2/Response.pod</title>
<author><name>phred@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200804.mbox/%3c20080412063435.6CEDD1A9832@eris.apache.org%3e"/>
<id>urn:uuid:%3c20080412063435-6CEDD1A9832@eris-apache-org%3e</id>
<updated>2008-04-12T06:34:34Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: phred
Date: Fri Apr 11 23:34:33 2008
New Revision: 647383

URL: http://svn.apache.org/viewvc?rev=647383&amp;view=rev
Log:
Fix a couple more broken doc links.

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/api/APR/Socket.pod
    perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Response.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/APR/Socket.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/APR/Socket.pod?rev=647383&amp;r1=647382&amp;r2=647383&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/APR/Socket.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/APR/Socket.pod Fri Apr 11 23:34:33 2008
@@ -622,7 +622,7 @@
 The socket we wish to use for our side of the connection 
 
 =item arg1: C&lt;$sa&gt;
-( C&lt;L&lt;APR::SockAddr object|docs::2.0::api::APR::SockAdrr&gt;&gt; )
+( C&lt;L&lt;APR::SockAddr object|docs::2.0::api::APR::SockAddr&gt;&gt; )
 
 The address of the machine we wish to connect to.  If NULL,
 APR assumes that the sockaddr_in in the apr_socket is

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Response.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Response.pod?rev=647383&amp;r1=647382&amp;r2=647383&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Response.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Response.pod Fri Apr 11 23:34:33 2008
@@ -248,7 +248,7 @@
 
 If there is a response body following the headers it'll be handled too
 (as if it was sent via
-C&lt;L&lt;print()|docs::2.0::api::Apache2::RequestIO::C_print_/&gt;&gt;).
+C&lt;L&lt;print()|docs::2.0::api::Apache2::RequestIO/C_print_&gt;&gt;).
 
 Notice that if only HTTP headers are included they won't be sent until
 some body is sent (again the "send" part is retained from the mod_perl



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r647382 - in /perl/modperl/docs/trunk/src/docs/2.0: api/Apache2/Access.pod user/config/config.pod user/porting/porting.pod</title>
<author><name>phred@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200804.mbox/%3c20080412062639.9A3021A9832@eris.apache.org%3e"/>
<id>urn:uuid:%3c20080412062639-9A3021A9832@eris-apache-org%3e</id>
<updated>2008-04-12T06:26:38Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: phred
Date: Fri Apr 11 23:26:37 2008
New Revision: 647382

URL: http://svn.apache.org/viewvc?rev=647382&amp;view=rev
Log:
Fix a few broken doc links.

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Access.pod
    perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod
    perl/modperl/docs/trunk/src/docs/2.0/user/porting/porting.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Access.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Access.pod?rev=647382&amp;r1=647381&amp;r2=647382&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Access.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Access.pod Fri Apr 11 23:26:37 2008
@@ -66,7 +66,7 @@
 authorization phases.
 
 C&lt;Apache2::Access&gt; extends
-C&lt;L&lt;Apache2::RequestRec|docs::2.0::api::Apache2::RequestRec|/Description&gt;&gt;.
+C&lt;L&lt;Apache2::RequestRec|docs::2.0::api::Apache2::RequestRec/Description&gt;&gt;.
 
 
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod?rev=647382&amp;r1=647381&amp;r2=647382&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod Fri Apr 11 23:26:37 2008
@@ -1513,7 +1513,7 @@
   &lt;/IfDefine&gt;
 
 From within Perl code this can be tested with
-C&lt;L&lt;Apache2::ServerUtil::exists_config_define()|docs::2.0::Apache2::ServerUtil/C_exists_config_define_&gt;&gt;,
+C&lt;L&lt;Apache2::ServerUtil::exists_config_define()|docs::2.0::api::Apache2::ServerUtil/C_exists_config_define_&gt;&gt;,
 for example:
 
   use Apache2::ServerUtil ();

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/porting/porting.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/porting/porting.pod?rev=647382&amp;r1=647381&amp;r2=647382&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/porting/porting.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/porting/porting.pod Fri Apr 11 23:26:37 2008
@@ -1265,7 +1265,7 @@
 
 =item *
 
-L&lt;mod_perl 1.0 and 2.0 Constants Coexistence|docs::2.0::user::compat/mod_perl_1_0_and_2_0_Constants_Coexistence&gt;
+L&lt;mod_perl 1.0 and 2.0 Constants Coexistence|docs::2.0::user::porting::compat/mod_perl_1_0_and_2_0_Constants_Coexistence&gt;
 
 =back
 



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



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: svn commit: r646691 - /perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod</title>
<author><name>&quot;Philip M. Gollucci&quot; &lt;pgollucci@p6m7g8.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200804.mbox/%3c47FFCAB9.5030408@p6m7g8.com%3e"/>
<id>urn:uuid:%3c47FFCAB9-5030408@p6m7g8-com%3e</id>
<updated>2008-04-11T20:31:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Now might be a good time to revive this request form long ago:

http://www.gossamer-threads.com/lists/modperl/docs-dev/89411?search_string=help%20wanted;#89411

gozer@apache.org wrote:
&gt; Author: gozer
&gt; Date: Thu Apr 10 01:51:36 2008
&gt; New Revision: 646691
&gt; 
&gt; URL: http://svn.apache.org/viewvc?rev=646691&amp;view=rev
&gt; Log:
&gt; Fixed a broken internal reference link.
&gt; 
&gt; Reported-By: Martin Armbrecht &lt;armbrecht@hbz-nrw.de&gt;
&gt; Message-Id: &lt;200804091341.33799.armbrecht@hbz-nrw.de&gt;
&gt; 
&gt; 
&gt; Modified:
&gt;     perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod
&gt; 
&gt; Modified: perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod
&gt; URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod?rev=646691&amp;r1=646690&amp;r2=646691&amp;view=diff
&gt; ==============================================================================
&gt; --- perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod (original)
&gt; +++ perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod Thu Apr 10 01:51:36
2008
&gt; @@ -206,7 +206,7 @@
&gt;  mod_perl 1.0 was always running its startup code as soon as it was
&gt;  encountered. In mod_perl 2.0, it is not always the case. Refer to the
&gt;  L&lt;mod_perl 2.0 startup process
&gt; -section|docs::2.0::user::config::config/Startup_Process&gt; section for
&gt; +section|docs::2.0::user::handlers::server/mod_perl_Startup&gt; for
&gt;  details.
&gt;  
&gt;  
&gt; 
&gt; 
&gt; 
&gt; ---------------------------------------------------------------------
&gt; To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
&gt; For additional commands, e-mail: docs-cvs-help@perl.apache.org


-- 
------------------------------------------------------------------------
Philip M. Gollucci (philip@ridecharge.com)
o:703.549.2050x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.


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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r646691 - /perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod</title>
<author><name>gozer@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200804.mbox/%3c20080410085141.E73D21A9832@eris.apache.org%3e"/>
<id>urn:uuid:%3c20080410085141-E73D21A9832@eris-apache-org%3e</id>
<updated>2008-04-10T08:51:39Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: gozer
Date: Thu Apr 10 01:51:36 2008
New Revision: 646691

URL: http://svn.apache.org/viewvc?rev=646691&amp;view=rev
Log:
Fixed a broken internal reference link.

Reported-By: Martin Armbrecht &lt;armbrecht@hbz-nrw.de&gt;
Message-Id: &lt;200804091341.33799.armbrecht@hbz-nrw.de&gt;


Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod?rev=646691&amp;r1=646690&amp;r2=646691&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod Thu Apr 10 01:51:36 2008
@@ -206,7 +206,7 @@
 mod_perl 1.0 was always running its startup code as soon as it was
 encountered. In mod_perl 2.0, it is not always the case. Refer to the
 L&lt;mod_perl 2.0 startup process
-section|docs::2.0::user::config::config/Startup_Process&gt; section for
+section|docs::2.0::user::handlers::server/mod_perl_Startup&gt; for
 details.
 
 



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r629669 - /perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod</title>
<author><name>randyk@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200802.mbox/%3c20080221014652.C83461A9832@eris.apache.org%3e"/>
<id>urn:uuid:%3c20080221014652-C83461A9832@eris-apache-org%3e</id>
<updated>2008-02-21T01:46:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: randyk
Date: Wed Feb 20 17:46:50 2008
New Revision: 629669

URL: http://svn.apache.org/viewvc?rev=629669&amp;view=rev
Log:
add mention of existence of a mod_perl ppm packages for Win32 ActivePerl 10xx.

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod?rev=629669&amp;r1=629668&amp;r2=629669&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod Wed Feb 20 17:46:50 2008
@@ -146,8 +146,8 @@
        http://theoryx5.uwinnipeg.ca/ppms/mod_perl-2.0.ppd
 
 for Apache/2.0. Another way, which will be useful if you plan on 
-installing additional Apache modules, is to set the repository
-within the C&lt;ppm&gt; shell utility to
+installing additional Apache modules, is to add the following
+repository within C&lt;ppm&gt;:
 
    http://theoryx5.uwinnipeg.ca/ppms/
 
@@ -156,8 +156,9 @@
    http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58
 
 for ActivePerl 818 or lower;
-see the help utility within the C&lt;ppm&gt; shell for
-details. mod_perl 2.0 can then be installed, within the ppm shell, as 
+see the help utility within C&lt;ppm&gt; for
+details on how to do this. 
+mod_perl 2.0 can then be installed, within the ppm shell, as 
 
   ppm&gt; install mod_perl
 
@@ -170,6 +171,27 @@
 F&lt;Apache&gt; directory from mod_perl 1.0. See the section below on
 configuring mod_perl to add this directory to the C&lt;@INC&gt; path for
 searching for modules.
+
+The preceding L&lt;http://theoryx5.uwinnipeg.ca/ppms/&gt; repository
+is appropriate for ActivePerl 8xx builds, based on perl-5.8.
+If you're using an ActivePerl 10xx build, based on perl-5.10,
+you can install mod_perl via
+
+ C:\&gt; ppm install
+       http://cpan.uwinnipeg.ca/PPMPackages/10xx/mod_perl.ppd
+
+for Apache/2.2. The corresponding repository that can be
+added to ppm is
+
+   http://cpan.uwinnipeg.ca/PPMPackages/10xx/
+
+after which mod_perl can be installed as
+
+  ppm&gt; install mod_perl
+
+Note that ActivePerl 8xx and ActivePerl 10xx are not binary
+compatible, which means ppm packages compiled, for example,
+for an 8xx build are not compatible with ActivePerl 10xx.
 
 The mod_perl PPM package also includes the necessary Apache DLL
 F&lt;mod_perl.so&gt;; a post-installation script should be run which will



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



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r618166 - /perl/modperl/docs/trunk/src/docs/tutorials/tmpl/comparison/comparison.pod</title>
<author><name>perrin@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-docs-cvs/200802.mbox/%3c20080204040345.2CA811A9832@eris.apache.org%3e"/>
<id>urn:uuid:%3c20080204040345-2CA811A9832@eris-apache-org%3e</id>
<updated>2008-02-04T04:03:43Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: perrin
Date: Sun Feb  3 20:03:42 2008
New Revision: 618166

URL: http://svn.apache.org/viewvc?rev=618166&amp;view=rev
Log:
Remove AxKit and add AxKit2, remove useless matrix at bottom of document

Modified:
    perl/modperl/docs/trunk/src/docs/tutorials/tmpl/comparison/comparison.pod

Modified: perl/modperl/docs/trunk/src/docs/tutorials/tmpl/comparison/comparison.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/tutorials/tmpl/comparison/comparison.pod?rev=618166&amp;r1=618165&amp;r2=618166&amp;view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/tutorials/tmpl/comparison/comparison.pod (original)
+++ perl/modperl/docs/trunk/src/docs/tutorials/tmpl/comparison/comparison.pod Sun Feb  3 20:03:42
2008
@@ -142,11 +142,11 @@
 using object calls or in-line Perl.  This would be using it in a
 callback style.
 
-HTML::Template and some of the AxKit XML processors are fairly rigid
-about insisting on a pipeline approach.  Neither provide methods for
+HTML::Template is fairly rigid
+about insisting on a pipeline approach.  It doesn't provide methods for
 calling back into Perl code during the HTML formatting stage; you have
-to do the work before running the template.  The authors of these
-tools consider this a feature since it prevents developers from
+to do the work before running the template.  The author of the
+module consider this a feature since it prevents developers from
 cheating on the separation of application code and presentation.
 
 =head2 Languages
@@ -164,8 +164,7 @@
 addition to) in-line Perl.  These will typically have just enough
 syntax to handle variable substitution, conditionals, and looping.
 HTML::Template and Template Toolkit are popular systems using this
-approach.  AxKit straddles the fence, providing both a (not-so-)
-mini-language - XSLT - and an in-line Perl approach - XPathScript.
+approach.
 
 Here's how a typical discussion of the merits of these approaches might go:
 
@@ -331,11 +330,9 @@
 
 =head3 Output Caching
 
-Caching is the key to good performance in many web systems, and some
-of these tools provide user-controlled caching of output.  This is one
-of the major features of both Mason and AxKit.  AxKit can cache at the
-page level, while Mason also offers fine-grained caching of components
-within the page.
+While caching of output is outside the scope of most templating systems, Mason
+includes it as a standard feature.  In addition to page-level caching, Mason also 
+offers fine-grained caching of output from sections within a page.
 
 =head3 Form Handling
 
@@ -535,72 +532,6 @@
 supports direct use of the Perl debugger on Embperl templates, and
 provides performance improvements.
 
-=head2 Apache::AxKit
-
-AxKit is the first mod_perl page generation system to be built from the
-ground up around XML.  Technically, AxKit itself is not a templating
-tool but rather a framework for stringing together different modules
-that generate and transform XML data.  In fact, it can optionally use
-Template Toolkit as an XML transformation language.  However, it
-deserves coverage here since it is also the home of some templating
-tools that are not represented elsewhere.
-
-In its simplest form, AxKit maps XML files to XSL stylesheets which it
-can process using commonly available XSLT modules like XML::XSLT or
-XML::Sablotron.  The rules for mapping a stylesheet to a request are
-very flexible, and they can incorporate query strings, cookies, and
-other attributes of the request.  The idea is that you can use this
-feature to handle a wide variety of clients with differing display
-capabilities by choosing the right stylesheet.
-
-Recognizing that not everyone is a fan of XSL's somewhat obtuse
-syntax, Matt Sergeant has provided an alternate stylesheet language
-called XPathScript.  XPathScript allows you to write a stylesheet
-using text with embedded Perl code.  This is similar to the other
-embedded Perl templating tools, but the focus is on using the built in
-XPath functions for querying an XML document and manipulating the
-retrieved data.  XPathScript can also be used in a declarative
-fashion, specifying the formatting of particular elements in the XML
-input.  For example this snippet will change all C&lt;E&lt;lt&gt;fooE&lt;gt&gt;&gt; tags
-in an XML document to BAR in the output::
-
-  &lt;%
-    $t-&gt;{'foo'}{pre}   = 'BAR';
-    $t-&gt;{'foo'}{post}    = '';
-    $t-&gt;{'foo'}{showtag} = 0;
-  %&gt;
-  &lt;%= apply_templates() %&gt;
-
-By using XPathScript's include function (which looks just like SSI),
-you can build up libraries of useful transformations that use this
-technique.
-
-This is all well and good if you have a bunch of XML files sitting on
-a disk somewhere, but what about dynamic content?  AxKit handles this
-by allowing you to substitute a different data source for the default
-file-based one.  This can include running some dynamic code on each
-request to generate the XML data that will be transformed.  The
-distribution includes a module for doing this called XSP.  XSP is a
-language for building an XML DOM using in-line Perl and tag libraries.
-The tag libraries are specified as stylesheets which can turn XML tags
-into Perl code.  This is demonstrated through the included SQL tag
-library, which allows you to write an XSP page using XML tags which
-will connect to a database, execute queries, and generate an XML
-document with the results.
-
-AxKit has some nice performance boosts built into it.  It can cache
-the full output of a page and serve it as a static file on future
-requests.  It can also compress output to speed up downloads for
-browsers that understand gzip encoding.  These can be done with other
-systems, but they require you to setup additional software .  With
-AxKit, you just enable them in the configuration file.
-
-If all of these languages, tag libraries, and stylesheets sound
-intimidating to you, AxKit may be overkill for your project.  However,
-AxKit has the advantage of being built on approved W3C standards, and
-many of the skills used in developing for it carry over to other
-languages and tools.
-
 =head2 Apache::ASP
 
 Apache::ASP started out as a port of Microsoft's Active Server Pages
@@ -804,6 +735,23 @@
 
 And now, a few honorable mentions:
 
+=head2 AxKit2
+
+Previous versions of this document covered Apache::AxKit.  However, the coverage
+was not very good and that project has since been replaced by AxKit2.
+
+Like its predecessor, AxKit2 is all about XML.  It is more of a framework than a
+templating system per se, but includes support for multiple templating systems
+within it.  The systems supported in the core release include XSLT, TAL (see
+the notes on Petal and Template::TAL below), XSP, an XML-based mini-language
+which can be extended with your own tags, and facilities for writing custom tag
+libraries.
+
+Rather than short-change AxKit2 here with an inadequate description, I would
+encourage people who are intrigued by what they've heard so far to go and check
+out AxKit2 on CPAN.  If you like working with XML, this may be a very good fit
+for you.
+
 =head2 HTML_Tree
 
 As mentioned earlier, HTML Tree uses a fairly unique method of
@@ -933,180 +881,6 @@
 simple regex parsing and doesn't need to eval any in-line Perl code.
 Almost everything else mentioned here will add tenths of seconds to
 each page in compilation time alone.
-
-=head1 Matrix
-
-To help you choose a system, I'll summarize the basic characteristics
-of the major systems along the decision points I've explained in the
-beginning of the article.  Keep in mind that in many cases a system
-can be used in more than one way, and I've simply shown the dominant
-method as seen in the documentation and real world use.  You should
-not eliminate options based on this chart without reading the more
-detailed explanations above.
-
-=for html
-  &lt;table  border="0" cellpadding="1" cellspacing="1"&gt;
-    &lt;tr&gt;
-      &lt;th class="table-title-bg"&gt;&lt;br&gt;&lt;/th&gt;
-      &lt;th class="table-title-bg"&gt;
-      &lt;div class="table-title"&gt;
-        Application Framework
-      &lt;/div&gt;
-      &lt;/th&gt;
-      &lt;th class="table-title-bg"&gt;
-      &lt;div class="table-title"&gt;
-        Pipeline or Callback
-      &lt;/div&gt;
-      &lt;/th&gt;
-      &lt;th class="table-title-bg"&gt;
-      &lt;div class="table-title"&gt;
-        Parsing Method
-      &lt;/div&gt;
-      &lt;/th&gt;
-      &lt;th class="table-title-bg"&gt;
-      &lt;div class="table-title"&gt;
-        Language
-      &lt;/div&gt;
-      &lt;/th&gt;
-    &lt;/tr&gt;
-    &lt;tr&gt;
-      &lt;td class="table-bg"&gt;
-        HTML::Mason
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Framework
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Callback
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Compiled
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Perl
-      &lt;/td&gt;
-    &lt;/tr&gt;
-    &lt;tr&gt;
-      &lt;td class="table-bg"&gt;
-        Template Toolkit
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Just Templates
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Pipeline
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Compiled
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Mini-Language
-      &lt;/td&gt;
-    &lt;/tr&gt;
-    &lt;tr&gt;
-      &lt;td class="table-bg"&gt;
-        Apache::ASP
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Framework
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Callback
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Compiled
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Perl and XSL
-      &lt;/td&gt;
-    &lt;/tr&gt;
-    &lt;tr&gt;
-      &lt;td class="table-bg"&gt;
-        HTML::Embperl
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Framework
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Callback
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Compiled
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Perl
-      &lt;/td&gt;
-    &lt;/tr&gt;
-    &lt;tr&gt;
-      &lt;td class="table-bg"&gt;
-        SSI
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Just Templates
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Callback
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Repeated Parse
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Mini-Language
-      &lt;/td&gt;
-    &lt;/tr&gt;
-    &lt;tr&gt;
-      &lt;td class="table-bg"&gt;
-        AxKit
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Framework
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Pipeline
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Compiled or Cached Parse Tree
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Perl and XSL and Mini-Language(s)
-      &lt;/td&gt;
-    &lt;/tr&gt;
-    &lt;tr&gt;
-      &lt;td class="table-bg"&gt;
-        HTML::Template
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Just Templates
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Pipeline
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Cached Parse Tree
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Mini-Language
-      &lt;/td&gt;
-    &lt;/tr&gt;
-    &lt;tr&gt;
-      &lt;td class="table-bg"&gt;
-        Text::Template
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Just Templates
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Pipeline
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Compiled
-      &lt;/td&gt;
-      &lt;td class="table-bg"&gt;
-        Perl
-      &lt;/td&gt;
-    &lt;/tr&gt;
-  &lt;/table&gt;
-
 
 =head1 Updates
 



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



</pre>
</div>
</content>
</entry>
</feed>
