randyk 2003/02/23 19:52:22
Modified: . Changes Log: Log some recent Win32 changes. Revision Changes Path 1.133 +7 -0 modperl-2.0/Changes Index: Changes =================================================================== RCS file: /home/cvs/modperl-2.0/Changes,v retrieving revision 1.132 retrieving revision 1.133 diff -u -r1.132 -r1.133 --- Changes 24 Feb 2003 02:08:31 -0000 1.132 +++ Changes 24 Feb 2003 03:52:22 -0000 1.133 @@ -10,6 +10,13 @@ =item 1.99_09-dev +Use Win32::GetShortPathName for Win32 to handle cases when +the supplied MP_AP_PREFIX contains spaces. [Randy Kobes] + +Bump up ThreadsPerChild for mpm_winnt in httpd.conf, which seems +to help avoid server startup problems when running the tests. +[Randy Kobes] + implement a new helper module ModPerl::MethodLookup to help figure out which module should be loaded when a certain method is reported to be missing. [Stas]