--- ../boa.conf.orig Fri Mar 22 12:25:29 2002 +++ ../boa.conf Fri Mar 22 12:28:52 2002 @@ -108,7 +108,7 @@ # DocumentRoot: The root directory of the HTML documents. # Comment out to disable server non user files. -DocumentRoot /var/www +DocumentRoot %%PREFIX%%/www/data # UserDir: The name of the directory which is appended onto a user's home # directory if a ~user request is recieved. @@ -127,7 +127,7 @@ # DirectoryIndex are commented out, accessing a directory will give # an error (though accessing files in the directory are still ok). -DirectoryMaker /usr/lib/boa/boa_indexer +DirectoryMaker %%PREFIX%%/sbin/boa_indexer # DirectoryCache: If DirectoryIndex doesn't exist, and DirectoryMaker # has been commented out, the the on-the-fly indexing of Boa can be used @@ -161,7 +161,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 # SinglePostLimit: The maximum allowable number of bytes in # a single POST. Default is normally 1MB. @@ -190,5 +190,5 @@ # ScriptAlias: Maps a virtual path to a directory for serving scripts # Example: ScriptAlias /htbin/ /www/htbin/ -ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ +ScriptAlias /cgi-bin/ %%PREFIX%%/www/cgi-bin/