Greetings.

You may be in need of

AddModule mod_perl.c

After the ClearModuleList somewhere around line 207 of httpd.conf as
distributed.
(What's ClearModuleList's used for anyway? I never really understood it -
but then again, I never really read its documentation...)

As for mod_perl on win32, I am using it and the speed up in the load times
is quite impressive. It does have a few glitches, the major possibly being
that script execution is single threaded. Look for the relevant discussion
in the list's archive (and in a forthcoming documentation upgrade).

One thing I noticed on Win2k (but I believe it is Apache releated: as I
recall, I saw it in a cgi-bin situation) is that scripts printing abundantly
to stderr (which apache redirects to errorr_log) have a tendency to hang.
This is an incentive to have  a clena compile, if you "use warnings" ... or
to redirect stderr to some other file ;)

Cheers,
alf


Reply via email to