Philippe M. Chiasson wrote:
: Tim Howell wrote:
:: I've got several applications running under mod_perl 1.99. Two of my
:: scripts need to be secured using mod_ssl. I think that I have things
:: mostly setup correctly, and my server now allows me to request any
:: document/script tha
I've got several applications running under mod_perl 1.99. Two of my
scripts need to be secured using mod_ssl. I think that I have things
mostly setup correctly, and my server now allows me to request any
document/script that was previously available over either a regular or
secure connection. I
Sorry for the off-topic post, but I'm having some trouble subscribing to
the mod_ssl list and thought someone here might have additional
information.
Does the mod_ssl list still exist? I've tried subscribing both from the
web and by sending an email to [EMAIL PROTECTED] but after fifteen
hoursI h
I've seen conflicting information in docs, websites, lists archives,
etc. Is there currently a way to do database connection pooling with
mod_perl2? I have tried using Apache::DBI with a use statement in my
startup.pl but that doesn't seem to work. Using PerlModule Apache::DBI
in my httpd.conf d
I've just installed Apache2 and mod_perl2. I'm not quite sure what I
need to add to my httpd.conf to enable mod_perl on a directory. I'm not
doing anything fancy--I just want to have a directory where scripts are
executed with mod_perl rather than traditional CGI. I've read the docs
and configur