nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

Internet Explorer not working in squid-2.6.STABLE6-4.el5

This is a discussion on Internet Explorer not working in squid-2.6.STABLE6-4.el5 within the Proxy Servers forums, part of the Mastering Servers category; Hi i am using Redhat EL5 proxy server. Squid + dansguardian and SARG windows XP clint,all are use to Internet ...


Go Back   nixCraft Linux Forum > Mastering Servers > Proxy Servers

Linux answers from nixCraft.


Proxy Servers Discussion about UNIX / Linux caching proxy servers, web proxy, reverse / content filtering proxy server.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 29-05-2009, 11:18 PM
Junior Member
User
 
Join Date: May 2009
OS: Debian
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
vijay1585 is on a distinguished road
Smile Internet Explorer not working in squid-2.6.STABLE6-4.el5

Hi i am using Redhat EL5 proxy server. Squid + dansguardian and SARG
windows XP clint,all are use to Internet explorer 6.0

The following error was encountered:

* Invalid Request

Some aspect of the HTTP Request is invalid. Possible problems:

* Missing or unknown request method
* Missing URL
* Missing HTTP Identifier (HTTP/1.0)
* Request is too large
* Content-Length missing for POST or PUT requests
* Illegal character in hostname; underscores are not allowed

Your cache administrator is root.
Generated Wed, 06 May 2009 09:27:25 GMT by proxy.server1.com (squid/2.6.STABLE6)


My Squid configuration

http_port 3128
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY
acl apache rep_header Server ^Apache
broken_vary_encoding allow apache
cache_mem 50 MB
access_log /var/log/squid/access.log squid
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/.passwd
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
acl ppts proxy_auth REQUIRED
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 to_localhost dst 127.0.0.0/8
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 143 # for mail
acl Safe_ports port 110 # for mail
acl Safe_ports port 25 # smtp
acl Safe_ports port 21 # ftp
acl Safe_ports port 22 # ftp data
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 5100
acl Safe_ports port 5101
acl Safe_ports port 5050
acl Safe_ports port 5000-5010
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 ppts
http_access deny all
http_reply_access allow all
icp_access allow all
coredump_dir /var/spool/squid


--------
I am using one lancard

iptables configuration
iptables -t nat -A PREROUTING -p tcp -s 192.168.1.0/24 --dport 80 -j REDIRECT --to-port 8080
--------
Firefox working but https page not working
Ex
www.gotomeeting.com
this web not working in firefox

Error message
connection intrupted
Reply With Quote
  #2 (permalink)  
Old 11-02-2010, 03:54 AM
Junior Member
User
 
Join Date: Feb 2010
OS: Slackware
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
rocco337 is on a distinguished road
Default

acl internet_explorer browser MSIE
http_access deny internet_explorer



trust me,life will be easier
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
How to make Internet faster using Squid Proxy mformit Ubuntu / Debian 1 12-02-2009 11:32 PM
unable to access ftp server via Internet explorer satishap Web servers 1 14-09-2008 09:26 PM
sh is not working ritsri Linux software 3 16-07-2008 04:49 PM
Internet Speed of Squid Users zakaferoz Mail Servers 1 12-02-2008 04:08 AM
squid problem cannot connect or browse internet raghuram Linux software 2 27-03-2007 09:31 PM


All times are GMT +5.5. The time now is 11:27 AM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38