From: Jan Willamowius Date: Tue, 4 Oct 2005 09:07:58 +0000 (+0000) Subject: default is /cgi-bin/, not /spong/cgi-bin/ X-Git-Tag: spong-2_8_0-beta3~12 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80ba12c5b49f49183d9fcc1f0dbfda148a8e645a;p=spong.git default is /cgi-bin/, not /spong/cgi-bin/ --- diff --git a/www/docs/admin-guide.html b/www/docs/admin-guide.html index 19a37b0..2adf06b 100755 --- a/www/docs/admin-guide.html +++ b/www/docs/admin-guide.html @@ -224,7 +224,7 @@ The SPONG/cgi-bin/ directory must be setup as a CGI directory and a into the desired location. For example, for Apache a sample configuration line would be:
-  ScriptAlias /spong/cgi-bin/ /usr/local/spong/cgi-bin/
+  ScriptAlias /cgi-bin/ /usr/local/spong/cgi-bin/
 
Spong HTML Directory