*.exe requested and there are no configured proxyies

Whilst requesting a exe the following was captured in the

$ tail -f

[28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/evonws/ uri:/pims/synctools/downloads/DST.exe

[28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/callcontrol/ uri:/pims/synctools/downloads/DST.exe

[28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/idm/ uri:/pims/synctools/downloads/DST.exe

[28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/pimsflash/ uri:/pims/synctools/downloads/DST.exe

[28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/security/ uri:/pims/synctools/downloads/DST.exe

[28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/soapClient/ uri:/pims/synctools/downloads/DST.exe

[28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/evonweb/ uri:/pims/synctools/downloads/DST.exe

[28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/evon/ uri:/pims/synctools/downloads/DST.exe

[28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/CSApps/ uri:/pims/synctools/downloads/DST.exe

[28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/ws- uri:/pims/synctools/downloads/DST.exe

[28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/ssoRedirect/ uri:/pims/synctools/downloads/DST.exe

[28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/cvon/ uri:/pims/synctools/downloads/DST.exe

[28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/wsdeployment/ uri:/pims/synctools/downloads/DST.exe

[28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/pimsws/ uri:/pims/synctools/downloads/DST.exe

[28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/syncml/ uri:/pims/synctools/downloads/DST.exe

[28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key:/bpd_properties-server/ uri:/pims/synctools/downloads/DST.exe

[28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: testing for uri with key: uri:/pims/synctools/downloads/DST.exe

[28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: Found it in starts with

[28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: Calling proxyTarget.getNext()[Lnet.bellsouth.asg.proxy.model.ProxyTarget;@11671b2

[28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: WARNING uri /pims/synctools/downloads/DST.exe requested and there are no configured proxyies

[28/Nov/2006:13:19:24] info (10524): CORE3282: stdout: /pims/synctools/downloads/DST.exe

$ tail -f access

<ip> - - [28/Nov/2006:13:54:02 -0500] "GET /pims/synctools/downloads/DST.exe HTTP/1.1" 404 292

/pims/synctools/downloads/DST.exe HTTP/1.1" 404 292

<ip>- - [28/Nov/2006:14:48:51 -0500] "GET /pims/synctools/downloads/DTS.exe HTTP/1.1" 405 124

Interestingly enough,

mime.types:type=magnus-internal/cgi exts=cgi,exe,bat

Any inputs would be greatly appreciate.

[3270 byte] By [perl5.e6] at [2007-11-26 11:47:14]
# 1
I don't know what's generating those error messages, but it was apparently written by BellSouth (notice the net.bellsouth.asg.proxy.model.ProxyTarget class name). You should talk to the developer of the BellSouth application.
elving at 2007-7-7 11:58:22 > top of Java-index,Web & Directory Servers,Web Servers...
# 2

Perhaps let me restate this issue -

Pointing the browser to https://somedomain.net/downloads/downloads/downloads/executable.exe results in a 405, 404 errors. This is served by a 6.1 SunOne webserver. Since, the mime type for exe is addressed by CGI am staring to wonder if that is correct.

Basically, the question is - how could I serve a "exe" file ?

Cheers !!

perl5e6 at 2007-7-7 11:58:22 > top of Java-index,Web & Directory Servers,Web Servers...
# 3
Updating the "mime.types" file to have the following entries - type=magnus-internal/cgiexts=cgi,battype=application/octet-streamexts=exeResolved this issue.
perl5e6 at 2007-7-7 11:58:22 > top of Java-index,Web & Directory Servers,Web Servers...