From eeee759567207c3472592ea84299f0739373bf4b Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Wed, 25 Apr 2012 09:05:39 +0000 Subject: [PATCH] Highlight code git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330163 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/programs/log_server_status.html.en | 5 +++-- docs/manual/programs/log_server_status.xml | 6 ++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/manual/programs/log_server_status.html.en b/docs/manual/programs/log_server_status.html.en index 3084709199..5b2002c716 100644 --- a/docs/manual/programs/log_server_status.html.en +++ b/docs/manual/programs/log_server_status.html.en @@ -40,12 +40,13 @@

The script contains the following section.

-
+
 my $wherelog = "/usr/local/apache2/logs/";  # Logs will be like "/usr/local/apache2/logs/19960312"
 my $server   = "localhost";        # Name of server, could be "www.foo.com"
 my $port     = "80";               # Port on server
 my $request = "/server-status/?auto";    # Request to send
-
+ +

You'll need to ensure that these variables have the correct values, and you'll need to have the /server-status handler diff --git a/docs/manual/programs/log_server_status.xml b/docs/manual/programs/log_server_status.xml index 269c9db64a..db531ab99a 100644 --- a/docs/manual/programs/log_server_status.xml +++ b/docs/manual/programs/log_server_status.xml @@ -39,14 +39,12 @@

The script contains the following section.

- -
+
 my $wherelog = "/usr/local/apache2/logs/";  # Logs will be like "/usr/local/apache2/logs/19960312"
 my $server   = "localhost";        # Name of server, could be "www.foo.com"
 my $port     = "80";               # Port on server
 my $request = "/server-status/?auto";    # Request to send
-
-
+

You'll need to ensure that these variables have the correct values, and you'll need to have the /server-status handler -- 2.40.0