Hello,--I've issue with seafile and apache.In apache log errors, I found this :[Wed Oct 29 16:39:41 2014] [error] [client 193.57.249.1] FastCGI: comm with server "/var/www/seahub.fcgi" aborted: idle timeout (30 sec), referer: https://xxxx.fr/repo/ff71f21e-4a1f-4354-9da3-4e13e1e665fe/?p=%2FPhotos%2F[Wed Oct 29 16:39:41 2014] [error] [client 193.57.249.1] FastCGI: incomplete headers (0 bytes) received from server "/var/www/seahub.fcgi", referer: https://xxxx.fr/repo/ff71f21e-4a1f-4354-9da3-4e13e1e665fe/?p=%2FPhotos%2F[Wed Oct 29 16:39:59 2014] [error] [client 193.57.249.1] FastCGI: comm with server "/var/www/seahub.fcgi" aborted: idle timeout (30 sec)[Wed Oct 29 16:39:59 2014] [error] [client 193.57.249.1] FastCGI: incomplete headers (0 bytes) received from server "/var/www/seahub.fcgi"And I've got an error 500 in chrome.I don't know why, I'm using seafile v2.1.7 with Apache/2.2.14Here is my apache conf :<VirtualHost *:80>ServerAdmin ad...@xxx.frDocumentRoot /var/wwwServerName xxx.frRedirect permanent / https://xxx.fr/CustomLog /var/log/apache2/seafile-access.log combinedErrorLog /var/log/apache2/seafile-error.log</VirtualHost>And :<VirtualHost *:443>ServerAdmin ad...@xxx.frDocumentRoot /var/wwwServerName xxx.frAlias /media /home/xxx/web/xxx/seafile/seahub/mediaRewriteEngine OnGnuTLSEnable onGnuTLSExportCertificates onGnuTLSCacheTimeout 500GnuTLSCertificateFile /root/ssl/media/ssl.crtGnuTLSKeyFile /root/ssl/media/ssl.key.nopassGnuTLSPriorities NORMAL<Location /seafhttp>Order allow,denyAllow from all</Location><Location /media>Order allow,denyAllow from all# Require all Granted</Location>ProxyPass /seafhttp http://127.0.0.1:8082ProxyPassReverse /seafhttp http://127.0.0.1:8082RewriteRule ^/seafhttp - [QSA,L]# seafile webdavRewriteCond %{HTTP:Authorization} (.+)RewriteRule ^(/seafdav.*)$ /seafdav.fcgi$1 [QSA,L,e=HTTP_AUTHORIZATION:%1]RewriteRule ^(/seafdav.*)$ /seafdav.fcgi$1 [QSA,L]RewriteRule ^/(media.*)$ /$1 [QSA,L,PT]RewriteCond %{REQUEST_FILENAME} !-fRewriteRule ^(.*)$ /seahub.fcgi$1 [QSA,L,E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]FastCGIExternalServer /var/www/seahub.fcgi -host 127.0.0.1:8000FastCGIExternalServer /var/www/seafdav.fcgi -host 127.0.0.1:8080CustomLog /var/log/apache2/seafile-access.log combinedErrorLog /var/log/apache2/seafile-error.log</VirtualHost>
You received this message because you are subscribed to the Google Groups "seafile" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seafile+u...@googlegroups.com.
To post to this group, send email to sea...@googlegroups.com.
Visit this group at http://groups.google.com/group/seafile.
For more options, visit https://groups.google.com/d/optout.