I have the following in httpd.conf:
<Location /calendar>
ErrorDocument 403 /calendar/plans.cgi
SetHandler perl-script
PerlHandler ModPerl::Registry
Options +ExecCGI
PerlOptions +ParseHeaders
</Location>
problem is this program doesnt run on mod_perl, but mod_perl is used for other alias's on the same server. Is there a way to change this so make this program NOT use mod_perl? I found something about chaing ModPerl::Registry but that didnt work.
Thanks!
Apache/2.0.47 (Win32) mod_perl/1.99_10-dev Perl/v5.8.0 mod_ssl/2.0.47 OpenSSL/0.9.7b PHP/4.3.3
<Location /calendar>
ErrorDocument 403 /calendar/plans.cgi
SetHandler perl-script
PerlHandler ModPerl::Registry
Options +ExecCGI
PerlOptions +ParseHeaders
</Location>
problem is this program doesnt run on mod_perl, but mod_perl is used for other alias's on the same server. Is there a way to change this so make this program NOT use mod_perl? I found something about chaing ModPerl::Registry but that didnt work.
Thanks!
Apache/2.0.47 (Win32) mod_perl/1.99_10-dev Perl/v5.8.0 mod_ssl/2.0.47 OpenSSL/0.9.7b PHP/4.3.3