Re: [EMAIL PROTECTED] Address CGI w/ URL and not Path Name

2006-12-17 Thread exgulley
Are you referring to the Document Root in httpd.conf? I still need the document root from the file system, but is there a way that when cgi is used it is fed a different argument? EG - Original Message - From: Steve Swift Date: Saturday, December 16, 2006 2:04 am Subject: Re: [EMAIL P

[EMAIL PROTECTED] Address CGI w/ URL and not Path Name

2006-12-15 Thread exgulley
I have a set of cgi scripts that will only run when addressed with an 'http://type URL' and not the 'C:/directory/file' format. When I need to use cgi Apache produces a 'Save As' Dialog box because the http server is being bypassed. I can't figure out how to rewrite how my cgi programs are add