
September 10th, 2003, 01:37 PM
|
|
Registered User
|
|
Join Date: Aug 2003
Posts: 10
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Internal server error when trying to view .asp files
I've gotten mod_perl and apache::asp installed. But now whenever i try to access any of the examples asp scripts provided by apache:asp i get the following error.
I tested apache::asp by typing perl -MApache::ASP -e ''
i can view the default.htm page (samples page) but when i click on a sample .asp script i gives me the error below.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
and the apache error logs spits this out.
[Tue Sep 9 23:32:53 2003] [error] [asp] [26698] [debug] destroying ASP object Apache::ASP=HASH(0x85b2304)
[Tue Sep 9 23:32:58 2003] [error] [asp] [26698] [debug] RUN ASP (v2.55) for /usr/local/apache/htdocs/site/eg/file_upload.asp
[Tue Sep 9 23:32:58 2003] [error] [asp] [26698] [debug] GlobalASA package Apache::ASP:emo
[Tue Sep 9 23:32:58 2003] [error] Undefined subroutine &Apache::ASP::InitState called at /usr/lib/perl5/site_perl/5.8.0/Apache/ASP.pm line 414.
Apache::ASP::new('Apache::ASP','Apache=SCALAR(0x8601f08)','/usr/local/apache/htdocs/site/eg/file_upload.asp') called at /usr/lib/perl5/site_perl/5.8.0/Apache/ASP.pm line 181
Apache::ASP::handler('Apache=SCALAR(0x8601f08)') called at /dev/null line 0
eval {...} called at /dev/null line 0
[Tue Sep 9 23:32:58 2003] [error] [asp] [26698] [debug] destroying ASP object Apache::ASP=HASH(0x8603864)
any ideas?
|