Recent

Author Topic: fcl-web/BrookFramework: 413 Request Entity Too Large  (Read 500 times)

martinrame

  • Full Member
  • ***
  • Posts: 119
fcl-web/BrookFramework: 413 Request Entity Too Large
« on: August 10, 2022, 04:17:48 pm »
Hi, I'm getting "413 Request Entity Too Large" when POSTing data bigger than 8mb. I cannot find something limiting on the fcl-web nor the BrookFramework (which my CGI uses).

The server is Apache24 on FreeBSD.

Does anyone know where this limit is set?, I mean, in the CGI program or in the Apache24 server?

korba812

  • Sr. Member
  • ****
  • Posts: 396
Re: fcl-web/BrookFramework: 413 Request Entity Too Large
« Reply #1 on: August 10, 2022, 05:59:11 pm »
This could be an Apache configuration. Check "LimitRequestBody" option in the "httpd.conf" configuration file or in ".htaccess".

martinrame

  • Full Member
  • ***
  • Posts: 119
Re: fcl-web/BrookFramework: 413 Request Entity Too Large
« Reply #2 on: August 10, 2022, 06:03:53 pm »
I found this server was behind an Nginx proxy and had to add client_max_body_size 64M; to allow bigger files.

 

TinyPortal © 2005-2018