http://validator.w3.org/check?uri=http%3A%2F%2Fwww.ask-services.com%2Fes
ervice

I didn't spend much time with analysis, but that reveals that there may
be some 
characters in the code that may be causing the problem.

Take care,

--
Waitman C. Gobble, II
EMK Design  +1.7145222528 http://emkdesign.com
Public Key            http://pgp.emkdesign.com
Yahoo Messenger ID               waitmangobble

-----Original Message-----
From: Gerald Drouillard [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 03, 2003 6:15 PM
To: [EMAIL PROTECTED]
Subject: [squid-users] This site works fine in Mozilla but not IE6. 


http://www.ask-services.com/eservice

In Mozilla on WinME it appears fine.  Using IE6 with all the patches it
appears that there are "extra" numbers are letters  scattered randomly
in the html.  I have tried all the different cache/proxy settings in IE6
and it does not make a difference.  It works fine in IE6 without going
through squid or using https.  Has anyone have any ideas for making this
site work in IE6/Squid combo?

The firewall is Mandrake 9.0 with the latest squid and shorewall rpm.
Here is the squid.conf file...

http_port 3128
icp_port 0
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 16 MB
cache_dir diskd /var/spool/squid 200 16 256
cache_store_log none
debug_options ALL,1
#redirect_program /usr/bin/squidGuard -c /etc/squid/squidGuard.conf
half_closed_clients off acl all src 0.0.0.0/0.0.0.0 acl manager proto
cache_object acl localhost src 127.0.0.1/255.255.255.255 acl mynetwork
src 192.168.1.0/255.255.255.0 acl SSL_ports port 443 563
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443 563     # https, snews
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access allow mynetwork
http_access deny all
icp_access allow all
miss_access allow all
visible_hostname polarbear.drouillard.ca
httpd_accel_host virtual
httpd_accel_with_proxy  on
httpd_accel_uses_host_header on
append_domain .drouillard.ca
err_html_text [EMAIL PROTECTED]
memory_pools off
deny_info ERR_CUSTOM_ACCESS_DENIED all
#redirect_program /usr/bin/squidGuard -c /etc/squid/squidGuard.conf


Regards
-------------------------
Gerald Drouillard
Drouillard & Associates, Inc.
http://www.Drouillard.ca



Reply via email to