summaryrefslogtreecommitdiffstats
path: root/owncloud-README.fedora
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-12 18:34:56 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-12 18:34:56 +0200
commit46a1fc5cd56def1c6c370c4f9d8a0c46c89fdd8e (patch)
tree3fb8e740f48838d50a0b602bbf53b2818f8006e5 /owncloud-README.fedora
parent2ce0398ff187a0f7412a844a0730c00e971d5128 (diff)
owncloud: sync with Fedora
Diffstat (limited to 'owncloud-README.fedora')
-rw-r--r--owncloud-README.fedora8
1 files changed, 8 insertions, 0 deletions
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