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/apache22/files/patch-al | |
parent | Mark this port broken, tk.h is not found. (diff) |
Upgrade to 1.3b3
Diffstat (limited to 'www/apache22/files/patch-al')
-rw-r--r-- | www/apache22/files/patch-al | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/www/apache22/files/patch-al b/www/apache22/files/patch-al index a7dca4f5b423..893063557d83 100644 --- a/www/apache22/files/patch-al +++ b/www/apache22/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 { |