[SOLVED]
My plesk strikes again. I'm trying to export a database that I need and ... bam!
"502 Bad Gateway nginx".
Cleared cookies, tried different browsers... it simply refuses to behave. What do I do now?!
-------------------------------------------------------------------------------------------
[SOLUTION] to save you from reading the whole thread:
Apparently, it's that time of the month when Plesk has a problem with everything.
After abdi's suggestion, I increased my buffers:
#cat /etc/sw-cp-server/config
...
fastcgi_buffers 32 32k; // was 16 16k
fastcgi_buffer_size 64k; // was 32k
...
For a while, plesk admin stopped working. It was because of the timezone. For some dumb reason. It was working before, not working after changing the buffers. I don't see the reason, but ok.
So, next, I had to remove the timezone data.
#yum reinstall tzdata
Next, restart Plesk:
#/etc/init.d/sw-engine restart
Worked.
Waiting for the next server fault.
------------------------------------------------------------------------------------
... and it's back.
I need my timezone to be GMT. If I change it with those buffers set to my second values, I'm getting the session error. Nice job, Plesk!
I'm also still getting the gateway error from time to time.
My plesk strikes again. I'm trying to export a database that I need and ... bam!
"502 Bad Gateway nginx".
Cleared cookies, tried different browsers... it simply refuses to behave. What do I do now?!
-------------------------------------------------------------------------------------------
[SOLUTION] to save you from reading the whole thread:
Apparently, it's that time of the month when Plesk has a problem with everything.
After abdi's suggestion, I increased my buffers:
#cat /etc/sw-cp-server/config
...
fastcgi_buffers 32 32k; // was 16 16k
fastcgi_buffer_size 64k; // was 32k
...
For a while, plesk admin stopped working. It was because of the timezone. For some dumb reason. It was working before, not working after changing the buffers. I don't see the reason, but ok.
So, next, I had to remove the timezone data.
#yum reinstall tzdata
Next, restart Plesk:
#/etc/init.d/sw-engine restart
Worked.
Waiting for the next server fault.
------------------------------------------------------------------------------------
... and it's back.
I need my timezone to be GMT. If I change it with those buffers set to my second values, I'm getting the session error. Nice job, Plesk!
I'm also still getting the gateway error from time to time.
Last edited: