randyk 2002/08/14 23:15:05 Modified: src/docs/2.0/os/win32 config.pod Log: added comment about using LoadFile Revision Changes Path 1.6 +6 -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.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- config.pod 10 Jun 2002 17:40:49 -0000 1.5 +++ config.pod 15 Aug 2002 06:15:05 -0000 1.6 @@ -13,8 +13,12 @@ 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 may also want to use a start-up -script to load commonly used modules; this can be done with a +your C<PATH> environment variable. You could also 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 +start-up script to load commonly used modules; this can be done with a directive as, eg, PerlRequire "C:/Apache2/conf/extra.pl"
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]