HPE GreenLake Administration
Operating System - Linux
1828225
Members
2387
Online
109975
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-14-2007 04:24 PM
06-14-2007 04:24 PM
Squid
HI all,
I can able to block a specifice website in squid.But i cannot block all the websites.Can any one help me to block all the websites in squid.
Thanks & Regards,
B.Deepak Kumar
I can able to block a specifice website in squid.But i cannot block all the websites.Can any one help me to block all the websites in squid.
Thanks & Regards,
B.Deepak Kumar
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 04:52 PM
06-14-2007 04:52 PM
Re: Squid
All pages for a given domain?
or everything?
If the first, something like this:
acl domain_block url_regex ^http://*.domain.com
http_access deny domain_block
That can be expanded or more defiend should you so desire.
If you want to block everything, then just don't have any 'http_access allow' statements for your network.
or everything?
If the first, something like this:
acl domain_block url_regex ^http://*.domain.com
http_access deny domain_block
That can be expanded or more defiend should you so desire.
If you want to block everything, then just don't have any 'http_access allow' statements for your network.
One long-haired git at your service...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 04:53 PM
06-14-2007 04:53 PM
Re: Squid
Err, typo..
acl domain_block ^http://.*.domain.com
Regular expression..
acl domain_block ^http://.*.domain.com
Regular expression..
One long-haired git at your service...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP