Hello when i run asp on my apache2 then it says 500 error
my config asp file of my httpd.conf:
Code:
PerlModule Apache::ASP
<Files ~ (\.asp)>
SetHandler perl-script
PerlHandler Apache::ASP
PerlSetVar Global /tmp
PerlSetVar StateDir /tmp/asp
</Files>
i have installed apache::asp one time trough cpan and after that diden't work i have builded it from source
the error i get in my error_log:
Code:
[Wed Mar 22 22:35:51 2006] [error] [client 81.69.79.160] Can't locate object method "get" via package "APR::Table" at /usr/lo
cal/share/perl/5.8.8/Apache/ASP.pm line 2016.\n at /usr/local/share/perl/5.8.8/Apache/ASP.pm line 2016\n\tApache::ASP::get_di
r_config('APR::Table=HASH(0x8586c1c)', 'Global') called at /usr/local/share/perl/5.8.8/Apache/ASP.pm line 275\n\tApache::ASP:
:new('Apache::ASP', 'Apache2::RequestRec=SCALAR(0x825e4f4)', '/var/server/www/colddot.nl/test.asp') called at /usr/local/shar
e/perl/5.8.8/Apache/ASP.pm line 183\n\tApache::ASP::handler('Apache2::RequestRec=SCALAR(0x825e4f4)') called at -e line 0\n\te
val {...} called at -e line 0\n
my apache is builded from source with the newest perl en mod_perl
greet kevin
Recent comments
17 hours 25 min ago
20 hours 20 min ago
21 hours 34 min ago
22 hours 58 min ago
1 day 36 min ago
1 day 2 hours ago
1 day 3 hours ago
1 day 19 hours ago
1 day 20 hours ago
1 day 23 hours ago