mjc 96/04/11 01:11:48
Modified: support log_server_status
Log:
Bring URL in line with /status Location stuff
Revision Changes Path
1.2 +1 -1 apache/support/log_server_status
Index: log_server_status
===================================================================
RCS file: /export/home/cvs/apache/support/log_server_status,v
retrieving revision 1.1
retrieving revision 1.2
diff -C3 -r1.1 -r1.2
*** log_server_status 1996/04/04 15:00:50 1.1
--- log_server_status 1996/04/11 08:11:47 1.2
***************
*** 65,71 ****
$wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/960312"
$server = "localhost"; # Name of server, could be "www.foo.com"
$port = "80"; # Port on server
! $request = "/.status?auto"; # Request to send
sub tcp_connect
{
--- 65,71 ----
$wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/960312"
$server = "localhost"; # Name of server, could be "www.foo.com"
$port = "80"; # Port on server
! $request = "/status/?auto"; # Request to send
sub tcp_connect
{