I have a simple setup with Nginx in front Apache, under debian wheezy
(nginx for static content, apache for php)
Since the last Nginx update (1.1.17-2 via apt-get), every night after
daily crons i have a 502 error (bad gateway) until i reload apache.
Everything was fine before.
I tried to reload apache after nginx in the logrotate daily task, but
without effect.
In my logs i just have :
[error] 22332#0: *10804 connect() failed (111: Connection refused) while
connecting to upstream
Where should i look at?
Thanks!
_______________________________________________
nginx mailing list
ng...@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Thanks!
Indeed I have an error in my apache log.
seg fault or similar nasty error detected in the parent process
It is definitely php related and has nothing to do with Nginx.
I think i uninstalled a php module which is still called in the php.ini,
and maybe this is the cause...