diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-19 22:47:47 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-19 22:47:47 +0000 |
commit | 6d2b11cde952cdb029859d536224d6342de683d5 (patch) | |
tree | ae7567b417e2e5d69b20cb127ad27a269d2731ae /www/apache2/files/patch-support:log_server_status.in | |
parent | Give dinoex@ maintainership since he's really been maintaining it and (diff) |
Update to 2.0.28
PR: 32043
Submitted by: maintainer
Diffstat (limited to 'www/apache2/files/patch-support:log_server_status.in')
-rw-r--r-- | www/apache2/files/patch-support:log_server_status.in | 8 |
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 { |