I got a similar problem sometime ago; for some unknown reason, it worked
alright after I restarted Apache afresh. Perhaps it may help you too.
Let me know how you finally solve the problem.

Good luck

Babs

> -----Ursprüngliche Nachricht-----
> Von: Angela [mailto:[EMAIL PROTECTED] 
> Gesendet: Sonntag, 26. Oktober 2003 00:01
> An: [EMAIL PROTECTED]
> Betreff: Mod_perl returning perl scripts
> 
> 
> 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.resh
> 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