Re: [squid-users] Reverse proxy with SSL.

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 16 Apr 2002 11:46:46 +0200

Seems to work just fine here.. using different IP addresses ofcourse..

Regards
Henrik

Mark Velasquez wrote:
> Henrik,
>
> httpd_acels are :
>
> httpd_accel_host virtual
> httpd_accel_port 0
> httpd_accel_uses_host_header off
> httpd_accel_single_host off
>
> the redirector is as follows:
>
> #!/usr/local/bin/perl -p
> #
> BEGIN { $|=1; }
> s%http://10.10.10.234\b%http://test.sfwmd.gov:80% && next;
> #s%https://10.10.10.234\b%http://test.sfwmd.gov% && next;
> #s%http://10.10.10.234\b%https://test.sfwmd.gov% && next;
>
>
> I've tried several options in the redirector, but it appears now that even
> the most basic http redirection does not work with 2.5PRE5... I reinstalled
> 2.4, and the basic http redirection is working...
>
> test.sfwmd.gov, the back-end server, is defined in my local /etc/hosts. The
> test server accepts both http and https connections.
>
> TIA
>
> Mark
>
> Henrik Nordstrom wrote:
> > Works fine here, both http and https.. but I must admit that I am not
> > running standard Squid in production but a quite heavily patched version
> > to suit our needs.
> >
> > What are your httpd_accel_* directives set to?
> >
> > What kinds of rewrites are your redirector doing?
>
> <snip>
Received on Tue Apr 16 2002 - 03:47:07 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:07:34 MST