randyk 2003/11/27 20:54:26
Modified: src/docs/1.0/os/win32 mpinstall
src/docs/2.0/os/win32 mpinstall
Log:
Point out the need to use Apache2.pm.
Revision Changes Path
1.8 +5 -3 modperl-docs/src/docs/1.0/os/win32/mpinstall
Index: mpinstall
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/1.0/os/win32/mpinstall,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mpinstall 7 Jul 2003 01:27:36 -0000 1.7
+++ mpinstall 28 Nov 2003 04:54:26 -0000 1.8
@@ -266,9 +266,11 @@
LoadFile "$dll"
LoadModule perl_module modules/$so
-in the section where other apache modules are loaded,
-and then fire up the server. You may also have to add
-$Config{bin} to your PATH environment variable.
+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}
+to your PATH environment variable.
For more information, visit http://perl.apache.org/.
1.8 +5 -3 modperl-docs/src/docs/2.0/os/win32/mpinstall
Index: mpinstall
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/os/win32/mpinstall,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mpinstall 7 Jul 2003 01:27:36 -0000 1.7
+++ mpinstall 28 Nov 2003 04:54:26 -0000 1.8
@@ -266,9 +266,11 @@
LoadFile "$dll"
LoadModule perl_module modules/$so
-in the section where other apache modules are loaded,
-and then fire up the server. You may also have to add
-$Config{bin} to your PATH environment variable.
+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}
+to your PATH environment variable.
For more information, visit http://perl.apache.org/.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]