----- "Sascha Klose" <[email protected]> wrote: > Hi, > > we want to use TS as a reverse-proxy only. > > Because of the problem with TS 2.1.3 and 206er Requests (Range > requests): Is it possible to configure TS as a HTTP/1.0-Server to > prevent Clients to use the range requests?
Have you tried disabling range-lookups first, before grabbing the mace and switching to HTTP/1.0. I can't seem to find the switch for the latter, after all traffic server advertises itself with: ``Apache Traffic Server™ is fast, scalable and extensible HTTP/1.1 compliant caching proxy server.'' - http://trafficserver.apache.org/ Lets first try out the harmless stuff, and see if that gets us through the day: CONFIG proxy.config.http.cache.range.lookup INT 0 > Bye, > Sascha i -- Igor Galić Tel: +43 (0) 664 886 22 883 Mail: [email protected] URL: http://brainsware.org/
