Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,591
    Plugin Contributions
    30

    Default nginx error: upstream sent too big header while reading response header from upstream

    Just for info.

    When Updating a cart with more than six products, I was getting a 500 server error.

    Server log error:
    2024/03/11 11:25:49 [error] 15478#15478: *33608 upstream sent too big header while reading response header from upstream, client: 123.123.13.123, server: myserver, request: "POST /carro?action=update_product HTTP/2.0", upstream: "https://123.123.123.123:8443/carro?action=update_product", host: "myweb", referrer: "https://myweb/carro"
    nginx is in use as a reverse proxy.

    changing this value from 8k to 128k seems to have cured the error.

    Code:
    proxy_buffer_size   128k;
    The only data being passed is the form data:
    securityToken: d50ac3ffedac8cba699012ac9d9083a5
    cart_quantity[]: 3
    products_id[]: 4709
    cart_quantity[]: 6
    products_id[]: 6254
    cart_quantity[]: 2
    products_id[]: 4995
    cart_quantity[]: 3
    products_id[]: 4594
    cart_quantity[]: 3
    products_id[]: 4704
    cart_quantity[]: 10
    products_id[]: 4742
    cart_quantity[]: 1
    products_id[]: 4706
    Seems strange to get such an error with so few products....
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  2. #2
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,019
    Plugin Contributions
    61

    Default Re: nginx error: upstream sent too big header while reading response header from upst

    I have found that attributes contribute to this significantly.
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

 

 

Similar Threads

  1. Replies: 2
    Last Post: 1 Aug 2011, 11:34 PM
  2. SEO problem: The URL you submitted sent a redirect "Location: HEADER" response.
    By popemil in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 30 Aug 2010, 09:33 PM
  3. Contact us tab too big (in header)
    By roy(irishtaxi) in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 8 May 2008, 01:02 PM
  4. Right box header too big?
    By pb4 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 30 Nov 2007, 11:14 AM
  5. header sent error
    By dannyd in forum Bug Reports
    Replies: 2
    Last Post: 7 Feb 2007, 05:58 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR