Re: mod_perl script is failing to work under SSL

2009-07-24 Thread Chris Bennett
Markus Wernig wrote: Chris Bennett wrote: I now wanted to improve security a bit, so when I tried accessing script with https, I get this error in log file: Can't locate object method "request" via package "Apache" Hi Compare the httpd.conf of your ssl and non-ssl virtual hosts. Bot

Re: mod_perl script is failing to work under SSL

2009-07-24 Thread Markus Wernig
Chris Bennett wrote: > I now wanted to improve security a bit, so when I tried accessing script > with https, I get this error in log file: > Can't locate object method "request" via package "Apache" Hi Compare the httpd.conf of your ssl and non-ssl virtual hosts. Both must have something like

mod_perl script is failing to work under SSL

2009-07-24 Thread Chris Bennett
I have a mod_perl script to access PostgreSQL 8.3 database and view/insert/update records. The script has been all mod_perl for a good while now, with everything working fine. It uses all Apache::Request, Apache::Registry for script and form handling. I now wanted to improve security a bit, so