Re: Apache configuration (httpd.conf) on localhost question

2013-03-21 Thread Tim
On Thu, 2013-03-21 at 17:39 -0400, Max Pyziur wrote: > The link that should work goes something like this: > http://localhost/cgi-bin/CGIScript?Variable=/path/to/RelevantFile > > However, the /path/to/RelevantFile fails to be seen. > > The link that works needs to have the complete path specifi

Apache configuration (httpd.conf) on localhost question

2013-03-21 Thread Max Pyziur
Greetings, I'm trying to test some scripts on using Apache on the F18 computer at hand. DocumentRoot is set to /var/www/html ScriptAlias is set to /cgi-bin/ /var/www/cgi-bin The link that should work goes something like this: http://localhost/cgi-bin/CGIScript?Variable=/path/to/RelevantFile