blob: 739a622d74de22d1bdfcf60d995fdd00eb2577ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
--- support/apachectl.in.orig Fri Feb 16 13:26:53 2001
+++ support/apachectl.in Sun Apr 8 03:49:34 2001
@@ -25,10 +25,10 @@
# -------------------- --------------------
#
# the path to your PID file
-PIDFILE=@prefix@/logs/httpd.pid
+PIDFILE=/var/run/httpd.pid
#
# the path to your httpd binary, including options if necessary
-HTTPD='@prefix@/bin/httpd'
+HTTPD='@prefix@/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
@@ -41,6 +41,8 @@
#
# -------------------- --------------------
# |||||||||||||||||||| END CONFIGURATION SECTION ||||||||||||||||||||
+
+eval `limits -e -C daemon` >/dev/null 2>&1
ERROR=0
ARGV="$@"
|