mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-15 07:54:18 +02:00
27 lines
690 B
Diff
27 lines
690 B
Diff
From 023f6840e901390b95f3d858d7f85cd9ac257d75 Mon Sep 17 00:00:00 2001
|
|
From: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
|
|
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 748b5ef..33b7487 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
|
|
|
|
</IfModule>
|
|
|
|
--
|
|
2.9.4
|
|
|