Re: [evolution-patches] 66199, camel, proxy auth
- From: Not Zed <notzed ximian com>
- To: Jeffrey Stedfast <fejj ximian com>
- Cc: asdf <evolution-patches lists ximian com>
- Subject: Re: [evolution-patches] 66199, camel, proxy auth
- Date: Tue, 21 Sep 2004 22:11:51 +0800
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 :)
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.
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]