Author: randyk Date: Sat Apr 2 14:12:50 2005 New Revision: 159833 URL: http://svn.apache.org/viewcvs?view=rev&rev=159833 Log: s/Apache/Apache2/
Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/SubProcess.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/SubProcess.pod URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/SubProcess.pod?view=diff&r1=159832&r2=159833 ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/SubProcess.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/SubProcess.pod Sat Apr 2 14:12:50 2005 @@ -1,6 +1,6 @@ =head1 NAME -Apache::SubProcess -- Executing SubProcesses under mod_perl +Apache2::SubProcess -- Executing SubProcesses under mod_perl @@ -8,7 +8,7 @@ =head1 Synopsis - use Apache::SubProcess (); + use Apache2::SubProcess (); use Config; use constant PERLIO_IS_ENABLED => $Config{useperlio}; @@ -52,7 +52,7 @@ =head1 Description -C<Apache::SubProcess> provides the Perl API for running and +C<Apache2::SubProcess> provides the Perl API for running and communicating with processes spawned from mod_perl handlers. At the moment it's possible to spawn only external program in a new @@ -81,7 +81,7 @@ =over 4 =item obj: C<$r> -( C<L<Apache::RequestRec object|docs::2.0::api::Apache::RequestRec>> ) +( C<L<Apache2::RequestRec object|docs::2.0::api::Apache2::RequestRec>> ) =item arg1: C<$command> ( string ) @@ -155,7 +155,7 @@ close/reopen its communication streams. For example, spawn a process as: - use Apache::SubProcess (); + use Apache2::SubProcess (); $r->spawn_proc_prog ('/path/to/detach_script.pl', $args); and the F</path/to/detach_script.pl> contents are: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]