Ticket #583: patch-httpd-std.conf.in

File patch-httpd-std.conf.in, 312 bytes (added by jcorley1@…, 21 years ago)

patch for httpd.conf to use www user instead of nobody

Line 
1--- docs/conf/httpd-std.conf.in.orig    Sun May 25 16:16:41 2003
2+++ docs/conf/httpd-std.conf.in Sun May 25 16:16:57 2003
3@@ -264,8 +264,8 @@
4 #  when the value of (unsigned)Group is above 60000;
5 #  don't use Group #-1 on these systems!
6 #
7-User nobody
8-Group #-1
9+User www
10+Group www
11 </IfModule>
12 </IfModule>
13