From: Rob H. <for...@us...> - 2002-02-10 21:26:23
|
Update of /cvsroot/sandweb/sandweb/etc In directory usw-pr-cvs1:/tmp/cvs-serv14854/etc Modified Files: sandweb.cfg Log Message: hmm, not sure how it got checked in like this, on all my test systems i use /cgi-bin/sandweb/bin/sandweb.cgi not /sandweb/bin/sandweb.cgi is it just me? Index: sandweb.cfg =================================================================== RCS file: /cvsroot/sandweb/sandweb/etc/sandweb.cfg,v retrieving revision 1.16 retrieving revision 1.17 diff -U2 -r1.16 -r1.17 --- sandweb.cfg 5 Feb 2002 05:58:09 -0000 1.16 +++ sandweb.cfg 10 Feb 2002 21:26:20 -0000 1.17 @@ -16,5 +16,5 @@ <!-- config for cgi related information --> - <cgi-bin cgi_path="/sandweb/bin" + <cgi-bin cgi_path="/cgi-bin/sandweb/bin" cgi_domain="" /> |