randyk 2002/11/18 09:35:42 Modified: src/docs/1.0/os/win32 config.pod install.pod src/docs/2.0/os/win32 config.pod Log: describe how to set PATH, and typo fixes. Revision Changes Path 1.4 +12 -1 modperl-docs/src/docs/1.0/os/win32/config.pod Index: config.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/os/win32/config.pod,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- config.pod 10 Jun 2002 17:40:48 -0000 1.3 +++ config.pod 18 Nov 2002 17:35:42 -0000 1.4 @@ -13,7 +13,18 @@ LoadModule perl_module modules/mod_perl.so Be sure that the path to your Perl binary (eg, F<C:\Perl\bin>) is in -your C<PATH> environment variable. If you have a C<ClearModuleList> +your C<PATH> environment variable. This can be done either through +editing F<C:\AutoExec.bat>, if present, or through the +I<Environment Variables> option of the I<Advanced> +tab in the I<System> area of the Control Panel. Especially +when running Apache as a service, you may also want to add + + LoadFile "C:/Path/to/Perl/bin/perl56.dll" + +in F<httpd.conf>, before loading C<mod_perl.so>, +to load your perl C<dll>. + +If you have a C<ClearModuleList> directive enabled in F<httpd.conf>, you may also need to add AddModule mod_perl.c 1.12 +1 -1 modperl-docs/src/docs/1.0/os/win32/install.pod Index: install.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/os/win32/install.pod,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- install.pod 18 Nov 2002 17:31:03 -0000 1.11 +++ install.pod 18 Nov 2002 17:35:42 -0000 1.12 @@ -30,7 +30,7 @@ http://httpd.apache.org/ -When installing Perl or other related binaries, subtelties may arise +When installing Perl or other related binaries, subtleties may arise in using path names that have spaces in them - you may, for example, have to specify F<C:\Program Files\> by the DOS 8.3 path name F<C:\Progra~1\> in certain Apache directives. If you want to avoid 1.7 +8 -2 modperl-docs/src/docs/2.0/os/win32/config.pod Index: config.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/os/win32/config.pod,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- config.pod 15 Aug 2002 06:15:05 -0000 1.6 +++ config.pod 18 Nov 2002 17:35:42 -0000 1.7 @@ -13,11 +13,17 @@ LoadModule perl_module modules/mod_perl.so Be sure that the path to your Perl binary (eg, F<C:/Perl/bin>) is in -your C<PATH> environment variable. You could also add the directive +your C<PATH> environment variable. This can be done either by +editing F<C:\AutoExec.bat>, if present, or through the +I<Environment Variables> option of the I<Advanced> tab of the +I<System> area of the Control Panel. Especially when running +Apache as a service, you may also want to add the directive LoadFile "/Path/to/your/Perl/bin/perl5x.dll" -to F<httpd.conf> to load your Perl dll. You may also want to use a +to F<httpd.conf>, before loading F<mod_perl.so>, to load your Perl dll. + +You may also want to use a start-up script to load commonly used modules; this can be done with a directive as, eg,
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]