summaryrefslogtreecommitdiff
path: root/www/apache21/files/patch-support:log_server_status.in
diff options
context:
space:
mode:
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