Hi,

I'm using Apache with Mod_Perl configured on a win XP box.
Perl scripts prepare WML cards to return to a CGI request. This works fine
if requests come from mobile phones.
However, if I type the url into my HTML web browser pointing to a perl
script that expects WML to call it, the script, (that is the perl code
itself, not the output from the script), gets sent back to the requestor for
saving!! 

I really don't want to lose my code this way!
I have this in my perl.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

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
 


Reply via email to