summaryrefslogtreecommitdiff
path: root/www/apache2/files/patch-ag
blob: 11aedaa7627051225e4c6e8050dd279eba4a5301 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
*** conf/httpd.conf-dist.orig	Thu May  7 01:12:39 1998
--- conf/httpd.conf-dist	Fri Jun  5 19:34:17 1998
***************
*** 50,56 ****
  #  don't use Group #-1 on these systems!
  
  User nobody
! Group #-1
  
  # ServerAdmin: Your address, where problems with the server should be
  # e-mailed.
--- 50,56 ----
  #  don't use Group #-1 on these systems!
  
  User nobody
! Group nogroup
  
  # ServerAdmin: Your address, where problems with the server should be
  # e-mailed.
***************
*** 94,100 ****
  # The location of the access logfile (Common Logfile Format).
  # If this does not start with /, ServerRoot is prepended to it.
  
! CustomLog logs/access_log common
  
  # If you would like to have an agent and referer logfile uncomment the
  # following directives.
--- 94,100 ----
  # The location of the access logfile (Common Logfile Format).
  # If this does not start with /, ServerRoot is prepended to it.
  
! #CustomLog logs/access_log common
  
  # If you would like to have an agent and referer logfile uncomment the
  # following directives.
***************
*** 105,111 ****
  # If you prefer a single logfile with access, agent and referer information
  # (Combined Logfile Format) you can use the following directive.
  
! #CustomLog logs/access_log combined
  
  # PidFile: The file the server should log its pid to
  PidFile logs/httpd.pid
--- 105,111 ----
  # If you prefer a single logfile with access, agent and referer information
  # (Combined Logfile Format) you can use the following directive.
  
! CustomLog logs/access_log combined
  
  # PidFile: The file the server should log its pid to
  PidFile logs/httpd.pid