413 Customized Error Page not working

#1
I have setup a few customized error pages for 404, 500 & 413 (Request Entity Too Big). The 404 & 500 pages work fine as they go to my custom page. The 413 does not work however. I have the Max Request Body Size (bytes) set to 10M and when I attempt to upload a file larger than 10M via a FastCGI App, the server detects it, yet it is redirected to the lsws default 413 page and not mine. I have stopped and restarted the server.

Any idea as to what is going on?

Thanks.
 
Top