You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2020/01/14 11:53:00 UTC

svn commit: r1872770 - /httpd/httpd/trunk/docs/manual/mod/mod_systemd.xml

Author: jorton
Date: Tue Jan 14 11:52:59 2020
New Revision: 1872770

URL: http://svn.apache.org/viewvc?rev=1872770&view=rev
Log:
Fix link to ExtendedStatus.  [skip ci]

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_systemd.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_systemd.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_systemd.xml?rev=1872770&r1=1872769&r2=1872770&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_systemd.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_systemd.xml Tue Jan 14 11:52:59 2020
@@ -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>