Closed GoogleCodeExporter closed 9 years ago
The actual apache proxy used to reproduce:
<VirtualHost *:8080>
ServerName "lgo-ubuntu1"
MaxKeepAliveRequests 100
ProxyRequests On
ProxyVia On
KeepAlive Off
<Proxy *>
Order deny,allow
Deny from all
Allow from all
Require valid-user
AuthType Basic
AuthName "Ubuntu lgo proxy realm"
AuthUserFile /home/lgo/dev/svn/basicpwd
AuthBasicAuthoritative On
AuthBasicProvider file
</Proxy>
</VirtualHost>
(it's a test config so never mind the 'Deny/Allow from all' lines)
Original comment by lieven.govaerts@gmail.com
on 9 Aug 2013 at 4:06
I believe this issue is fixed with r2122.
Original comment by lieven.govaerts@gmail.com
on 9 Aug 2013 at 6:10
Original issue reported on code.google.com by
lieven.govaerts@gmail.com
on 9 Aug 2013 at 4:01