[libsoup/wip/ci] Test the ci setting user and group to apache as it should be in the docker image used.



commit 3a6ef16102fb83fd535c6fb2ec63d9ae1be5424e
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Mon Aug 13 13:37:13 2018 +0000

    Test the ci setting user and group to apache as it should be in the docker image used.

 tests/httpd.conf.in | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/tests/httpd.conf.in b/tests/httpd.conf.in
index 31c36674..56bc57af 100644
--- a/tests/httpd.conf.in
+++ b/tests/httpd.conf.in
@@ -3,6 +3,9 @@
 ServerName 127.0.0.1
 Listen 127.0.0.1:47524
 
+User apache
+Group apache
+
 DocumentRoot .
 
 # The tests shut down apache with "graceful-stop", because that makes


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]