From fb832ace5e9ec5a0797dc0d99851a16ebbd00b29 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Thu, 15 Dec 2005 14:40:52 +0000 Subject: [PATCH] Fixed a typo in the Apache HTTPD instructions git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5430 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- server/major/apache.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/major/apache.xml b/server/major/apache.xml index 09e4418a9c..3748cd7f94 100644 --- a/server/major/apache.xml +++ b/server/major/apache.xml @@ -206,8 +206,7 @@ chown -v -R apache:apache /srv/www /etc/apache/httpd.conf. Modify it so that the HTTP server runs as the dedicated user and group: - -sed -i -e "s/User daemon/User apache/" \ +sed -i -e "s/User daemon/User apache/" \ -e "s/Group daemon/Group apache/" \ /etc/apache/httpd.conf