Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by wrowe: http://wiki.apache.org/httpd/ReInflating The comment on the change is: bit of formatting; propogate some lines since users famously see only one block ------------------------------------------------------------------------------ data stream; {{{ - FilterProvider gzinflate INFLATE resp=Content-Encoding $gzip + FilterProvider gzinflate INFLATE resp=Content-Encoding $gzip - ProxyPass /proxy/reinflate/ http://127.0.0.1/deflated/ + ProxyPass /proxy/reinflate/ http://127.0.0.1/deflated/ - <Location "/proxy/reinflate/"> + <Location "/proxy/reinflate/"> - FilterChain gzinflate + FilterChain gzinflate - </Location> + </Location> }}} Now when a request is made through /proxy/reinflate/, we will take the deflated @@ -133, +133 @@ and apply both gzinflate and ucase in that order to all /proxy/ucase/ requests; {{{ + FilterProvider gzinflate INFLATE resp=Content-Encoding $gzip FilterProvider ucase CaseFilter Content-Type $text/ ProxyPass /proxy/ucase/ http://127.0.0.1/deflated/ @@ -157, +158 @@ manipulate, and re-deflate the response; {{{ + FilterProvider gzinflate INFLATE resp=Content-Encoding $gzip + FilterProvider ucase CaseFilter Content-Type $text/ FilterProvider gzdeflate DEFLATE Content-Type $text/ ProxyPass /proxy/ucase/ http://127.0.0.1/deflated/ @@ -183, +186 @@ {{{ LogFormat "%h \"%r\" %>s %b (%O) TE:\"%{Transfer-Encoding}o\" CE:\"%{Content-Encoding}o\" <-- %I AE:\"%{Accept-Encoding}i\" TE:\"%{Transfer-Encoding}i\" CE:\"%{Content-Encoding}i\"" compression + FilterProvider gzinflate INFLATE resp=Content-Encoding $gzip <VirtualHost 192.168.0.254:80>
