From dfb1e11b9edcfe9876e8130da45d06cb31d6fa03 Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Fri, 11 Sep 2015 14:52:18 +0300 Subject: main/apache2: base configuration on upstream default files --- main/apache2/conf/0004-httpd.conf-User-Group.patch | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 main/apache2/conf/0004-httpd.conf-User-Group.patch (limited to 'main/apache2/conf/0004-httpd.conf-User-Group.patch') diff --git a/main/apache2/conf/0004-httpd.conf-User-Group.patch b/main/apache2/conf/0004-httpd.conf-User-Group.patch new file mode 100644 index 0000000000..51decc9487 --- /dev/null +++ b/main/apache2/conf/0004-httpd.conf-User-Group.patch @@ -0,0 +1,27 @@ +From c312314571194da82ca1e6124d55a44bcbff755d Mon Sep 17 00:00:00 2001 +From: Kaarle Ritvanen +Date: Fri, 11 Sep 2015 11:31:31 +0300 +Subject: [PATCH 04/14] httpd.conf: User/Group + +--- + docs/conf/httpd.conf.in | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in +index e92fefa..a1cf630 100644 +--- a/docs/conf/httpd.conf.in ++++ b/docs/conf/httpd.conf.in +@@ -84,8 +84,8 @@ Listen @@Port@@ + # It is usually good practice to create a dedicated user and group for + # running httpd, as with most system services. + # +-User daemon +-Group daemon ++User apache ++Group apache + + + +-- +2.5.0 + -- cgit v1.2.3