projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50e5ebc
)
Replace hard-coded example paths with config_vars templates. (with assitance from...
author
Rich Bowen
<rbowen@apache.org>
Thu, 12 Apr 2012 14:03:28 +0000
(14:03 +0000)
committer
Rich Bowen
<rbowen@apache.org>
Thu, 12 Apr 2012 14:03:28 +0000
(14:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1325265
13f79535
-47bb-0310-9956-
ffa450edef68
support/log_server_status.in
patch
|
blob
|
history
diff --git
a/support/log_server_status.in
b/support/log_server_status.in
index 1e72b80fc253ff2458468a0dcdb8fab9d59e68ff..666375f38a86a1b6f171deb53344bea39634e323 100644
(file)
--- a/
support/log_server_status.in
+++ b/
support/log_server_status.in
@@
-29,9
+29,9
@@
use IO::Socket;
use strict;
use warnings;
-my $wherelog = "
/var/log/httpd/"; # Logs will be like "/var/log/graph
/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 = "
80
"; # Port on server
+my $port = "
@PORT@
"; # Port on server
my $request = "/server-status/?auto"; # Request to send
my @ltime = localtime(time);