Re: Logfile Error: \t(in cleanup) Not a reference to a Digest::MD5 object.\n

2005-02-13 Thread Ferrari Geoffrey
I may have solved this problem by moving from 'use MD5;' to 'use Digest::MD5' (and making the necessary coding adjustments for the different interface). A recent update to MD5 may be responsible for the previous bad behaviour. On 13 Feb 2005, at 12:15, Ferrari Geoffre

Logfile Error: \t(in cleanup) Not a reference to a Digest::MD5 object.\n

2005-02-13 Thread Ferrari Geoffrey
Hi all, I'm running the latest release of MP2 on FreeBSD 5.3 (more details below). One part of my site takes a user's password submitted from a form, encrypts it using MD5, and stores that encrypted value in my database (Postgres 7.4.7). Sometimes it works, sometimes it doesn't. When it doesn't

Re: Overriding PerlAuthenHandler in sub-directories

2005-01-10 Thread Ferrari Geoffrey
it directly in httpd.conf. Thanks for the suggestion, though. Geoffrey On 10 Jan 2005, at 13:30, Sean Davis wrote: Does adding a .htaccess file to /foo/bar help your situation? Sean On Jan 10, 2005, at 7:56 AM, Ferrari Geoffrey wrote: Hi, If I have activated a PerlAuthenHandler for a directory in h

Overriding PerlAuthenHandler in sub-directories

2005-01-10 Thread Ferrari Geoffrey
Hi, If I have activated a PerlAuthenHandler for a directory in httpd.conf with ... PerlAuthenHandler My::Handler How can I deactivate this PerlAuthenHandler for a subdirectory, such as /foo/bar ? The online mod_perl docs explain that PerlHandlers can be deactivated for subdirectories by sett