Apache configuration (httpd.conf) on localhost question

Max Pyziur pyz at brama.com
Thu Mar 21 21:39:44 UTC 2013


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

However, the /path/to/RelevantFile fails to be seen.

The link that works needs to have the complete path specified from the 
root of the server:
http://localhost/cgi-bin/CGIScript?Variable=/var/www/html/path/to/RelevantFile

Any suggestions?

Much thanks.

Max Pyziur
pyz at brama.com


More information about the users mailing list