From: Daniel Gruno Date: Wed, 25 Apr 2012 09:05:39 +0000 (+0000) Subject: Highlight code X-Git-Tag: 2.5.0-alpha~7048 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eeee759567207c3472592ea84299f0739373bf4b;p=apache Highlight code git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330163 13f79535-47bb-0310-9956-ffa450edef68 --- 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