extension_methods

 < Day Day Up > 

extension_methods

HTTP (RFC 2616) allows clients and servers to use their own extension methods . If requests with nonstandard HTTP methods go through Squid, the client receives an "Invalid Request" error message. Squid also writes a cache.log entry, such as this:

 2003/09/29 13:40:24 parseHttpRequest: Unsupported method 'XGET' 

If you want Squid to accept such requests, you must tell it about the nonstandard methods by listing them after the extension_methods directive.

Syntax

 extension_methods   HTTP-method   ... 

Default

No default

Example

 extension_methods XGET XPOST 
 < 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