
reuben at swirl
Aug 29, 2007, 1:43 PM
Post #1 of 2
(2129 views)
Permalink
|
|
Ugg... Newbie install probs....
|
|
Hi all, Hoping to get some help here.. I have Apache 2.2.4, Mod_perl 2.0.3, and Perl 5.8.6 (running on Mac OS X 10.4.10) The relevant portion of my httpd.conf: LoadModule perl_module modules/mod_perl.so <IfModule mod_perl.c> PerlModule Apache::ASP <Files ~ (\.asp)> SetHandler perl-script PerlHandler Apache::ASP PerlSetVar Global . PerlSetVar StateDir /var/tmp/asp </Files> </IfModule> And, so, any .asp page I request gets a 500 server error with this in the error_log: [Wed Aug 29 13:39:09 2007] [error] [client 127.0.0.1] Can't locate object method "request" via package "Apache" at /Library/Perl/5.8.6/Apache/ASP.pm line 165.\n Oh, thank you thank you for any help... sigh :( ~reuben
|