
randyk at apache
Jun 5, 2006, 7:40 AM
Post #1 of 1
(811 views)
Permalink
|
|
svn commit: r411804 - in /perl/modperl/docs/trunk/src/docs: 1.0/os/win32/mpinstall 2.0/os/win32/mpinstall
|
|
Author: randyk Date: Mon Jun 5 07:40:03 2006 New Revision: 411804 URL: http://svn.apache.org/viewvc?rev=411804&view=rev Log: Remove mention of using Apache2. Modified: perl/modperl/docs/trunk/src/docs/1.0/os/win32/mpinstall perl/modperl/docs/trunk/src/docs/2.0/os/win32/mpinstall Modified: perl/modperl/docs/trunk/src/docs/1.0/os/win32/mpinstall URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/1.0/os/win32/mpinstall?rev=411804&r1=411803&r2=411804&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/1.0/os/win32/mpinstall (original) +++ perl/modperl/docs/trunk/src/docs/1.0/os/win32/mpinstall Mon Jun 5 07:40:03 2006 @@ -290,9 +290,7 @@ LoadModule perl_module modules/$so in the section where other apache modules are loaded. -You should also either have a directive 'PerlModule Apache2' -in httpd.conf or put in a 'use Apache2 ();' in a startup -script. You may also have to add $Config{bin} +You may also have to add $Config{bin} to your PATH environment variable. For more information, visit http://perl.apache.org/. Modified: perl/modperl/docs/trunk/src/docs/2.0/os/win32/mpinstall URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/os/win32/mpinstall?rev=411804&r1=411803&r2=411804&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/os/win32/mpinstall (original) +++ perl/modperl/docs/trunk/src/docs/2.0/os/win32/mpinstall Mon Jun 5 07:40:03 2006 @@ -290,9 +290,7 @@ LoadModule perl_module modules/$so in the section where other apache modules are loaded. -You should also either have a directive 'PerlModule Apache2' -in httpd.conf or put in a 'use Apache2 ();' in a startup -script. You may also have to add $Config{bin} +You may also have to add $Config{bin} to your PATH environment variable. For more information, visit http://perl.apache.org/. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|