I am trying to setup Apache::ASP to handle asp pages for one of my virtual
domains in Apache but I am getting an 'Internal Server Error' on the browser
and an error in the Apache log files that goes something like
[error] Undefined subroutine
&Apache::ASP::Compiles::_usr_local_apache_htdocs_www_aspdomain___global_asa:
:Form called at (eval 24) line 1. <--> ,
/usr/local/lib/perl5/site_perl/5.005/Apache/ASP.pm line 1506.
The site/eg asp test files all work on my server. And I have the following
directives included in this virtual domain:
<Files ~ (\.asp)>
SetHandler perl-script
PerlSetVar NoState 1
PerlHandler Apache::ASP
</Files>
What could the problem be? The site admin tells me they do not need a
global.asa and since I do not know ASP I cannot dispute that.
Thanks,
Rick