Apache::MP3 progress

TorgoX on 2002-04-16T08:59:17

Dear Log,

I got Apache mod_perl running under MSWin! There was a bit of confusion at first, because I assumed I'd need this:

LoadModule mod_perl modules/mod_perl.so
Whereas what I needed was this:
LoadModule perl_module modules/mod_perl.so
But I found help from Randy Kobes because he's a superstar!