]> git.pld-linux.org Git - packages/boa.git/blame - boa-PLD.patch
- HTTP group
[packages/boa.git] / boa-PLD.patch
CommitLineData
5a43fa3c 1--- examples/boa.conf Sun Feb 2 05:02:22 2003
2+++ boa.conf Mon Jul 14 17:50:16 2003
1e3d5c08 3@@ -45,8 +45,8 @@
944accd6
JR
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
9f36af75 10+Group http
944accd6
JR
11
12 # ServerAdmin: The email address where server problems should be sent.
1e3d5c08 13 # Note: this is not currently used, except as an environment variable
5a43fa3c 14@@ -155,7 +155,7 @@
944accd6 15 # DocumentRoot: The root directory of the HTML documents.
1e3d5c08 16 # Comment out to disable server non user files.
944accd6
JR
17
18-DocumentRoot /var/www
3a7898ee 19+DocumentRoot /srv/www
944accd6 20
1e3d5c08 21 # UserDir: The name of the directory which is appended onto a user's home
5a43fa3c 22 # directory if a ~user request is received.
23@@ -174,7 +174,7 @@
1e3d5c08 24 # DirectoryIndex are commented out, accessing a directory will give
25 # an error (though accessing files in the directory are still ok).
944accd6 26
1e3d5c08 27-DirectoryMaker /usr/lib/boa/boa_indexer
240d4b68 28+DirectoryMaker /usr/sbin/boa_indexer
944accd6 29
1e3d5c08 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
5a43fa3c 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
944accd6
JR
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/
3a7898ee 43+ScriptAlias /cgi-bin/ /srv/www/cgi-bin/
944accd6 44
This page took 0.080523 seconds and 4 git commands to generate.