You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by Reuben Avery <re...@swirl.net> on 2007/08/29 22:43:31 UTC

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

Re: Ugg... Newbie install probs....

Posted by Warren Young <wa...@etr-usa.com>.
Reuben Avery wrote:
> [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

Look for this error in the mailing list archives.  It's easy to find.

---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org