fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


linux:squid

Table of Contents

Squid

Logs

cache.log           #Debug- und Fehlermeldungen
access.log          #Verbindungen
store.log           #Cache Objekte

https://wiki.squid-cache.org/SquidFaq/SquidLogs

Cache leeren

Pfad des Cache ermitteln:

grep cache_dir /etc/squid/squid.conf

Squid stoppen:

systemctl stop squid

Caching-Verzeichnis leeren:

rm -rf /var/cache/squid/*

Unterverzeichnise wieder anlegen:

squid -z

Squid starten:

systemctl start squid
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.  More information about cookies 
linux/squid.txt · Last modified: 2024/02/17 19:03 by 127.0.0.1