Mar 25, 2008 #1 bugskumar Technical User Joined Jan 11, 2006 Messages 18 Location 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 Joined May 22, 2001 Messages 2,869 Location 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"