diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-10-22 23:51:35 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-10-22 23:51:35 +0000 |
commit | 1d4dc4c5364e64a2ed864df1c04b04a04248a4e9 (patch) | |
tree | 6a6eaf048e39a03afa213163ef84d0edb56d50ca /www/apache22/files/patch-ak | |
parent | Upgrade to 0.84 (diff) |
Upgrade to 1.3b2, now with support files and docs installed
Notes
Notes:
svn path=/head/; revision=8329
Diffstat (limited to 'www/apache22/files/patch-ak')
-rw-r--r-- | www/apache22/files/patch-ak | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/www/apache22/files/patch-ak b/www/apache22/files/patch-ak new file mode 100644 index 000000000000..6dfaab049632 --- /dev/null +++ b/www/apache22/files/patch-ak @@ -0,0 +1,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="$@" |