Re: [squid-users] Error page headers

2019-09-23 Thread senor
-users@lists.squid-cache.org Subject: Re: [squid-users] Error page headers Thank you Alex. I suspected I was missing something. In this case I didn't realize the error page would still need to flow through http_reply_access/reply_header_replace. I think that's what I need. I didn't want to touch

Re: [squid-users] Error page headers

2019-09-23 Thread senor
. It's an enticing project for when extra time comes my way. Thanks! From: squid-users on behalf of Alex Rousskov Sent: Monday, September 23, 2019 6:03 AM To: squid-users@lists.squid-cache.org Subject: Re: [squid-users] Error page headers On 9/23/19 12:49

Re: [squid-users] Error page headers

2019-09-23 Thread Alex Rousskov
On 9/23/19 12:49 AM, senor wrote: > I have custom error pages with content needing the Content-Type > header to reflect what it is (like JSON). I don't see any current > options providing that option for error page handling. I would start with http_reply_access/reply_header_replace combo,

[squid-users] Error page headers

2019-09-22 Thread senor
Hi All, I have custom error pages with content needing the Content-Type header to reflect what it is (like JSON). I don't see any current options providing that option for error page handling. Before I dig into the code, I wanted to see if anyone had any ideas. Adaptation could work but seems

Re: [squid-users] Error page or redirect just to a user

2017-12-03 Thread Amos Jeffries
On 02/12/17 05:34, erdosain9 wrote: Hi. I want to do a redirect to a user. For example if the user want to go to google, i redirect to some particular web. Can you tell me how?? acl bob proxy_auth Bob deny_info 302:http://example.com/ bob http_access deny bob Amos

[squid-users] Error page or redirect just to a user

2017-12-03 Thread erdosain9
Hi. I want to do a redirect to a user. For example if the user want to go to google, i redirect to some particular web. Can you tell me how?? i have config the http access trough user (with kerberos). Thanks to all -- Sent from:

[squid-users] Error page for failed authentication

2014-10-07 Thread silblackw
Hello, I am setting up my squid to require user authentication with a digest. I have noticed that if authentication fails, it prompts the user again, and if the user clicks cancel then squid just refuses the connection. I am wondering if it is possible to change the behavior so that if

Re: [squid-users] Error page errors/ca/ERR_CACHE_ACCESS_D ENIED empty

2010-02-03 Thread Amos Jeffries
On Tue, 02 Feb 2010 13:13:41 +0100, Silamael silam...@coronamundi.de wrote: On 02/02/2010 11:53 AM, Amos Jeffries wrote: Strange. I can't see anything obviously wrong with that languages source files. For now, copying templates/ERR_CACHE_ACCESS_DENIED to ca/ERR_CACHE_ACCESS_DENIED will get

[squid-users] Error page errors/ca/ERR_CACHE_ACCESS_DENIED empty

2010-02-02 Thread Silamael
Hello! In Squid 3.1.0.16 the error file errors/ca/ERR_CACHE_ACCESS_DENIED is completely empty. Greetings, Matthias

Re: [squid-users] Error page errors/ca/ERR_CACHE_ACCESS_DENIED empty

2010-02-02 Thread Amos Jeffries
Silamael wrote: Hello! In Squid 3.1.0.16 the error file errors/ca/ERR_CACHE_ACCESS_DENIED is completely empty. Greetings, Matthias Strange. I can't see anything obviously wrong with that languages source files. For now, copying templates/ERR_CACHE_ACCESS_DENIED to

Re: [squid-users] Error page errors/ca/ERR_CACHE_ACCESS_DENIED empty

2010-02-02 Thread Silamael
On 02/02/2010 11:53 AM, Amos Jeffries wrote: Strange. I can't see anything obviously wrong with that languages source files. For now, copying templates/ERR_CACHE_ACCESS_DENIED to ca/ERR_CACHE_ACCESS_DENIED will get around this. I'll keep an eye on the snapshots and see if its broken there

[squid-users] Error page create with squid

2005-02-08 Thread kaleasy
Hi, every one here.I have a problem to trouble you. In the end of error page that create by squid,it said: Generated Tue, 08 Feb 2005 20:56:59 GMT by localhost (squid/2.5.STABLE7) I just want to know how to change the GMT time to local time. Thanks -- Happy for nothing

Re: [squid-users] Error page create with squid

2005-02-08 Thread Henrik Nordstrom
On Wed, 9 Feb 2005 [EMAIL PROTECTED] wrote: In the end of error page that create by squid,it said: Generated Tue, 08 Feb 2005 20:56:59 GMT by localhost (squid/2.5.STABLE7) I just want to know how to change the GMT time to local time. See the Squid FAQ. Regards Henrik

[squid-users] Error-page

2005-01-10 Thread Mustafa ERGUC
Hello I'm using squid 2.7 as proxy. And I closed some port that are not secure. And when somebody tries to connect some port other than safe proxy server prints ERR_ACCESS_DENIED page like this client http://www.kyk.gov.tr:7779 squid prints ERR_ACCESS_DENIED but when somebody tries https like

Re: [squid-users] Error-page

2005-01-10 Thread Muthukumar
like this client http://www.kyk.gov.tr:7779 squid prints ERR_ACCESS_DENIED but when somebody tries https like client https://www.tspakb.org.tr:8445 server prints only some lines of the ERR_ACCESS_DENIED page I could not find the reason if sb knows mail me Give your squid.conf

Re: [squid-users] Error-page

2005-01-10 Thread Henrik Nordstrom
On Mon, 10 Jan 2005, Mustafa ERGUC wrote: but when somebody tries https like client https://www.tspakb.org.tr:8445 server prints only some lines of the ERR_ACCESS_DENIED page I could not find the reason if sb knows mail me This is a bug in MSIE, where it fails to properly show the proxy error

Re: [squid-users] Error-page

2005-01-10 Thread Daniel Navarro
Interesting, that explain a lot of things. And make more people to change into FireFox at www.mozilla.org Cheers, Daniel Navarro Maracay, Venezuela. www.csaragua.com/ecodiver --- Henrik Nordstrom [EMAIL PROTECTED] escribió: On Mon, 10 Jan 2005, Mustafa ERGUC wrote: but

[squid-users] Error page with reverse proxy

2004-08-07 Thread Theo
I'm using squid-2.5.STABLE5 as reverse proxy for a few sites/servers. If the webservers is down the users get a error page with connection failed. I want to customize this page. That is not a problem. But now I want a different page for each website. Can I do this with acl's? (something like

Re: [squid-users] Error page with reverse proxy

2004-08-07 Thread Henrik Nordstrom
On Sat, 7 Aug 2004, Theo wrote: I'm using squid-2.5.STABLE5 as reverse proxy for a few sites/servers. If the webservers is down the users get a error page with connection failed. I want to customize this page. That is not a problem. But now I want a different page for each website. Not easily..

Re: AW: [squid-users] Error - Page can not be displayed

2003-03-31 Thread Henrik Nordstrom
:[EMAIL PROTECTED] Auftrag von Henrik Nordstrom Gesendet: Sonntag, 16. Marz 2003 15:09 An: Mrvka Andreas Cc: Squid-Users Betreff: Re: [squid-users] Error - Page can not be displayed What do you get in access.log and/or cache.log? Regards Henrik Mrvka Andreas wrote: Hi Squid