Ben Crane wrote:
> ... a simple *.cgi script
> that prints "script working" suddenly prints the
> contents of the program, i.e: apache isn't seeing
> *.cgi as a script and is dumping it as a txt file onto the browser...

You have to configure Apache through the httpd.conf to treat specific
directories or url locations as CGI scripts.

See <http://httpd.apache.org/docs/howto/cgi.html>

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

Reply via email to