Forum Moderators: phranque

Message Too Old, No Replies

406's

         

wilderness

4:15 pm on Jul 21, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Might anybody have a clue why a SetEnvId--CIDR range, rather than genrating a 403, results in a 406?

the log error reads:

[Sun Jul 20 18:46:51 2008] [error] [client 117.88.135.zzz] no acceptable variant: /usr/share/apache2/error/HTTP_FORBIDDEN.html.var

thanks in advance.

jdMorgan

4:27 pm on Jul 21, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You evidently have Options +MultiViews (content-negotiation) set, and the client sent an Accept-Charset, Accept-Language, Accept-Encoding header (or a combination of these headers) specifying a format that you have not provided a .var file for.

The client most likely sent a request for an invalid format -- Not much you can do about it if the client won't accept the format of your custom 403 page.

Jim

wilderness

4:29 pm on Jul 21, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Many thanks Jim.