From 4434bd8e3287f68111d3148537e10ff2e4ddcae6 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Thu, 1 Oct 2015 12:35:33 -0700 Subject: [PATCH] correct URL to PHP 54 page --- admin_manual/configuration_server/caching_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/caching_configuration.rst b/admin_manual/configuration_server/caching_configuration.rst index a0ec0afe0..154c49718 100644 --- a/admin_manual/configuration_server/caching_configuration.rst +++ b/admin_manual/configuration_server/caching_configuration.rst @@ -55,7 +55,7 @@ APC is only for systems running PHP 5.4 and older. The oldest supported PHP version in ownCloud is 5.4. .. note:: RHEL 6 and CentOS 6 ship with PHP 5.3 and must be upgraded to PHP - 5.4 to run ownCloud. See :doc:`php_54_installation`. + 5.4 to run ownCloud. See :doc:`../installation/php_54_installation`. On Red Hat/CentOS/Fedora systems running PHP 5.4, install ``php-pecl-apc``. On Debian/Ubuntu/Mint systems install ``php-apc``. Then restart your Web server.