Tiny problem with knits and http (double-encoding?)

James Blackwell jblack at merconline.com
Fri May 5 13:24:23 BST 2006


On Sun, Apr 30, 2006 at 12:01:09AM +0800, Lalo Martins wrote:
> Hmm, it seems the blame does not belong to apache after all.  This site is
> running behind a reverse proxy on JBlack's server, and it seems the proxy
> is removing one level of quoting, so what finally gets to apache is
> already unusable.  Now why would a proxy do that...

I haven't intentionally set it to do so.  This is almost boilerplate
apache 1.x with the following additions:

<IfModule mod_proxy.c>
(all comments)
</IfModule>


NameVirtualhost *
<virtualhost *>
  ServerName lalo.revisioncontrol.net
  ProxyPass / http://192.168.1.7/
  ProxyPassReverse / http://192.168.1.7/
</virtualhost>

-- 
My home page:   <a href="http://jblack.linuxguru.net">James Blackwell</a>
Gnupg 06357400  F-print AAE4 8C76 58DA 5902 761D  247A 8A55 DA73 0635 7400
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: Digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060505/ecb1d975/attachment.pgp 


More information about the bazaar mailing list