Re: [squid-users] Custom error page for HTTP status 400-404, 500

2012-12-13 Thread Paul Ch
Thanks Amos, this works perfectly. So cache_peer_access can block the request from even touching the peer where as http_reply_access would block it after it's been processed by the peer. Makes sence. Cheers! -- Paul Ch sima...@operamail.com On Fri, Dec 14, 2012, at 04:57 AM, Amos Jeffries

Re: [squid-users] Custom error page for HTTP status 400-404, 500

2012-12-13 Thread Amos Jeffries
On 14/12/2012 5:41 p.m., Paul Ch wrote: Hi, I am running a squid 3.2.1 server as a reverse proxy. I have several Microsoft Windows IIS servers as cache_peers. I am trying to setup a custom error page for various HTTP_STATUS codes such as 404 and 500. This is a relevant extract from my squid.c

[squid-users] Custom error page for HTTP status 400-404, 500

2012-12-13 Thread Paul Ch
Hi, I am running a squid 3.2.1 server as a reverse proxy. I have several Microsoft Windows IIS servers as cache_peers. I am trying to setup a custom error page for various HTTP_STATUS codes such as 404 and 500. This is a relevant extract from my squid.conf file: #squid config extract# acl den

Re: [squid-users] Custom error page for an acl

2012-08-08 Thread Eugene M. Zheganin
Hi. On 08.08.2012 13:35, a bv wrote: I would like to write an acl on squid for the block the users access to the internal domain and LAN from squid. for this i guess acl dst will help me but i also like to have a custom error page for this acl . How can i easily do that ? I really think it w

[squid-users] Custom error page for an acl

2012-08-08 Thread a bv
Hi, I would like to write an acl on squid for the block the users access to the internal domain and LAN from squid. for this i guess acl dst will help me but i also like to have a custom error page for this acl . How can i easily do that ? Regards

Re: [squid-users] Custom error page

2010-12-10 Thread Amos Jeffries
On 11/12/10 06:46, Marcio Garcia wrote: Hello, I am trying to use a custom page, wich contains a css file and images. I renamed the page from index.html to ERR_ACCESS_DENIED and it only appears the HMTL content when I received a page error, without images and formats (from css file).

[squid-users] Custom error page

2010-12-10 Thread Marcio Garcia
Hello, I am trying to use a custom page, wich contains a css file and images. I renamed the page from index.html to ERR_ACCESS_DENIED and it only appears the HMTL content when I received a page error, without images and formats (from css file). I am using the 3.1 version. I need to k

Re: [squid-users] Custom Error Page

2009-09-16 Thread Amos Jeffries
Mario Remy Almeida wrote: Hi All, acl ipA src 10.0.0.1 acl acTime time SM http_access deny ipA acTime for the above acl need to have custom ERR_ page deny_info ERR_TIME_DENIED ipA deny_info ERR_TIME_DENIED acTime ERR_TIME_DENIED page is in the squid error directory. what is the correct d

[squid-users] Custom Error Page

2009-09-16 Thread Mario Remy Almeida
Hi All, acl ipA src 10.0.0.1 acl acTime time SM http_access deny ipA acTime for the above acl need to have custom ERR_ page deny_info ERR_TIME_DENIED ipA deny_info ERR_TIME_DENIED acTime ERR_TIME_DENIED page is in the squid error directory. what is the correct deny_info parameter to get a c

RE: [squid-users] Custom error page based on IP.

2009-04-10 Thread Palmer J.D.F.
t: 09 April 2009 05:18 To: Palmer J.D.F. Cc: John Doe; squid-users@squid-cache.org Subject: RE: [squid-users] Custom error page based on IP. > Sorry for the somewhat large delay in replying to you, I have been on > longish term sick. > However I've just returned and have sussed this

RE: [squid-users] Custom error page based on IP.

2009-04-08 Thread Amos Jeffries
is generating the redirect to include various of the Squid % error page codes it can be replaced further with: deny_info http://internal.server/errorpage.html swan Amos > > Simples! > > Cheers, > Jezz. > > >> -Original Message- >> From: John Doe

RE: [squid-users] Custom error page based on IP.

2009-04-08 Thread Palmer J.D.F.
e deny and all gets a bit messy. Simples! Cheers, Jezz. > -Original Message- > From: John Doe [mailto:jd...@yahoo.com] > Sent: 13 February 2009 09:58 > To: Palmer J.D.F. > Subject: Re: [squid-users] Custom error page based on IP. > > > From: Palmer J.D.F. >

[squid-users] Custom error page based on IP.

2009-02-12 Thread Palmer J.D.F.
Hi, Is it possible to have a custom error page that is displayed only when a client machine tries to connect to our squid caches from outside our subnet? We have a lot of users & visitors that use their machines on site, but also off site on other networks; occasionally these users try to proxy v