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
jonathan vanasco wrote:
I was googling for portions of the error string, and diving through
the pages of mod_perl cooking and practical_mod_perl -- i saw nothing.
Google actually had 4 entries, at most, for most portions of the
error string, which I found odd.
In addition to using Google to s
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 Geoffrey wrote:
Hi all,
I'm runnin
-8<-- Start Bug Report 8<--
1. Problem Description:
While installing mod_perl2 on a FreeBSD 5.3 jail environment, I received
the following test errors:
Failed Test Stat Wstat Total Fail Failed List of Failed
...creating a hash of words from a CR-delimited list of words. The hash
winds up taking up a few megabytes of RAM, but it's absolutely never
written to, so I figured it would be shared between the mod_perl
processes. However, each process grows by a few megs...
What's the best way to get around th
* Philippe M. Chiasson ([EMAIL PROTECTED]) wrote:
> Here are a few possible talks I could make at OSCon.
> Feedback would be much appreciated ;-)
Any chance you'll be attending YAPC in Toronto this year? These talks
sound great and would be a welcomed addition to YAPC::NA as well. :)
-- Jeff Bis
I finally took the plunge and installed mp2 onto my FreeBSD virtual
server. Here are a few updates to the install.pod which would have made
the installation process a bit easier for me.
I'm not sure about the modification I made at line ~617. I installed a
static mod_perl so presume that the serve