Re: [squid-users] squid 2.6 accelerator mode

2009-03-08 Thread Amos Jeffries
> I'm trying to get squid to work as a reverse proxy in front of a > single web server which runs domain virtualhosts: > > http_port in:80 vhost > cache_peer outparent80 0 originserver > 'in' is my input address, 'out' is the address of of the web server. > > The problem that I have is

Re: [squid-users] Squid fails

2009-03-08 Thread Amos Jeffries
> Amos, > > I rebuilt squid: > > Squid Cache: Version 3.0.STABLE12 > configure options: '--prefix=/usr/local/squid' > '--sysconfdir=/etc/squid' '--enable-delay-pools' > '--enable-kill-parent-hack' '--disable-htcp' > '--enable-default-err-language=Spanish' '--enable-linux-netfilter' > '--disable-id

Re: [squid-users] Unsupported methods

2009-03-08 Thread Amos Jeffries
> Where I can find the type of extension_methods? > > "You can add up to 20 additional request "extension" methods here for > enabling Squid to allow access unknown methods" > > But where can I find a list of these methods? Applications which use non-standard HTTP methods should list them in their

[squid-users] squid 2.6 accelerator mode

2009-03-08 Thread Pavel Georgiev
I'm trying to get squid to work as a reverse proxy in front of a single web server which runs domain virtualhosts: http_port in:80   vhost cache_peer out    parent    80  0  originserver 'in' is my input address, 'out' is the address of of the web server. The problem that I have is that each requ

Re: [squid-users] Unsupported methods

2009-03-08 Thread Wilson Hernandez - MSD, S. A.
Where I can find the type of extension_methods? "You can add up to 20 additional request "extension" methods here for enabling Squid to allow access unknown methods" But where can I find a list of these methods? Thanks. Chris Robertson wrote: Wilson Hernandez - MSD, S. A. wrote: Hello.

Re: [squid-users] Squid fails

2009-03-08 Thread Wilson Hernandez - MSD, S. A.
Amos, I rebuilt squid: Squid Cache: Version 3.0.STABLE12 configure options: '--prefix=/usr/local/squid' '--sysconfdir=/etc/squid' '--enable-delay-pools' '--enable-kill-parent-hack' '--disable-htcp' '--enable-default-err-language=Spanish' '--enable-linux-netfilter' '--disable-ident-lookups'

Re: [squid-users] filter HTTP reply header

2009-03-08 Thread Matthias Teege
> http://www.squid-cache.org/Versions/v3/HEAD/changesets/b9563.patch > (should apply with patch -p0) > Which adds that header to the 'known' list. I hope this is enough, I applied the patch and it works for my problem. Many thanks Matthias

Re: [squid-users] filter HTTP reply header

2009-03-08 Thread Amos Jeffries
Matthias Teege wrote: Ah, looks like that header is in the 'unknown' group. Do you build your own Squid? Yes, I build my squid from the latest 3.0 stable source. Matthias Okay, in which case you can test out this: http://www.squid-cache.org/Versions/v3/HEAD/changesets/b9563.patch (should ap

Re: [squid-users] filter HTTP reply header

2009-03-08 Thread Matthias Teege
> Ah, looks like that header is in the 'unknown' group. > Do you build your own Squid? Yes, I build my squid from the latest 3.0 stable source. Matthias