码迷,mamicode.com
首页 > 其他好文 > 详细

owncloud私有云控制台故障问题

时间:2016-12-16 23:41:08      阅读:439      评论:0      收藏:0      [点我收藏+]

标签:version   控制台   许可证   

owncloud授权

[astel@tk2-234-26965 ~]$ cat /etc/redhat-release
CentOS release 6.7 (Final)
[astel@tk2-234-26965 ~]$ uname -r
2.6.32-573.3.1.el6.x86_64
[astel@tk2-234-26965 ~]$ php --version
PHP 5.4.44 (cli) (built: Aug  6 2015 07:41:49)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
[astel@tk2-234-26965 ~]$ nginx -V
nginx version: nginx/1.8.0
built by gcc 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC)
built with OpenSSL 1.0.1e-fips 11 Feb 2013

hp does not seem to be setup properly to query system environment variables. The test with getenv("PATH") only returns an empty response.
Please check the installation documentation for php configuration notes and the php configuration of your server, especially when using php-fpm.
このサーバーはインターネットに接続されていません。この場合、外部ストレージのマウント、更新の通知やサードパーティ製のアプリ、といったいくつかの機能が使えません。また、リモート接続でのファイルアクセス、通知メールの送信のような機能も利用できない可能性があります。全ての機能を利用するためには、このサーバーからインターネットに接続できるようにすることをお勧めします。
メモリキャッシュが設定されていません。パフォーマンスを向上するために、可能であれば memcache を設定してください。 より詳しい情報については、documentation を参照してください。
cURL is using an outdated NSS version (NSS/3.19.1 Basic ECC). Please update your operating system or features such as installing and updating apps via the app store or Federated Cloud Sharing will not work reliably.
You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips.
Please double check the installation guides 技术分享, and check for any errors or warnings in the log.

まずこれ

php does not seem to be setup properly to query system environment variables.
The test with getenv("PATH") only returns an empty response.
Please check the installation documentation for php configuration notes and the php configuration of your server,
 especially when using php-fpm.

参考
OWNCLOUD8をアップデートしたら、管理画面に”THE TEST WITH GETENV(“PATH”) ONLY RETURNS AN EMPTY RESPONSE.”と表示されたとき

php-fpm.conf のグローバル設定項目
clear_env boolean
FPM ワーカー内の環境をクリアする。 任意の環境変数が FPM ワーカープロセスに到達してしまうことを防ぐために、 ワーカー内の環境をいったんクリアしてから、このプールの設定で指定された環境変数を追加します。 PHP 5.4.27、PHP 5.5.11、PHP 5.6.0 以降で利用可能です。 デフォルト値: Yes

これをnoにする

/etc/php-fpm.d/www.conf に
clear_env = no
と追記する

技术分享

http://astail.net/?p=906

本文出自 “听说” 博客,请务必保留此出处http://waiyang.blog.51cto.com/1246514/1883312

owncloud私有云控制台故障问题

标签:version   控制台   许可证   

原文地址:http://waiyang.blog.51cto.com/1246514/1883312

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!