diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-11-21 21:10:28 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-11-21 21:10:28 +0000 |
commit | 5c200a0439002e4412fdacb65d13f7544794fc85 (patch) | |
tree | f7518e377cbf7d68abbc5a083dd64cca940c9e58 /www/apache21/files/patch-ak | |
parent | 2949ca251a79c7a93ac2f6faf44b8a9ec7a76182 (diff) |
Upgrade to 1.3b3
Notes
Notes:
svn path=/head/; revision=8734
Diffstat (limited to 'www/apache21/files/patch-ak')
-rw-r--r-- | www/apache21/files/patch-ak | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/www/apache21/files/patch-ak b/www/apache21/files/patch-ak index 6dfaab049632..207c8693fe6c 100644 --- a/www/apache21/files/patch-ak +++ b/www/apache21/files/patch-ak @@ -1,14 +1,14 @@ -*** src/support/apachectl.orig Thu Oct 16 22:58:26 1997 ---- src/support/apachectl Thu Oct 23 03:35:09 1997 +*** src/support/apachectl.orig Sun Oct 26 02:35:19 1997 +--- src/support/apachectl Fri Nov 21 22:58:08 1997 *************** *** 21,30 **** # -------------------- -------------------- # # the path to your PID file -! PIDFILE=/usr/local/etc/httpd/logs/httpd.pid +! PIDFILE=/usr/local/apache/logs/httpd.pid # # the path to your httpd binary -! HTTPD=/usr/local/etc/httpd/src/httpd +! HTTPD=/usr/local/apache/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 @@ -24,22 +24,8 @@ # 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" +*** 37,42 **** +--- 37,44 ---- # # -------------------- -------------------- # |||||||||||||||||||| END CONFIGURATION SECTION |||||||||||||||||||| |