aboutsummaryrefslogtreecommitdiff
path: root/www/apache21/files/patch-support:log_server_status.in
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-18 20:29:41 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-18 20:29:41 +0000
commita7fe341967a9b6a7d94feb12765b74f343905ad4 (patch)
treee657c5991a80a7c090d5d8e21574355994aed11c /www/apache21/files/patch-support:log_server_status.in
parentd9a5a2d7f4c9b6636035fe77567179ad04955b5c (diff)
Notes
Diffstat (limited to 'www/apache21/files/patch-support:log_server_status.in')
-rw-r--r--www/apache21/files/patch-support:log_server_status.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache21/files/patch-support:log_server_status.in b/www/apache21/files/patch-support:log_server_status.in
index 191377e97c58..652edf444a4c 100644
--- a/www/apache21/files/patch-support:log_server_status.in
+++ b/www/apache21/files/patch-support:log_server_status.in
@@ -5,7 +5,7 @@
require 'sys/socket.ph';
-$wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/19960312"
-+$wherelog = "/var/log/httpd-status-"; # Logs will be like "/var/log/httpd-status-19960312.log"
++$wherelog = "@logfiledir@/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