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]

Reply via email to