]> git.pld-linux.org Git - packages/boa.git/blob - boa-PLD.patch
cosmetics
[packages/boa.git] / boa-PLD.patch
1 --- examples/boa.conf   Sun Feb  2 05:02:22 2003
2 +++ boa.conf    Mon Jul 14 17:50:16 2003
3 @@ -45,8 +45,8 @@
4  #  User: The name or UID the server should run as.
5  # Group: The group name or GID the server should run as.
6  
7 -User nobody
8 -Group nogroup
9 +User http
10 +Group http
11  
12  # ServerAdmin: The email address where server problems should be sent.
13  # Note: this is not currently used, except as an environment variable
14 @@ -155,7 +155,7 @@
15  # DocumentRoot: The root directory of the HTML documents.
16  # Comment out to disable server non user files.
17  
18 -DocumentRoot /var/www
19 +DocumentRoot /home/services/httpd/html
20  
21  # UserDir: The name of the directory which is appended onto a user's home
22  # directory if a ~user request is received.
23 @@ -174,7 +174,7 @@
24  # DirectoryIndex are commented out, accessing a directory will give
25  # an error (though accessing files in the directory are still ok).
26  
27 -DirectoryMaker /usr/lib/boa/boa_indexer
28 +DirectoryMaker /usr/sbin/boa_indexer
29  
30  # DirectoryCache: If DirectoryIndex doesn't exist, and DirectoryMaker
31  # has been commented out, the the on-the-fly indexing of Boa can be used
32 @@ -232,10 +232,10 @@
33  # Aliases: Aliases one path to another.
34  # Example: Alias /path1/bar /path2/foo
35  
36 -Alias /doc /usr/doc
37 +Alias /doc /usr/share/doc
38  
39  # ScriptAlias: Maps a virtual path to a directory for serving scripts
40  # Example: ScriptAlias /htbin/ /www/htbin/
41  
42 -ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
43 +ScriptAlias /cgi-bin/ /home/services/httpd/cgi-bin/
44  
This page took 0.075609 seconds and 3 git commands to generate.