User Tools

Site Tools


cdn

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cdn [2025/10/12 14:06] – [🧪 Example: Shell Script for Setup] mikocdn [2025/11/25 16:37] (current) – external edit 127.0.0.1
Line 49: Line 49:
 ===== 📄 Live Log Monitoring ===== ===== 📄 Live Log Monitoring =====
 To monitor Squid activity in real time, use the following command: To monitor Squid activity in real time, use the following command:
-<code bash>+<code>
 sudo tail -f /var/log/squid/access.log /var/log/squid/cache.log sudo tail -f /var/log/squid/access.log /var/log/squid/cache.log
 </code> </code>
Line 58: Line 58:
 ===== ⚙️ Editing the Configuration File ===== ===== ⚙️ Editing the Configuration File =====
 To edit Squid’s main configuration file, run: To edit Squid’s main configuration file, run:
-<code bash>sudo nano /etc/squid/squid.conf</code>+<code>sudo nano /etc/squid/squid.conf</code>
  
 Example config: Example config:
Line 219: Line 219:
  
 so start or restart squid so start or restart squid
-<code>+<code bash>
 sudo systemctl restart squid sudo systemctl restart squid
 sudo systemctl start squid sudo systemctl start squid
cdn.1760277965.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki