Squid

A helper to auto-configure a Squid Cache server and control starts, stops, and reloads.

class iceprod.server.squid.Squid(*args, **kwargs)[source]

Wrapper around the Squid server. Squid is used to proxy and cache web requests by IceProd running on worker nodes.

kill()[source]

Stop server

logrotate()[source]

Rotate log files

restart()[source]

Restart (reconfigure) the server

start()[source]

Start server

stop()[source]

Stop server

update(**kwargs)[source]