From a7fe341967a9b6a7d94feb12765b74f343905ad4 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Thu, 18 Apr 2002 20:29:41 +0000 Subject: Respect $DESTDIR for all paths PR: 37211 Submitted by: maintainer --- www/apache21/files/patch-support:log_server_status.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/apache21/files/patch-support:log_server_status.in') 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 -- cgit v1.2.3