[Pkg-owncloud-commits] [owncloud-doc] 15/49: Configuration notes to php.ini files

David Prévot taffit at moszumanska.debian.org
Thu Mar 12 02:06:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit e4684e215ca703e5a926a5281b63095903b3080f
Author: Martin <martin.mattel at diemattels.at>
Date:   Sat Feb 14 19:36:39 2015 +0100

    Configuration notes to php.ini files
---
 admin_manual/installation/source_installation.rst | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst
index c000427..723e104 100644
--- a/admin_manual/installation/source_installation.rst
+++ b/admin_manual/installation/source_installation.rst
@@ -171,6 +171,25 @@ See :doc:`selinux_configuration` for a suggested configuration for SELinux-enabl
 
 Apache is the recommended Web server.
 
+Configuration notes to php.ini files
+------------------------------------
+
+Keep in mind that changes to php.ini may have to be done on more than one ini file. This can be the case, as example, for the ``date.timezone`` setting.
+
+**php.ini - used by the webserver:**
+::
+
+   /etc/php5/apache2/php.ini
+ or
+   /etc/php5/fpm/php.ini
+ or ...
+
+**php.ini - used by the php-cli and so by ownCloud CRON jobs:**
+::
+
+  /etc/php5/cli/php.ini
+
+
 Apache Web Server Configuration
 -------------------------------
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list