HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: SQUID - no logginf for some users
Operating System - Linux
1825803
Members
2457
Online
109687
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
Go to solution
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
01-24-2003 07:41 AM
01-24-2003 07:41 AM
It is possible disable logging for some users?
Thank You
Thank You
Ubi maior, minor cessat!
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 01:48 PM
01-28-2003 01:48 PM
Re: SQUID - no logginf for some users
Not that I'm aware of.
The directives for Squid do not have any conditional (or ACL based) logging abilities.
Why would you NOT want to log? I fail to see a decent reason fo this.
Maybe we can come up with something to better suit your needs, if we knew what they were.
The directives for Squid do not have any conditional (or ACL based) logging abilities.
Why would you NOT want to log? I fail to see a decent reason fo this.
Maybe we can come up with something to better suit your needs, if we knew what they were.
One long-haired git at your service...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 11:45 PM
01-28-2003 11:45 PM
Re: SQUID - no logginf for some users
some "special" user ask to protect their privacy without renounce to advantage of caching...
Do you know any possible way to do this?
Do you know any possible way to do this?
Ubi maior, minor cessat!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 03:21 AM
01-29-2003 03:21 AM
Solution
Hi,
I didn't see any directives in squid.conf file to not log in the access file some users.
What you can do is :
no logging for everybody !(file=/dev/null)
Or if you want to spend some times :
edit the source file :
src/access_log.c,
Make your change in the function :
accessLogCommon or the one you have define in conf file...
You can try an strcmp on the pointer "client" which seems to contains the ip address of the workstation, and disable the buffer write in case it's the ip address of your special user !
of course this solution is hard coded but should work ! May be a request to the squid dev team could be another solution ??
hth
Benoit
_________
"Une femme belle est le paradis des yeux, l'enfer de l'??me, et le purgatoire de la bourse."
Proverbe Estonien
I didn't see any directives in squid.conf file to not log in the access file some users.
What you can do is :
no logging for everybody !(file=/dev/null)
Or if you want to spend some times :
edit the source file :
src/access_log.c,
Make your change in the function :
accessLogCommon or the one you have define in conf file...
You can try an strcmp on the pointer "client" which seems to contains the ip address of the workstation, and disable the buffer write in case it's the ip address of your special user !
of course this solution is hard coded but should work ! May be a request to the squid dev team could be another solution ??
hth
Benoit
_________
"Une femme belle est le paradis des yeux, l'enfer de l'??me, et le purgatoire de la bourse."
Proverbe Estonien
Une application mal pansée aboutit à une usine à gaze (GHG)
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