You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after installing and enabling, clicking on the ,music tab brings the server on his knees and times out.
the server is running debian 7 with nginx. It used to work with version v0.1.6-alpha.
Now :
2014/03/16 14:47:38 [error] 28507#0: *75990 upstream timed out (110: Connection timed out) while reading response header from upstream, client: IP, server: Servername, request: "GET /owncloud/index.php/apps/music/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-owncloud.sock", host: "Hostname", referrer: "https://hostname/owncloud/index.php/apps/files"
I tried to fix it with :
~# vim /etc/nginx/sites-available/default
changed the following line: fastcgi_pass 127.0.0.1:9000 to fastcgi_pass unix:/var/run/php5-fpm.sock;
~# vim /etc/php5/fpm/pool.d/www.conf
changed the following:
listen = 127.0.0.1:9000 to listen = /var/run/php5-fpm.sock
after installing and enabling, clicking on the ,music tab brings the server on his knees and times out.
the server is running debian 7 with nginx. It used to work with version v0.1.6-alpha.
Now :
2014/03/16 14:47:38 [error] 28507#0: *75990 upstream timed out (110: Connection timed out) while reading response header from upstream, client: IP, server: Servername, request: "GET /owncloud/index.php/apps/music/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-owncloud.sock", host: "Hostname", referrer: "https://hostname/owncloud/index.php/apps/files"
I tried to fix it with :
~# vim /etc/nginx/sites-available/default
changed the following line: fastcgi_pass 127.0.0.1:9000 to fastcgi_pass unix:/var/run/php5-fpm.sock;
~# vim /etc/php5/fpm/pool.d/www.conf
changed the following:
listen = 127.0.0.1:9000 to listen = /var/run/php5-fpm.sock
removed the ; in front of the following lines
;listen.owner = www-data
;listen.group = www-data
;listen.mode = 0666
No luck. still 504.
The text was updated successfully, but these errors were encountered: