Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Mar 2005 17:32:56 +0300
From:      Denis Peplin <den@FreeBSD.org>
To:        Tom Rhodes <trhodes@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/network-servers chapter.sgml
Message-ID:  <42399518.4070606@FreeBSD.org>
In-Reply-To: <200503171036.j2HAaD6k065237@repoman.freebsd.org>
References:  <200503171036.j2HAaD6k065237@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------090106050306030801070000
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Hello!

Tom Rhodes wrote:
> trhodes     2005-03-17 10:36:13 UTC
> 
>   FreeBSD doc repository
> 
>   Modified files:
>     en_US.ISO8859-1/books/handbook/network-servers chapter.sgml 

Please, look at patch attached :)

--------------090106050306030801070000
Content-Type: text/plain;
 name="net-php.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="net-php.diff"

Index: network-servers/chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml,v
retrieving revision 1.62
diff -u -r1.62 chapter.sgml
--- network-servers/chapter.sgml	17 Mar 2005 10:36:13 -0000	1.62
+++ network-servers/chapter.sgml	17 Mar 2005 14:27:16 -0000
@@ -4539,7 +4539,12 @@
     &lt;/IfModule&gt;</programlisting>
 
 	<para>Once completed, a simple call to the
-	  <command>apachectl</command> command for a graceful
+	  <command>apachectl</command> command for a start
+	  <application>Apache</application>:</para>
+
+	<screen>&prompt.root; <userinput>apachectl start</userinput></screen>
+
+	<para>or, if it is already running, for a graceful
 	  restart:</para>
 
 	<screen>&prompt.root; <userinput>apachectl graceful</userinput></screen>
@@ -4550,16 +4555,16 @@
 	  and restart <application>Apache</application> like recommended
 	  above.</para>
 
-	<para>For instance, to add support for <acronym>PHP</acronym>5
-	  and the <application>MySQL</application> database server,
-	  simply install the
+	<para>For instance, to add support for
+	  <application>MySQL</application> database server to
+	  <acronym>PHP</acronym>5, simply install the
 	  <filename role="package">databases/php5-mysql</filename>
 	  and issue the following command:</para>
 
 	<screen>&prompt.root; <userinput>apachectl graceful</userinput></screen>
 
-	<para>Which will enable the module in
-	  <application>Apache</application>.</para>
+	<para>Which will enable the <application>MySQL</application>
+	  support in <acronym>PHP</acronym>.</para>
       </sect3>
     </sect2>
   </sect1>

--------------090106050306030801070000--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42399518.4070606>