Installed proxy working ok. Please help me.
I want user time restriction how to do ??
I want user website browsing history how to do ??
I want user time restriction how to do ??
I want user website browsing history how to do ??
Hi,
You can write ACL rule in the ACL section in squid conf file:
for ex: allowing access from morning 09:00 to 4 PM.
acl timelimit time 09:00-16:00
http_access allow timelimit
you can check the access log file.
/var/log/squid/access.log - to see what your clients are accessing.
You can write ACL rule in the ACL section in squid conf file:
for ex: allowing access from morning 09:00 to 4 PM.
acl timelimit time 09:00-16:00
http_access allow timelimit
you can check the access log file.
/var/log/squid/access.log - to see what your clients are accessing.
0 comments:
Post a Comment