fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


linux:squid

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:squid [2021/01/18 11:36] – created gsyslinux:squid [2024/02/17 19:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Squid ====== ====== Squid ======
-===== Cache leeren =====+===== Logs =====
  
-Squid stoppen: 
 <code> <code>
-systemctl stop squid+cache.log           #Debug- und Fehlermeldungen 
 +access.log          #Verbindungen 
 +store.log           #Cache Objekte
 </code> </code>
 +
 +https://wiki.squid-cache.org/SquidFaq/SquidLogs
 +
 +===== Cache leeren =====
  
 Pfad des Cache ermitteln: Pfad des Cache ermitteln:
 <code> <code>
 grep cache_dir /etc/squid/squid.conf grep cache_dir /etc/squid/squid.conf
 +</code>
 +
 +Squid stoppen:
 +<code>
 +systemctl stop squid
 </code> </code>
  
linux/squid.1610966210.txt.gz · Last modified: 2024/02/17 19:03 (external edit)