diff options
author | Joe Orton <jorton@apache.org> | 2020-01-14 12:52:59 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2020-01-14 12:52:59 +0100 |
commit | bc145ec051b3abb3a0a2423270be41789fe2d056 (patch) | |
tree | bb7463090d517da6ef7c6bdba87555984553b2c4 /docs/manual/mod/mod_systemd.xml | |
parent | Transforms. [skip ci] (diff) | |
download | apache2-bc145ec051b3abb3a0a2423270be41789fe2d056.tar.xz apache2-bc145ec051b3abb3a0a2423270be41789fe2d056.zip |
Fix link to ExtendedStatus. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872770 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mod_systemd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_systemd.xml b/docs/manual/mod/mod_systemd.xml index 47210c28ec..2d8837da20 100644 --- a/docs/manual/mod/mod_systemd.xml +++ b/docs/manual/mod/mod_systemd.xml @@ -35,9 +35,9 @@ href="https://www.freedesktop.org/software/systemd/man/systemd.service.html">systemd.service(5)</a> for more information). The module is activated if loaded.</p> - <p><directive module="mod_status">ExtendedStatus</directive> is + <p><directive module="core">ExtendedStatus</directive> is enabled by default if the module is loaded. If <directive - module="mod_status">ExtendedStatus</directive> is not disabled in + module="core">ExtendedStatus</directive> is not disabled in the configuration, run-time load and request statistics are made available in the <code>systemctl status</code> output.</p> </summary> |