Fixed a typo in the Apache HTTPD instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5430 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-12-15 14:40:52 +00:00
parent f337369479
commit fb832ace5e

View File

@ -206,8 +206,7 @@ chown -v -R apache:apache /srv/www</userinput></screen>
<filename>/etc/apache/httpd.conf</filename>. Modify it so that the HTTP <filename>/etc/apache/httpd.conf</filename>. Modify it so that the HTTP
server runs as the dedicated user and group:</para> server runs as the dedicated user and group:</para>
<screen role="root"><userinput> <screen role="root"><userinput>sed -i -e "s/User daemon/User apache/" \
sed -i -e "s/User daemon/User apache/" \
-e "s/Group daemon/Group apache/" \ -e "s/Group daemon/Group apache/" \
/etc/apache/httpd.conf</userinput></screen> /etc/apache/httpd.conf</userinput></screen>