summaryrefslogtreecommitdiff
path: root/www/apache22/files/patch-support__log_server_status.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache22/files/patch-support__log_server_status.in')
-rw-r--r--www/apache22/files/patch-support__log_server_status.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache22/files/patch-support__log_server_status.in b/www/apache22/files/patch-support__log_server_status.in
index 7aeb579dbad8..013cb8b0c8f1 100644
--- a/www/apache22/files/patch-support__log_server_status.in
+++ b/www/apache22/files/patch-support__log_server_status.in
@@ -1,5 +1,5 @@
---- ./support/log_server_status.in.orig 2006-07-11 23:38:44.000000000 -0400
-+++ ./support/log_server_status.in 2010-05-06 19:37:54.273730386 -0400
+--- support/log_server_status.in.orig 2006-07-12 03:38:44 UTC
++++ support/log_server_status.in
@@ -27,7 +27,7 @@
#
require 'sys/socket.ph';
@@ -9,7 +9,7 @@
$server = "localhost"; # Name of server, could be "www.foo.com"
$port = "80"; # Port on server
$request = "/status/?auto"; # Request to send
-@@ -60,7 +60,7 @@
+@@ -60,7 +60,7 @@ sub tcp_connect
chomp($date);
($day,$time)=split(/:/,$date);
$res=&tcp_connect($server,$port);