diff options
author | Vincent Bray <noodl@apache.org> | 2007-09-18 06:44:24 +0200 |
---|---|---|
committer | Vincent Bray <noodl@apache.org> | 2007-09-18 06:44:24 +0200 |
commit | 20389cd6d514db1cd75154063b154a6b335dbc28 (patch) | |
tree | 4c1c192559cc76e56c67d8d52886054f4d4b5448 /docs/manual | |
parent | PR38644 mod_status no longer needs to be recompiled to show extended status i... (diff) | |
download | apache2-20389cd6d514db1cd75154063b154a6b335dbc28.tar.xz apache2-20389cd6d514db1cd75154063b154a6b335dbc28.zip |
buildfluff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@576691 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/mod/mod_status.html.en | 6 | ||||
-rw-r--r-- | docs/manual/mod/mod_status.xml.ja | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_status.xml.ko | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_status.xml.meta | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/docs/manual/mod/mod_status.html.en b/docs/manual/mod/mod_status.html.en index 54829c1a04..74beee062e 100644 --- a/docs/manual/mod/mod_status.html.en +++ b/docs/manual/mod/mod_status.html.en @@ -65,9 +65,9 @@ performance</td></tr> <li>The current hosts and requests being processed (*)</li> </ul> - <p>A compile-time option must be used to display the details - marked "(*)" as the instrumentation required for obtaining - these statistics does not exist within standard Apache.</p> + <p>The lines marked "(*)" are only available if + <code class="directive"><a href="#extendedstatus">ExtendedStatus</a></code> + is <code>On</code>.</p> </div> <div id="quickview"><h3 class="directives">Directives</h3> <ul id="toc"> diff --git a/docs/manual/mod/mod_status.xml.ja b/docs/manual/mod/mod_status.xml.ja index b61d5871f0..d7ac24f203 100644 --- a/docs/manual/mod/mod_status.xml.ja +++ b/docs/manual/mod/mod_status.xml.ja @@ -2,7 +2,7 @@ <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> <modulesynopsis metafile="mod_status.xml.meta"> -<!-- English Revision: 420990 --> +<!-- English Revision: 420990:576690 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/mod/mod_status.xml.ko b/docs/manual/mod/mod_status.xml.ko index c7f6ba9f98..1e4aa466ac 100644 --- a/docs/manual/mod/mod_status.xml.ko +++ b/docs/manual/mod/mod_status.xml.ko @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="EUC-KR" ?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?> -<!-- English Revision: 420990 --> +<!-- English Revision: 420990:576690 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/mod/mod_status.xml.meta b/docs/manual/mod/mod_status.xml.meta index ac1faf4d3d..b31fbca844 100644 --- a/docs/manual/mod/mod_status.xml.meta +++ b/docs/manual/mod/mod_status.xml.meta @@ -7,7 +7,7 @@ <variants> <variant>en</variant> - <variant>ja</variant> - <variant>ko</variant> + <variant outdated="yes">ja</variant> + <variant outdated="yes">ko</variant> </variants> </metafile> |