diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-09-28 21:21:18 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-09-28 21:21:18 +0000 |
commit | c4320aacb914ecabd04072aa69deae2833fdd191 (patch) | |
tree | 69aa614bdd05f37c1e6fca0a12169384111a4f45 /www/boa | |
parent | 66f09a859baa7bfe88004da24c2d6f8bb1a9a95c (diff) | |
download | ports-c4320aacb914ecabd04072aa69deae2833fdd191.tar.gz ports-c4320aacb914ecabd04072aa69deae2833fdd191.zip |
Notes
Diffstat (limited to 'www/boa')
-rw-r--r-- | www/boa/files/patch-examples::boa.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/boa/files/patch-examples::boa.conf b/www/boa/files/patch-examples::boa.conf index 6ad8dada8a3b..e3e1b3176822 100644 --- a/www/boa/files/patch-examples::boa.conf +++ b/www/boa/files/patch-examples::boa.conf @@ -43,7 +43,7 @@ # CGIPath: The value of the $PATH environment variable given to CGI progs. -CGIPath /bin:/usr/bin:/usr/local/bin -+CGIPath /bin:/usr/bin:%%PREFIX/bin ++CGIPath /bin:/usr/bin:%%PREFIX%%/bin # SinglePostLimit: The maximum allowable number of bytes in # a single POST. Default is normally 1MB. @@ -58,5 +58,5 @@ # Example: ScriptAlias /htbin/ /www/htbin/ -ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ -+ScriptAlias /cgi-bin/ %%PREFIX/www/cgi-bin/ ++ScriptAlias /cgi-bin/ %%PREFIX%%/www/cgi-bin/ |