dssqq82402 2015-07-20 13:57
浏览 84

owncloud - uwsgi,cron和php问题

I have a running owncloud installation with Arch Linux, nginx, uwsgi-php. Now I'm trying to use the cron like interface of uwsgi to enable the cronjob for cron.php in owncloud.

php.ini remains default. I'm using php-set option in the uwsgi ini file to enable all extensions.

# load all extensions only in this instance of php, no need to edit global php.ini
php-set = extension=bz2.so
....
php-set = extension=apcu.so

php-set = apc.ttl=7200
php-set = apc.enable_cli=1

cron2 = minute=-3,unique=1 /usr/bin/php -d open_basedir="/usr/share/webapps/owncloud:/tmp/: \
/usr/share/pear/:/usr/share/webapps/owncloud/data:/etc/webapps/" \
-d date.timezone=Etc/UTC \
-d extension=pdo_mysql.so -d extension=apcu.so \
-d apc.enable_cli=1 -f /usr/share/webapps/owncloud/cron.php > /dev/null 2>&1

Problem is I would have to use the -d option for all extensions I enabled earlier in the ini file, just because the command line cron job doesn't have these information.

Is there a way to remain in the php instance of uwsgi for the cron command? Or do I have to edit the global php.ini which uwsgi and cron could use?

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥20 为什么我写出来的绘图程序是这样的,有没有lao哥改一下
    • ¥15 js,页面2返回页面1时定位进入的设备
    • ¥50 导入文件到网吧的电脑并且在重启之后不会被恢复
    • ¥15 (希望可以解决问题)ma和mb文件无法正常打开,打开后是空白,但是有正常内存占用,但可以在打开Maya应用程序后打开场景ma和mb格式。
    • ¥15 绘制多分类任务的roc曲线时只画出了一类的roc,其它的auc显示为nan
    • ¥20 ML307A在使用AT命令连接EMQX平台的MQTT时被拒绝
    • ¥20 腾讯企业邮箱邮件可以恢复么
    • ¥15 有人知道怎么将自己的迁移策略布到edgecloudsim上使用吗?
    • ¥15 错误 LNK2001 无法解析的外部符号
    • ¥50 安装pyaudiokits失败