From 46a1fc5cd56def1c6c370c4f9d8a0c46c89fdd8e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Jul 2016 18:34:56 +0200 Subject: owncloud: sync with Fedora --- owncloud-README.fedora | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'owncloud-README.fedora') diff --git a/owncloud-README.fedora b/owncloud-README.fedora index df97145..7c75cfa 100644 --- a/owncloud-README.fedora +++ b/owncloud-README.fedora @@ -44,6 +44,9 @@ and user for ownCloud manually, before you can finish the setup process. The README.postgresql and README.mysql files provide more details and help with this. +In addition if using a remote database then then selinux must be configured to +allow the webserver to connect to it - see the selinux section further down. + Configuration ------------- You can find the main configuration file at '/etc/owncloud/config.php'. Until @@ -86,6 +89,11 @@ If you want to use external files (eg remote smb/cifs server) the httpd_can_netw selinux boolean should be toggled on. If you want to use libreoffice document conversion then the httpd_execmem should be toggled on and the unoconv package should be installed. +If not using an external file source but still using an external database then the boolean +httpd_can_network_connect_db should be toggled on for access to regular DB ports. The general +network connect can alternatiely be used for non-standard ports or for a broader permission +in case of future external files requirements. + Memory caching -------------- For performance reasons a memory cache should be configured. In larger installs redis -- cgit