mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
Missing slash
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1325275 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained 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
|
||||
|
Reference in New Issue
Block a user