Re: [squid-users] I.E. Exceptions

2006-06-24 Thread Merton Campbell Crockett


On 22 Jun 2006, at 06:35 , Henrik Nordstrom wrote:


ons 2006-06-21 klockan 16:33 -0600 skrev Lance Pehrson:


I am trying to have two applications bypass the proxy by adding
exception in IE. One address is subdomain.domain.com the other is
subdomain.domain.com/somesuffix. You would think that *.domain.com  
would
do it but it only allows the exception with out the suffix  
through. The
app that uses the url with a suffix still hits the proxy. Why is  
this?


See the IE documentation on how to write exceptions. Not entirely sure
what syntax they use there..


Interesting.  I just ran into this problem with content in one  
directory that needed to be handled differently from the rest of the  
content on the web server.  I thought that I could handle this with a  
shExpMatch(url, "string") function in the proxy.pac file.


Unfortunately, this doesn't work consistently as you run up against  
Windows' default web proxy cacheing behaviour that does not allow  
exceptions for a given web server or host.  If the URL of the first  
access to a given host results in a DIRECT being returned, IE will  
use DIRECT for all content on the given host.  If a PROXY is  
returned, IE will use the proxy for all content on the specific host.


The last problem can be resolved but requires a Windows Registry  
change to define "enableProxyResultsCache" and set its value to 0 to  
disable the caching.  I recommend that you search Microsoft's  
Knowledge Base for the above string.  I don't remember the exact  
syntax and the article that I found had it wrong.  :(




What can I do to get the same domain with a suffix and without to  
bypass
the proxy? If I add them both to the exceptions in IE I get which  
ever

one I list first bypassing the proxy and the other does not.


For full control write a PAC script instead of using the manual proxy
settings & exceptions.

Regards
Henrik


Merton Campbell Crockett
[EMAIL PROTECTED]





RE: [squid-users] I.E. Exceptions

2006-06-22 Thread Henrik Nordstrom
tor 2006-06-22 klockan 11:08 -0600 skrev Lance Pehrson:
> I have a pac file but prefer not to use it because I need to define
> access by AD group not by IP address as you would in a pac file. So I
> use GPO's to define proxy settings per user. Is the exceptions field in
> IE not as flexible as the exceptions statements in the pac file?

The PAC is fully flexible, down to time, client station and every
character in the URL as you like.. your group policy can define a PAC
file per group of users if you like.

The IE exceptions field is limited by the exception pattern syntax
defined by MSIE..  (should be in the msie help..)

Most people define access levels in the proxy, with the exceptions only
for accepted sites known to not work via the proxy...

Regards
Henrik


signature.asc
Description: Detta är en digitalt signerad	meddelandedel


RE: [squid-users] I.E. Exceptions

2006-06-22 Thread Lance Pehrson
Thanks for the comment and I think you are right that it takes any thing
that "starts with" but why would *.domain.com not work while
subdomain.domain.com would? They both have the same beginning right?
Also if that were true then why does *.domain.com allow all subdomains
to pass but not a domain with a suffix? The beginnings in both cases are
the same.
Thanks 
Lance

-Original Message-
From: Steve Wilson Jr [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 22, 2006 11:33 AM
To: Lance Pehrson
Cc: Squid List
Subject: RE: [squid-users] I.E. Exceptions

Try entering your exception as subdomain.domain.com. the exceptions list
is looking for 'addresses beginning with'.

-Original Message-
From: Lance Pehrson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 22, 2006 1:08 PM
To: Henrik Nordstrom
Cc: squid-users@squid-cache.org
Subject: RE: [squid-users] I.E. Exceptions

I have a pac file but prefer not to use it because I need to define
access by AD group not by IP address as you would in a pac file. So I
use GPO's to define proxy settings per user. Is the exceptions field in
IE not as flexible as the exceptions statements in the pac file?
Thanks 
Lance

-Original Message-
From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 22, 2006 7:35 AM
To: Lance Pehrson
Cc: squid-users@squid-cache.org
Subject: Re: [squid-users] I.E. Exceptions

ons 2006-06-21 klockan 16:33 -0600 skrev Lance Pehrson:

> I am trying to have two applications bypass the proxy by adding
> exception in IE. One address is subdomain.domain.com the other is
> subdomain.domain.com/somesuffix. You would think that *.domain.com
would
> do it but it only allows the exception with out the suffix through.
The
> app that uses the url with a suffix still hits the proxy. Why is this?

See the IE documentation on how to write exceptions. Not entirely sure
what syntax they use there..

> What can I do to get the same domain with a suffix and without to
bypass
> the proxy? If I add them both to the exceptions in IE I get which ever
> one I list first bypassing the proxy and the other does not. 

For full control write a PAC script instead of using the manual proxy
settings & exceptions.

Regards
Henrik


RE: [squid-users] I.E. Exceptions

2006-06-22 Thread Steve Wilson Jr
Try entering your exception as subdomain.domain.com. the exceptions list
is looking for 'addresses beginning with'.

-Original Message-
From: Lance Pehrson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 22, 2006 1:08 PM
To: Henrik Nordstrom
Cc: squid-users@squid-cache.org
Subject: RE: [squid-users] I.E. Exceptions

I have a pac file but prefer not to use it because I need to define
access by AD group not by IP address as you would in a pac file. So I
use GPO's to define proxy settings per user. Is the exceptions field in
IE not as flexible as the exceptions statements in the pac file?
Thanks 
Lance

-Original Message-
From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 22, 2006 7:35 AM
To: Lance Pehrson
Cc: squid-users@squid-cache.org
Subject: Re: [squid-users] I.E. Exceptions

ons 2006-06-21 klockan 16:33 -0600 skrev Lance Pehrson:

> I am trying to have two applications bypass the proxy by adding
> exception in IE. One address is subdomain.domain.com the other is
> subdomain.domain.com/somesuffix. You would think that *.domain.com
would
> do it but it only allows the exception with out the suffix through.
The
> app that uses the url with a suffix still hits the proxy. Why is this?

See the IE documentation on how to write exceptions. Not entirely sure
what syntax they use there..

> What can I do to get the same domain with a suffix and without to
bypass
> the proxy? If I add them both to the exceptions in IE I get which ever
> one I list first bypassing the proxy and the other does not. 

For full control write a PAC script instead of using the manual proxy
settings & exceptions.

Regards
Henrik


RE: [squid-users] I.E. Exceptions

2006-06-22 Thread Steve Wilson Jr


-Original Message-
From: Lance Pehrson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 22, 2006 1:08 PM
To: Henrik Nordstrom
Cc: squid-users@squid-cache.org
Subject: RE: [squid-users] I.E. Exceptions

I have a pac file but prefer not to use it because I need to define
access by AD group not by IP address as you would in a pac file. So I
use GPO's to define proxy settings per user. Is the exceptions field in
IE not as flexible as the exceptions statements in the pac file?
Thanks 
Lance

-Original Message-
From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 22, 2006 7:35 AM
To: Lance Pehrson
Cc: squid-users@squid-cache.org
Subject: Re: [squid-users] I.E. Exceptions

ons 2006-06-21 klockan 16:33 -0600 skrev Lance Pehrson:

> I am trying to have two applications bypass the proxy by adding
> exception in IE. One address is subdomain.domain.com the other is
> subdomain.domain.com/somesuffix. You would think that *.domain.com
would
> do it but it only allows the exception with out the suffix through.
The
> app that uses the url with a suffix still hits the proxy. Why is this?

See the IE documentation on how to write exceptions. Not entirely sure
what syntax they use there..

> What can I do to get the same domain with a suffix and without to
bypass
> the proxy? If I add them both to the exceptions in IE I get which ever
> one I list first bypassing the proxy and the other does not. 

For full control write a PAC script instead of using the manual proxy
settings & exceptions.

Regards
Henrik


RE: [squid-users] I.E. Exceptions

2006-06-22 Thread Lance Pehrson
I have a pac file but prefer not to use it because I need to define
access by AD group not by IP address as you would in a pac file. So I
use GPO's to define proxy settings per user. Is the exceptions field in
IE not as flexible as the exceptions statements in the pac file?
Thanks 
Lance

-Original Message-
From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 22, 2006 7:35 AM
To: Lance Pehrson
Cc: squid-users@squid-cache.org
Subject: Re: [squid-users] I.E. Exceptions

ons 2006-06-21 klockan 16:33 -0600 skrev Lance Pehrson:

> I am trying to have two applications bypass the proxy by adding
> exception in IE. One address is subdomain.domain.com the other is
> subdomain.domain.com/somesuffix. You would think that *.domain.com
would
> do it but it only allows the exception with out the suffix through.
The
> app that uses the url with a suffix still hits the proxy. Why is this?

See the IE documentation on how to write exceptions. Not entirely sure
what syntax they use there..

> What can I do to get the same domain with a suffix and without to
bypass
> the proxy? If I add them both to the exceptions in IE I get which ever
> one I list first bypassing the proxy and the other does not. 

For full control write a PAC script instead of using the manual proxy
settings & exceptions.

Regards
Henrik


Re: [squid-users] I.E. Exceptions

2006-06-22 Thread Henrik Nordstrom
ons 2006-06-21 klockan 16:33 -0600 skrev Lance Pehrson:

> I am trying to have two applications bypass the proxy by adding
> exception in IE. One address is subdomain.domain.com the other is
> subdomain.domain.com/somesuffix. You would think that *.domain.com would
> do it but it only allows the exception with out the suffix through. The
> app that uses the url with a suffix still hits the proxy. Why is this?

See the IE documentation on how to write exceptions. Not entirely sure
what syntax they use there..

> What can I do to get the same domain with a suffix and without to bypass
> the proxy? If I add them both to the exceptions in IE I get which ever
> one I list first bypassing the proxy and the other does not. 

For full control write a PAC script instead of using the manual proxy
settings & exceptions.

Regards
Henrik


signature.asc
Description: Detta är en digitalt signerad	meddelandedel