From 505af3c79f7fd4a11e2c33cad7f46b501d810a7e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 15 Jan 2018 14:05:47 +0200 Subject: Mention potential issues with SELinux --- INSTALL-DEV | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'INSTALL-DEV') diff --git a/INSTALL-DEV b/INSTALL-DEV index eb74ff8..ed7cb13 100644 --- a/INSTALL-DEV +++ b/INSTALL-DEV @@ -20,8 +20,15 @@ And also for all the directories leading up to brep/, for example, if you have setfacl -m g:www-data:rx ~/ ~/projects -[Note that strictly speaking www-data in the above two commands is the Apache2 -group, not user. However, most installations use the same name for both.] +Note: strictly speaking www-data in the above two commands is the Apache2 +group, not user. However, most installations use the same name for both. + +Note: if the development machine employs SELinux, then this approach may +require additional configuration steps (not shown) in order to allow Apache2 +access to the module, configuration, and content. Alternatively, you may +want to disable the security restrictions for Apache2, for example: + +semanage permissive -a httpd_t 1. Create PostgreSQL User and Databases -- cgit v1.1