fix owncloud

Cron

crontab -u www-data -e
/15 * /usr/bin/php -f /path/to/your/owncloud/cron.php

apt-get install memcached php5-memcached

apt-get install redis-server php5-redis

apt-get install php-apcu

配制config.php

‘memcache.local’ => ‘OCMemcacheAPCu’,

‘memcache.locking’ => ‘OCMemcacheRedis’,

‘redis’ => [

‘host’ => ‘localhost’,

‘port’ => 6379,

],

评论

此博客中的热门博文

FreeBSD安装Pure-FTPd及user manager for PureFTPd

debian lighttpd php ssl

解决nginx出现File not found的问题