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
Hi,
I've been using ZeroMQ on my local virtual machine that only uses Apache and everything seems to be working but as soon as I decided to test it on the production server (that uses both Apache and nginx) it started returning 500/502 errors:
With apache2 and PHP working on FastCGI the apache log says:
(104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server, referer: http://website/_test/send.php
And if I switch it to an Apache module the error is following:
upstream prematurely closed connection while reading response header from upstream
Not sure if there needs to be some specific nginx configuration for it to work or maybe it's completely incompatible with nginx?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I've been using ZeroMQ on my local virtual machine that only uses Apache and everything seems to be working but as soon as I decided to test it on the production server (that uses both Apache and nginx) it started returning 500/502 errors:
With apache2 and PHP working on FastCGI the apache log says:
And if I switch it to an Apache module the error is following:
Not sure if there needs to be some specific nginx configuration for it to work or maybe it's completely incompatible with nginx?
Thanks!
The text was updated successfully, but these errors were encountered: