From LedHed's Wiki
(Created page with "== Check access to a website from the command line == echo "http://www.playboy.com {10.0.0.150}/ - - GET" | squidGuard -d -c /etc/squidGuard/squidGuard.conf == Reference ...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | == Restart SquidGuard == |
+ | To restart squidGuard you have to restart the squid daemon, or initiate a reload (which requires less down tim). | ||
+ | squid -k reconfigure -f /etc/squid/squid.conf | ||
+ | |||
+ | |||
+ | == Test Website Access from Command Line == | ||
echo "http://www.playboy.com {10.0.0.150}/ - - GET" | squidGuard -d -c /etc/squidGuard/squidGuard.conf | echo "http://www.playboy.com {10.0.0.150}/ - - GET" | squidGuard -d -c /etc/squidGuard/squidGuard.conf |
Latest revision as of 22:08, 29 November 2013
Restart SquidGuard
To restart squidGuard you have to restart the squid daemon, or initiate a reload (which requires less down tim).
squid -k reconfigure -f /etc/squid/squid.conf
Test Website Access from Command Line
echo "http://www.playboy.com {10.0.0.150}/ - - GET" | squidGuard -d -c /etc/squidGuard/squidGuard.conf