From 56f70ae2f323e8bcc068afd51242713e386b6bbb Mon Sep 17 00:00:00 2001 From: Rich Bowen <rbowen@apache.org> Date: Thu, 12 Apr 2012 14:15:20 +0000 Subject: [PATCH] Missing slash git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1325275 13f79535-47bb-0310-9956-ffa450edef68 --- support/log_server_status.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/log_server_status.in b/support/log_server_status.in index 666375f38a..ba08d7e571 100644 --- a/support/log_server_status.in +++ b/support/log_server_status.in @@ -29,7 +29,7 @@ use IO::Socket; use strict; use warnings; -my $wherelog = "@exp_logfiledir@"; # Logs will be like "@exp_logfiledir@/19960312" +my $wherelog = "@exp_logfiledir@/"; # Logs will be like "@exp_logfiledir@/19960312" my $server = "localhost"; # Name of server, could be "www.foo.com" my $port = "@PORT@"; # Port on server my $request = "/server-status/?auto"; # Request to send -- 2.40.0