in reply to RE: Re: mod_perl question on PerlAuthenHandler
in thread mod_perl question on PerlAuthenHandler

So, modify the modules to use DBM files, or text files (ick), or keep a cache of the data in memory (ick), write the data to a global hash and use Data::Dumper to save current information periodically. Or, install MySQL :) This is not hard!

Cheers,
KM

  • Comment on RE: RE: Re: mod_perl question on PerlAuthenHandler