Hi,
I'm using Apache with Mod_Perl configured.
Perl scripts prepare wml cards to return to a request. This works fine if
requests come from mobile phones.
However, if I type the url into my web browser pointing to a perl script
then the script get sent back for saving!! I really don't want to lose my
stuff this way!
I have this in my conf file:-
Alias /perl/ "C:/Apache2/perl/
<Location /perl>
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
Options +ExecCGI
PerlOptions +ParseHeaders
</Location>
What can I do to stop files with a *.pl mask being returned to a user?
All help appreciated!
Angela
>> Stay informed about: Mod_perl returning perl scripts!