[deployment-guide/comm-rel: 627/727] Adjusted the "service httpd restart" command output.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:18:20 UTC 2010


commit 155435ccd7822d7600b8ae4ea06f306a5477088b
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Wed Sep 8 01:26:32 2010 +0200

    Adjusted the "service httpd restart" command output.

 en-US/The_Apache_HTTP_Server.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/en-US/The_Apache_HTTP_Server.xml b/en-US/The_Apache_HTTP_Server.xml
index df79616..9d5bebd 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -156,7 +156,9 @@ Stopping httpd:                                            [  OK  ]</screen>
           <para>
             To restart the service completely, type:
           </para>
-          <screen>~]# <command>service httpd restart</command></screen>
+          <screen>~]# <command>service httpd restart</command>
+Stopping httpd:                                            [  OK  ]
+Starting httpd:                                            [  OK  ]</screen>
           <para>
             This will stop the running <systemitem class="service">httpd</systemitem> service, and then start it again. Use this command after installing or removing a dynamically loaded module such as PHP.
           </para>


More information about the docs-commits mailing list