diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-04-25 11:05:39 +0200 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-04-25 11:05:39 +0200 |
commit | eeee759567207c3472592ea84299f0739373bf4b (patch) | |
tree | 487f8a348f136dc7f612ff6aa5b0722d2dad78a2 /docs/manual/programs/log_server_status.html.en | |
parent | Update CSS. (diff) | |
download | apache2-eeee759567207c3472592ea84299f0739373bf4b.tar.xz apache2-eeee759567207c3472592ea84299f0739373bf4b.zip |
Highlight code
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330163 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/log_server_status.html.en')
-rw-r--r-- | docs/manual/programs/log_server_status.html.en | 5 |
1 files changed, 3 insertions, 2 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 @@ <p>The script contains the following section.</p>
-<div class="example"><pre>
+<pre class="prettyprint lang-perl">
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
-</pre></div>
+</pre>
+
<p>You'll need to ensure that these variables have the correct values,
and you'll need to have the <code>/server-status</code> handler
|