aboutsummaryrefslogtreecommitdiff
path: root/www/apache2/files/patch-support:log_server_status.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache2/files/patch-support:log_server_status.in')
-rw-r--r--www/apache2/files/patch-support:log_server_status.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/apache2/files/patch-support:log_server_status.in b/www/apache2/files/patch-support:log_server_status.in
index 3549aa89f8c5..d8a970ebe8cd 100644
--- a/www/apache2/files/patch-support:log_server_status.in
+++ b/www/apache2/files/patch-support:log_server_status.in
@@ -1,15 +1,15 @@
---- support/log_server_status.in.orig Mon Mar 12 08:40:47 2001
-+++ support/log_server_status.in Sat Apr 7 05:45:42 2001
+--- support/log_server_status.in.orig Fri Nov 16 22:11:16 2001
++++ support/log_server_status.in Fri Nov 16 22:13:50 2001
@@ -63,10 +63,10 @@
#
require 'sys/socket.ph';
-$wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/19960312"
-+$wherelog = "/var/log/httpd-status-";
++$wherelog = "/var/log/httpd-status-"; # Logs will be like "/var/log/httpd-status-19960312.log"
$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
++$request = "/status-status/?auto"; # Request to send
sub tcp_connect
{