View | Details | Raw Unified | Return to bug 56938
Collapse All | Expand All

(-)files/patch-examples::boa.conf (-2 / +2 lines)
Lines 43-49 Link Here
43
 # CGIPath: The value of the $PATH environment variable given to CGI progs.
43
 # CGIPath: The value of the $PATH environment variable given to CGI progs.
44
 
44
 
45
-CGIPath /bin:/usr/bin:/usr/local/bin
45
-CGIPath /bin:/usr/bin:/usr/local/bin
46
+CGIPath /bin:/usr/bin:%%PREFIX/bin
46
+CGIPath /bin:/usr/bin:%%PREFIX%%/bin
47
 
47
 
48
 # SinglePostLimit: The maximum allowable number of bytes in 
48
 # SinglePostLimit: The maximum allowable number of bytes in 
49
 # a single POST.  Default is normally 1MB.
49
 # a single POST.  Default is normally 1MB.
Lines 58-62 Link Here
58
 # Example: ScriptAlias /htbin/ /www/htbin/
58
 # Example: ScriptAlias /htbin/ /www/htbin/
59
 
59
 
60
-ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
60
-ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
61
+ScriptAlias /cgi-bin/ %%PREFIX/www/cgi-bin/
61
+ScriptAlias /cgi-bin/ %%PREFIX%%/www/cgi-bin/

Return to bug 56938