- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- how to exclude some webseites from squid proxy ?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 05:44 AM - last edited on 01-01-2013 10:18 PM by Cathy_xu
06-04-2003 05:44 AM - last edited on 01-01-2013 10:18 PM by Cathy_xu
how to exclude some webseites from squid proxy ?
hi
how to exclude some webseites from squid proxy ?
I'm using squid Version 2.4.STABLE7 at SuSE 8.1 ?
The problem is, that some webseites don't work via proxy.
I know, I can exclude at the browser as well , but at 400 clients is it a lot of work.
kindly regards
chris
P.S.This thread has been moved from Archived Desktops and Workstations Boards>Linux based toLinux > networking- HP Forums Moderator
- Tags:
- proxy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 08:16 AM
06-04-2003 08:16 AM
Re: how to exclude some webseites from squid proxy ?
read :
http://www.linuxsecurity.com/resource_files/firewalls/IPTables-Tutorial/iptables-tutorial.html
hth
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 12:14 AM
06-05-2003 12:14 AM
Re: how to exclude some webseites from squid proxy ?
but the firewall is disabled at
this linux server.
I would like exclude some webseites from squid.conf directly.
and I don't think so, that there is no solution
kindly regards
chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 12:50 AM
06-05-2003 12:50 AM
Re: how to exclude some webseites from squid proxy ?
Well, there are in squid the access lists, which are more or less designed to do what you want. Look at :
http://www.squid-cache.org/Doc/FAQ/FAQ-10.html#ss10.4
You have there 2 examples, blocking by keyword or by URL.
Hope this helps.
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 06:52 PM
06-06-2003 06:52 PM
Re: how to exclude some webseites from squid proxy ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 07:12 PM
06-09-2003 07:12 PM
Re: how to exclude some webseites from squid proxy ?
you may want to look at http://www.squidguard.org/intro/
It should do what you want.
Thanks,
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 08:26 AM
07-21-2004 08:26 AM
Re: how to exclude some webseites from squid proxy ?
is it correct to put:
acl url_live url_regex http://192.168.0.100/web/
no_cache deny url_live
to the squid.conf ?
greetings
chris