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.xml | |
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 '')
-rw-r--r-- | docs/manual/programs/log_server_status.xml | 6 |
1 files changed, 2 insertions, 4 deletions
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 @@ <p>The script contains the following section.</p> -<example> -<pre> +<highlight language="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> -</example> +</highlight> <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 |