You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Reini Urban <ru...@sbox.tu-graz.ac.at> on 2000/12/14 13:18:08 UTC

mod_perl-1.24/INSTALL.win32 doc patch

Sorry, I haven't looked at the CVS src.

2000-12-14 13:00:43 rurban@x-ray.at 

  * The line below fails in my Apache-3.14 Win32 configuration, 
    so I added ".dll". The cause is probably a dot in my pathname, 
    confusing Win32 LoadLibrary().

--- mod_perl-1.24/INSTALL.win32~	Thu Jan 27 01:49:20 2000
+++ mod_perl-1.24/INSTALL.win32	Thu Dec 14 13:50:04 2000
@@ -87,7 +87,7 @@
 
 Add this line to httpd.conf:
 
- LoadModule perl_module modules/ApacheModulePerl
+ LoadModule perl_module modules/ApacheModulePerl.dll
 
 Be sure that 'C:\perl\bin' is in your path so apache can find perl.dll