Author: philbull
Date: Tue Sep  4 21:53:23 2007
New Revision: 4321

Modified:
   trunk/generic/server/C/web-servers.xml

Log:
Change php5-cgi to php5-cli (patch from Adam Sommer)

Modified: trunk/generic/server/C/web-servers.xml
==============================================================================
--- trunk/generic/server/C/web-servers.xml      (original)
+++ trunk/generic/server/C/web-servers.xml      Tue Sep  4 21:53:23 2007
@@ -744,11 +744,11 @@
 
       <para>You can run PHP5 scripts from command line. to run PHP5 scripts 
       from command line you should install
-      <application>php5-cgi</application> package. To install
-      <application>php5-cgi</application> you can enter the following
+      <application>php5-cli</application> package. To install
+      <application>php5-cli</application> you can enter the following
       command in the terminal prompt:
 <screen>
-<command>sudo apt-get install php5-cgi</command>
+<command>sudo apt-get install php5-cli</command>
 </screen>
 </para>
       <para>To use <application>MySQL</application> with PHP5 you should 
install
@@ -775,7 +775,7 @@
           <para>
           Once you install PHP5, you can run PHP5 scripts from your web
           browser. If you have installed
-          <application>php5-cgi</application> package, you can run PHP5
+          <application>php5-cli</application> package, you can run PHP5
           scripts from your command prompt.
           </para>
 

-- 
ubuntu-doc-commits mailing list
ubuntu-doc-commits@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-doc-commits

Reply via email to