How to set original error message for apache 2.2
Posted
by ffffff
on Server Fault
See other posts from Server Fault
or by ffffff
Published on 2010-03-30T06:04:09Z
Indexed on
2010/03/30
6:13 UTC
Read the original article
Hit count: 236
apache2
Apache 2.2 default 414 message is Request-URI Too Large
The requested URL's length exceeds the capacity limit for this server.
I wanna set custom message so I set http.conf
ErrorDocument 414
/error/HTTP_REQUEST_URI_TOO_LARGE.html.var
But I do not get along well How to set original error message for apache 2.2
© Server Fault or respective owner