[squid-users] Problems with "livelink"

From: Matt Foster <Matt.Foster@dont-contact.us>
Date: Mon, 14 May 2001 11:29:16 +0100

Hi,

I'm having a problem with an application called livelink
It has URL's of the form:
  http://arandom_server/livelink900/livelink.exe?

When the URL is access we see:

989832524.612 986 X.X.X.X TCP_MISS/200 1513 GET http://arandom_server
/livelink900/livelink.exe? - DIRECT/hpcelink.hpce.unilever.com text/html

Getting this a text/html is no good, as it's a .exe it needs to be
application/octet-stream
showing what happens. I've included relevant bits of squid.conf and
mime.conf

We are running 2.3STABLE4 under Tru64 Unix 5.1.

Any ideas how to fix this?

# TAG: no_cache
# A list of ACL elements which, if matched, cause the reply to
# immediately removed from the cache. In other words, use this
# to force certain objects to never be cached.
#
# You must use the word 'DENY' to indicate the ACL names which should
# NOT be cached.
#
# There is no default. We recommend you uncomment the following
# two lines.
#
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY

mime.conf contains
\.exe$ application/octet-stream anthony-unknown.gif -
image
\.exe\?$ application/octet-stream anthony-unknown.gif
- image

Thanks,

Matt Foster
GIO ES Service Development
Received on Mon May 14 2001 - 04:25:48 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:59:59 MST