summaryrefslogtreecommitdiff
path: root/www/apache21/files/patch-ak
blob: 6dfaab049632e664f43dc0a1d95b3a03c5eecc8e (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
*** src/support/apachectl.orig	Thu Oct 16 22:58:26 1997
--- src/support/apachectl	Thu Oct 23 03:35:09 1997
***************
*** 21,30 ****
  # --------------------                              --------------------
  # 
  # the path to your PID file
! PIDFILE=/usr/local/etc/httpd/logs/httpd.pid
  #
  # the path to your httpd binary
! HTTPD=/usr/local/etc/httpd/src/httpd
  #
  # a command that outputs a formatted text version of the HTML at the
  # url given on the command line.  Designed for lynx, however other
--- 21,30 ----
  # --------------------                              --------------------
  # 
  # the path to your PID file
! PIDFILE=/var/run/httpd.pid
  #
  # the path to your httpd binary
! HTTPD=/usr/local/sbin/httpd
  #
  # a command that outputs a formatted text version of the HTML at the
  # url given on the command line.  Designed for lynx, however other
***************
*** 33,42 ****
  #
  # the URL to your server's mod_status status page.  If you do not
  # have one, then status and fullstatus will not work.
! STATUSURL="http://localhost/server-status"
  #
  # --------------------                              --------------------
  # ||||||||||||||||||||   END CONFIGURATION SECTION  ||||||||||||||||||||
  
  ERROR=0
  ARGV="$@"
--- 33,44 ----
  #
  # the URL to your server's mod_status status page.  If you do not
  # have one, then status and fullstatus will not work.
! STATUSURL="http://localhost/status"
  #
  # --------------------                              --------------------
  # ||||||||||||||||||||   END CONFIGURATION SECTION  ||||||||||||||||||||
+ 
+ eval `limits -e -C daemon`
  
  ERROR=0
  ARGV="$@"