Dash:
[t2-trunk.git] / package / network / apache / http-user-group.patch
blob88dc6b3bda33dc72ececaa923a0688f9e08f404e
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../apache/http-user-group.patch
5 # Copyright (C) 2006 - 2008 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 diff -Nur httpd-2.2.8-orig/docs/conf/httpd.conf.in httpd-2.2.8/docs/conf/httpd.conf.in
18 --- httpd-2.2.8-orig/docs/conf/httpd.conf.in 2008-01-18 10:36:05.000000000 +0000
19 +++ httpd-2.2.8/docs/conf/httpd.conf.in 2008-01-18 10:37:26.000000000 +0000
20 @@ -63,8 +63,8 @@
21 # It is usually good practice to create a dedicated user and group for
22 # running httpd, as with most system services.
24 -User daemon
25 -Group daemon
26 +User http
27 +Group http
29 </IfModule>
30 </IfModule>