1997-11-21 21:10:28 +00:00
|
|
|
*** src/support/apachectl.orig Sun Oct 26 02:35:19 1997
|
|
|
|
--- src/support/apachectl Fri Nov 21 22:58:08 1997
|
1997-10-22 23:51:35 +00:00
|
|
|
***************
|
|
|
|
*** 21,30 ****
|
|
|
|
# -------------------- --------------------
|
|
|
|
#
|
|
|
|
# the path to your PID file
|
1997-11-21 21:10:28 +00:00
|
|
|
! PIDFILE=/usr/local/apache/logs/httpd.pid
|
1997-10-22 23:51:35 +00:00
|
|
|
#
|
|
|
|
# the path to your httpd binary
|
1997-11-21 21:10:28 +00:00
|
|
|
! HTTPD=/usr/local/apache/src/httpd
|
1997-10-22 23:51:35 +00:00
|
|
|
#
|
|
|
|
# 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
|
|
|
|
***************
|
1997-11-21 21:10:28 +00:00
|
|
|
*** 37,42 ****
|
|
|
|
--- 37,44 ----
|
1997-10-22 23:51:35 +00:00
|
|
|
#
|
|
|
|
# -------------------- --------------------
|
|
|
|
# |||||||||||||||||||| END CONFIGURATION SECTION ||||||||||||||||||||
|
|
|
|
+
|
1997-11-21 21:19:04 +00:00
|
|
|
+ eval `limits -e -C daemon` >/dev/null 2>&1
|
1997-10-22 23:51:35 +00:00
|
|
|
|
|
|
|
ERROR=0
|
|
|
|
ARGV="$@"
|