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. Both must
have something like

 PerlModule Apache::Registry

 <Location /perl>
   SetHandler perl-script
   PerlHandler Apache::Registry
   Options ExecCGI
 </Location>

krgds /markus


Thanks,
Answers like these are so obvious, once someone tells you!

I won't forget this problem. Would never have thought of this fix.

Chris Bennett

--
A human being should be able to change a diaper, plan an invasion,
butcher a hog, conn a ship, design a building, write a sonnet, balance
accounts, build a wall, set a bone, comfort the dying, take orders,
give orders, cooperate, act alone, solve equations, analyze a new
problem, pitch manure, program a computer, cook a tasty meal, fight
efficiently, die gallantly. Specialization is for insects.
  -- Robert Heinlein

Reply via email to