SERVICE_URL
的配置,检查 seahub_settings.py 中FILE_SERVER_ROOT
的配置 首先, 检查客户端的 ccnet.log 文件(Linux下 ~/.ccnet/logs/ccnet.log , Windows下 C:/users/your_name/ccnet/logs/ccnet.log ) ,查看错误信息.
可能的错误原因:
SERVICE_URL
: 在服务器端查看ccnet.conf
,确认SERVICE_URL
设置正确.问题解答:
telnet your-server-IP-or-domain 10001
SERVICE_URL
配置正确.请确定在 httpd.conf 或者 apache2.conf 中使用了FastCGIExternalServer /var/www/seahub.fcgi -host 127.0.0.1:8000
尤其是/var/www/seahub.fcgi
部分.
多媒体文件访问权限错误 (Alias location identified in /etc/apache2/sites-enabled/000-default (Ubuntu)
解决方法:
/media
文件夹到var/www/
下,并在/etc/apache2/sites-enabled/000-default
中重新编辑文件路径。Seafile 使用 Django 1.5, 所需 Python 版本为 2.6.5+ 。