i tried this, but it hasn't worked. i did both

   AddHandler cgi-script .cgi

and
   
   AddHandler cgi-script .cgi .pl

i tried renaming all my perl scripts to .cgi, but it doesn't like it.
if i use the first one (with my scrips still having .pl), the browser
ends up downloading the script...

i'm sure it's something really stupid but i don't know what it is...
=p

thanks for the help.


herbert

On Tue, Nov 21, 2000 at 06:19:57PM -0600, Rob VanFleet wrote:
> It might be that you don't have it set up as a handler.
> Look in /etc/apache/srm.conf for
> AddHandler cgi-script .cgi
> 
> I think it's commented out by default. Just uncomment it, and change your
> script's extenstion to .cgi (You could add .pl as a handler, but it's better
> just to stick with cgi).
> 
> Hope that helps,
> Rob
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to