ok thanks that's works :)
this my squid.Conf
# ACL Definitions
#
acl noauth dstdomain "/etc/squid3/conf.d/noauth" # website not use proxy
acl auth proxy_auth REQUIRED
include /etc/squid3/conf.d/std_acl_definitions.conf
include /etc/squid3/conf.d/my_acl_definitions.conf
#
# Caching Options
#
incl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/22/2014 02:41 PM, Amos Jeffries wrote:
> That is a 407 status code. The proxy is configured to require
> authentication.
>
Right Right.. Sorry for missing it.
Then a specific acl that will allow all lan users access to this
domain for without t
On Wed, 22 Oct 2014 13:48:58 +0200
Yassin CHOUCHANE wrote:
> ok so how make an execption for this application in squid ?
I work around sits with broken authentication like this:
acl noauth dstdomain "/var/squid/lists/noauth"
...
http_access allow noauth
http_access deny !auth
http_access allow
ok so how make an execption for this application in squid ?
2014-10-22 13:41 GMT+02:00 Amos Jeffries :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 22/10/2014 10:41 p.m., Eliezer Croitoru wrote:
>> On 10/22/2014 12:38 PM, Yassin CHOUCHANE wrote:
>>> i have added on my squid.conf this
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 22/10/2014 10:41 p.m., Eliezer Croitoru wrote:
> On 10/22/2014 12:38 PM, Yassin CHOUCHANE wrote:
>> i have added on my squid.conf this ACL :
>
>
>> acl NoCachedSites dstdomain srv-java.e.t acl our_servers src
>> 2.10.3.1
>
>
>> i have added the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/22/2014 12:38 PM, Yassin CHOUCHANE wrote:
> i have added on my squid.conf this ACL :
>
>
> acl NoCachedSites dstdomain srv-java.e.t acl our_servers src
> 2.10.3.1
>
>
> i have added the ip of server and the dstdomain, but squid continue
> to
Hello,
i have an web java application, and i need no cache to this application
but i can add no cache to him
the url of my applications :
http://srv-java.e.t:/forms/frmservlet?
in acces.log i have this denied :
1413969949.072 0 124.100.1.2 TCP_DENIED/407 3892 GET
http://srv-java.e.t:666