On 12/02/2010 09:00 AM, Amos Jeffries wrote:
On 02/12/10 11:59, Tsantilas Christos wrote:
..
Also I think with a little work can be extended to use language
templates in the future.
Possibly. The normal API gettext() does not support remote-end language
requirements. Nor does it support HTTP language codes. So translation of
internal strings right now is slightly complex.
Squid already supports dynamic/custom error pages like those defined
with deny_info configuration option.
It is not so difficult to define a new configuration parameter which
correlate for example an SSL detail error with a template file, then:
If a template file for an error details exist use it else use the
default (hard coded?) error detail message.
Amos