You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2005/05/11 07:09:59 UTC

svn commit: r169585 - in /perl/modperl/docs/trunk/src/docs/2.0/api: ModPerl/PerlRunPrefork.pod ModPerl/RegistryPrefork.pod config.cfg

Author: stas
Date: Tue May 10 22:09:58 2005
New Revision: 169585

URL: http://svn.apache.org/viewcvs?rev=169585&view=rev
Log:
add stubs for ModPerl::PerlRunPrefork and ModPerl::RegistryPrefork


Added:
    perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/PerlRunPrefork.pod
    perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/RegistryPrefork.pod
Modified:
    perl/modperl/docs/trunk/src/docs/2.0/api/config.cfg

Added: perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/PerlRunPrefork.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/PerlRunPrefork.pod?rev=169585&view=auto
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/PerlRunPrefork.pod (added)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/PerlRunPrefork.pod Tue May 10 22:09:58 2005
@@ -0,0 +1,41 @@
+=head1 NAME
+
+ModPerl::PerlRunPrefork - Run unaltered CGI scripts under mod_perl
+
+=head1 Synopsis
+
+  # httpd.conf
+  PerlModule ModPerl::PerlRunPrefork
+  Alias /perl-run/ /home/httpd/perl/
+  <Location /perl-run>
+      SetHandler perl-script
+      PerlResponseHandler ModPerl::PerlRunPrefork
+      PerlOptions +ParseHeaders
+      Options +ExecCGI
+  </Location>
+
+
+=head1 Description
+
+
+
+=head1 Copyright
+
+mod_perl 2.0 and its core modules are copyrighted under
+The Apache Software License, Version 2.0.
+
+
+
+
+=head1 Authors
+
+L<The mod_perl development team and numerous
+contributors|about::contributors::people>.
+
+
+=head1 See Also
+
+C<L<ModPerl::RegistryCooker|docs::2.0::api::ModPerl::RegistryCooker>>
+and C<L<ModPerl::Registry|docs::2.0::api::ModPerl::Registry>>.
+
+=cut

Added: perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/RegistryPrefork.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/RegistryPrefork.pod?rev=169585&view=auto
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/RegistryPrefork.pod (added)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/RegistryPrefork.pod Tue May 10 22:09:58 2005
@@ -0,0 +1,41 @@
+=head1 NAME
+
+ModPerl::RegistryPrefork - Run unaltered CGI scripts under mod_perl
+
+=head1 Synopsis
+
+  # httpd.conf
+  PerlModule ModPerl::RegistryPrefork
+  Alias /perl-run/ /home/httpd/perl/
+  <Location /perl-run>
+      SetHandler perl-script
+      PerlResponseHandler ModPerl::RegistryPrefork
+      PerlOptions +ParseHeaders
+      Options +ExecCGI
+  </Location>
+
+
+=head1 Description
+
+
+
+=head1 Copyright
+
+mod_perl 2.0 and its core modules are copyrighted under
+The Apache Software License, Version 2.0.
+
+
+
+
+=head1 Authors
+
+L<The mod_perl development team and numerous
+contributors|about::contributors::people>.
+
+
+=head1 See Also
+
+C<L<ModPerl::RegistryCooker|docs::2.0::api::ModPerl::RegistryCooker>>
+and C<L<ModPerl::Registry|docs::2.0::api::ModPerl::Registry>>.
+
+=cut

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/config.cfg
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/config.cfg?rev=169585&r1=169584&r2=169585&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/config.cfg (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/config.cfg Tue May 10 22:09:58 2005
@@ -76,10 +76,12 @@
         ModPerl/MethodLookup.pod
         ModPerl/MM.pod
         ModPerl/PerlRun.pod
+        ModPerl/PerlRunPrefork.pod
         ModPerl/Registry.pod
         ModPerl/RegistryBB.pod
         ModPerl/RegistryCooker.pod
         ModPerl/RegistryLoader.pod
+        ModPerl/RegistryPrefork.pod
         ModPerl/Util.pod
     )],
 



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