Hi Mr. Kobes,
 
After including the startup-script my cgi-scripts are now working ok with mod_perl-2.
The problem was the missing "use Apache2 ();". My fault. Sorry about that. I owe you some six-packs.
 
The only problem left is "perl-status". It still does not work.
My relevant entry in the config is:
 
<Location /perl-status>
  SetHandler perl-script
  PerlHandler Apache::Status
  Order deny,allow
    Deny from all
    Allow from 127.0.0.1
 
The error log says:
</Location>[Sun Aug 18 21:02:08 2002] [error] failed to resolve handler `Apache::Status'
 
 
Thanks a lot again.
Best regards,
Walter

Reply via email to