Files
tldr/pages/common/squid.md
T
Emmanuel Ferdman cafd98eb76 squid: add page (#20674)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2026-01-10 17:29:04 +02:00

540 B

squid

Cache and forward HTTP requests through a proxy server. More information: https://manned.org/squid.

  • Start Squid in the background:

sudo squid

  • Start Squid in the foreground:

sudo squid -N

  • Start Squid with a specific configuration file:

sudo squid -f {{path/to/squid.conf}}

  • Test the configuration file for errors:

sudo squid -k parse

  • Reload the configuration file:

sudo squid -k reconfigure

  • Shut down Squid gracefully:

sudo squid -k shutdown

  • Rotate the log files:

sudo squid -k rotate