Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache 413 error message

Status
Not open for further replies.

bugskumar

Technical User
Jan 11, 2006
18
0
0
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
 
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"

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top