Re: [evolution-patches] 66199, camel, proxy auth



On Tue, 2004-09-21 at 22:11 +0800, Not Zed wrote:
> 
> You could install apache2-worker and setup an authenticated proxy like
> I had to :)
> 
> e.g. put this in /etc/apache2/conf.d/proxy.conf:
> 
> LoadModule proxy_module /usr/lib/apache2-worker/mod_proxy.so
> LoadModule proxy_connect_module /usr/lib/apache2-
> worker/mod_proxy_connect.so
> LoadModule proxy_http_module /usr/lib/apache2-worker/mod_proxy_http.so
> 
> ProxyRequests On
> ProxyVia On
> 
> <Proxy *>
> Order deny,allow
> Deny from all
> Allow from localhost
> AuthType Basic
> AuthName "Restricted Files"
> AuthUserFile /etc/apache2/htpasswd
> Require valid-user
> </Proxy>
> 
> And setup a password file/entry:
> htpasswd2 -c /etc/apache2/htpasswd fejj
> 
> (re)start /etc/rc.d/apache2, then set the gnome proxy to localhost:80,
> etc.
> 
> But since i've already done it, it probably isn't worth it :)

heh, yea... I'll trust that it works with at least that config :)

Jeff

> 
> On Tue, 2004-09-21 at 08:40 -0400, Jeffrey Stedfast wrote: 
> > looks ok, but I have no way of testing it.
> > 
> > Jeff
> > 
> > On Tue, 2004-09-21 at 02:17, Not Zed wrote:
> > > Implements "Basic" proxy auth in camel-http-stream, and fixes up
> > > relative url redirects.
> > > 
> > > The old soup stuff was removed years ago because it was to buggy at
> > > the time, and then the code changed and required synchronous,
> > > thread-safe api's which didn't exist yet.
> > > 
> 
> -- 
> 
> Michael Zucchi <notzed ximian com>
> "born to die, live to work, it's
> all downhill from here"
> Novell's Evolution and Free
> Software Developer
-- 
Jeffrey Stedfast
Evolution Hacker - Novell, Inc.
fejj ximian com  - www.novell.com

Attachment: smime.p7s
Description: S/MIME cryptographic signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]