RE: Securing two scripts with mod_ssl

2004-10-27 Thread Tim Howell
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

Securing two scripts with mod_ssl

2004-10-27 Thread Tim Howell
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

OT: mod_ssl list...

2004-10-15 Thread Tim Howell
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

MP2: Second easy question: DB connection pooling

2004-08-13 Thread Tim Howell
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

MP2: Simple config question...

2004-08-11 Thread Tim Howell
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