Re: returns plain text

2001-10-22 Thread Stas Bekman
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) >

returns plain text

2001-10-22 Thread vijay
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 Alias /scripts/ /var/www/scripts/ SetHandler perl-script PerlHandler