broken_posts

 < Day Day Up > 

broken_posts

Certain buggy HTTP servers expect two extra bytes, CR and LF characters , following an HTTP POST message body. It seems unlikely that such uncompliant servers are still in use today. Nonetheless, this access rule list exists to accommodate them. When a request matches a broken_posts rule, Squid appends the extra CRLF characters.

Syntax

 broken_posts allowdeny [!]   ACLname   ... 

Default

No default

Example

 acl NeedsExtraCRLF dstdomain broken.server.com broken_posts allow NeedsExtraCRLF 

Related

http_access , acl

 < Day Day Up > 


Squid
Squid: The Definitive Guide
ISBN: 0596001622
EAN: 2147483647
Year: 2004
Pages: 401
Authors: Duane Wessels

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net