Sun Java System Web Server 6.1 SP9 Administrator's Configuration File Reference

Example

The following AuthTrans directive instructs Sun Java System Web Server to do as follows when the browser's User-Agent header contains the string Broken or broken. The server will:

AuthTrans fn="match-browser"
                browser="*[Bb]roken*"
                ssl-unclean-shutdown="true"
                keep-alive="disabled"
                http-downgrade="1.0"