Mar 25, 2008 #1 bugskumar Technical User Jan 11, 2006 18 US One of our complainces needs us to turn off 413 error message responses to the client. Does anyone know which directive to use and how to do it? Thanks, Running Apache 2.0.55 On Solaris 9
One of our complainces needs us to turn off 413 error message responses to the client. Does anyone know which directive to use and how to do it? Thanks, Running Apache 2.0.55 On Solaris 9
Mar 25, 2008 #2 RhythmAce Technical User May 22, 2001 2,869 FR You should see a list of them with ErrorDocument in httpd.conf. It will look something like: ErrorDocument 413 /path/to/error_page.html or ErrorDocument 413 "Error message goes here" Upvote 0 Downvote
You should see a list of them with ErrorDocument in httpd.conf. It will look something like: ErrorDocument 413 /path/to/error_page.html or ErrorDocument 413 "Error message goes here"