Author: pierre
Date: Sat Mar 29 10:57:15 2014
New Revision: 12914

Log:
Typo and errors

Modified:
   trunk/BOOK/general/prog/php.xml

Modified: trunk/BOOK/general/prog/php.xml
==============================================================================
--- trunk/BOOK/general/prog/php.xml     Sat Mar 29 10:22:42 2014        (r12913)
+++ trunk/BOOK/general/prog/php.xml     Sat Mar 29 10:57:15 2014        (r12914)
@@ -351,7 +351,7 @@
       following command as <systemitem class="username">root</systemitem> 
user:</para>
 
 <screen role="root"><userinput>sed -i -e '/proxy_module/s/^#//'      \
-       -e '/proxy_fgci_module/s/^#//' \
+       -e '/proxy_fcgi_module/s/^#//' \
        /etc/httpd/httpd.conf</userinput></screen>
 
       <para>Those modules accept various <command>ProxyPass</command>
@@ -359,7 +359,7 @@
       <systemitem class="username">root</systemitem> user):</para>
 
 <screen role="root"><userinput>echo \
-ProxyPassMatch ^/(.*\.php)$ fcgi://127.0.0.1:9000/srv/www/$1 >> \
+'ProxyPassMatch ^/(.*\.php)$ fcgi://127.0.0.1:9000/srv/www/$1' >> \
 /etc/httpd/httpd.conf</userinput></screen>
 
       <para>Additionally, it may be useful to add an entry for
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to