Jump to content

error 502 bad gateway al logearse el cliente


pmtzg

Recommended Posts

hola
mi problema es el siguiente:
instale mi prestashop ver. 1.3.1 en el servidor de mi proveedor de hosting que es en linux, todo iva bien hasta que cuando un cliente se registra y entra a su cuenta pasa bien lo deja entrar pero si el cliente sale de su cuenta y desea volver a ingresar manda el error :
502 Bad Gateway nginx/0.7.62, lo mismo me pasa si deseo entra al administrador me manda el mismo error, checando con mi proveedor de hosting me comenta que cuando se autentifica el cliente o se logea el cliente manda 7 veces una cookie que es la siguiente:

Date Mon, 30 Aug 2010 23:29:19 GMT
Server Apache/2.2.3 (CentOS)
Set-Cookie
*bee64a601afbf607de1fffc77afa31d1*=oUG4oh8l/PQ=t7LwdLnIH40=Q5/aLYgVka0=N9bZO7hT5f8=KE2lw0jLlH8=PXl9UGm3iE0=S8hyfTBBq6o=e3LL4l3BUV4=k9rj1nNf1ro=kg54h4qXnTs=UEnG3EF1Heg=xxcpjqB+aHQ=6h12ybL53gs=HpFzue3TFdU=j92fs+ZQOr4=TWy+rWsob9Y=XKWeGG/2vQQ=uC/G+bcxX6w=wra3y3mlAxw=XDF1KlglorU=;

y al hacerlo 7 veces manda un error al heders y es cuando manda el error 502 bad gateway

espero que me puedan ayudar garcias de antemano

Link to comment
Share on other sites

Dear sir,
This error is generally due to a problem of connection between the client and the server due to a network problem, specially if you have proxys.
It could be also due to a too big number of cookies in size due to several installations of Prestashop and also new modules can add also some cookies.
So the solution could be to delete your cookies from your web browser.
If still not working can you give us your website URL ?

Thanks
Prestashop Support

Link to comment
Share on other sites

  • 1 month later...

Prueba a modificar la configuració de nginx, incrementando el tamaño de cookies que acepta:


server {
listen 80;
server_name yourdomain.com;
client_header_buffer_size 16k;
large_client_header_buffers 16 16k;

location / {


Reinicia nginx, borra cookies del navegador y vuelve a probar.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...