that's a wrong list, please resend to [EMAIL PROTECTED], but first 
check the archives linked from perl.apache.org.

vijay wrote:

> Hi,
> when i execute a cgi under mod_perl it returns plain text instead of
> executing it. Iam using Linux 7.0 (mod_perl comes with Linux 7.0)
> 
> 
> this is the code in httpd.conf
> 
> PerlRequire /var/www/scripts/startup.pl
> <IfModule mod_perl.c>
>   Alias /scripts/ /var/www/scripts/
>   <Location /scripts>
>     SetHandler perl-script
>     PerlHandler Apache::PerlRun
>     Options +ExecCGI
>     PerlSendHeader On
> PerlSetVar PerlRunOnce On
>   </Location>
> </IfModule>
> 
> 
> Please let me know what's the problem.
> Thanks in advance
> Vijay
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



-- 


_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to