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/apache2/files | |
parent | Mark this port broken, tk.h is not found. (diff) |
Upgrade to 1.3b3
Diffstat (limited to 'www/apache2/files')
-rw-r--r-- | www/apache2/files/patch-ak | 26 | ||||
-rw-r--r-- | www/apache2/files/patch-al | 22 |
2 files changed, 20 insertions, 28 deletions
diff --git a/www/apache2/files/patch-ak b/www/apache2/files/patch-ak index 6dfaab049632..207c8693fe6c 100644 --- a/www/apache2/files/patch-ak +++ b/www/apache2/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 |||||||||||||||||||| diff --git a/www/apache2/files/patch-al b/www/apache2/files/patch-al index a7dca4f5b423..893063557d83 100644 --- a/www/apache2/files/patch-al +++ b/www/apache2/files/patch-al @@ -1,24 +1,30 @@ -*** src/support/log_server_status.bak Thu Oct 16 22:58:27 1997 ---- src/support/log_server_status Thu Oct 23 00:13:07 1997 +*** src/support/log_server_status.orig Thu Oct 23 00:30:46 1997 +--- src/support/log_server_status Fri Nov 21 23:05:50 1997 *************** -*** 62,68 **** +*** 63,72 **** # require 'sys/socket.ph'; ! $wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/960312" $server = "localhost"; # Name of server, could be "www.foo.com" $port = "80"; # Port on server - $request = "/status/?auto"; # Request to send ---- 62,68 ---- +! $request = "/status/?auto"; # Request to send + + sub tcp_connect + { +--- 63,72 ---- # require 'sys/socket.ph'; ! $wherelog = "/var/log/httpd-status-"; # Logs will be like "/var/log/graph/960312" $server = "localhost"; # Name of server, could be "www.foo.com" $port = "80"; # Port on server - $request = "/status/?auto"; # Request to send +! $request = "/server-status/?auto"; # Request to send + + sub tcp_connect + { *************** -*** 88,98 **** +*** 89,99 **** ### Main { @@ -30,7 +36,7 @@ if ($res) { print OUT "$time:-1:-1:-1:-1:$res\n"; exit 1; ---- 88,98 ---- +--- 89,99 ---- ### Main { |