mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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:
parent
f337369479
commit
fb832ace5e
@ -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
|
||||
server runs as the dedicated user and group:</para>
|
||||
|
||||
<screen role="root"><userinput>
|
||||
sed -i -e "s/User daemon/User apache/" \
|
||||
<screen role="root"><userinput>sed -i -e "s/User daemon/User apache/" \
|
||||
-e "s/Group daemon/Group apache/" \
|
||||
/etc/apache/httpd.conf</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user