Installing the Squid service
These instructions are applicable if Kaspersky Web Traffic Security was installed from an RPM or DEB package to a ready-to-use operating system.
To install the Squid service:
- If you are using the SUSE Linux Enterprise Server 15 SP1 operating system, connect the Server Applications Module. To do so, execute the command:
SUSEConnect -p sle-module-server-applications/15.1/x86_64
- Install the Squid service package. To do so, run one of the following commands depending on the utilized operating system:
- CentOS or Red Hat Enterprise Linux:
yum install -y squid
- SUSE Linux Enterprise Server:
zypper install squid
- Ubuntu, Debian, or ALT Server:
apt-get install squid
- Add the Squid service to autostart. To do so, execute the command:
systemctl enable squid
- Start the Squid service. To do so, execute the command:
service squid start
- Check the status of the Squid service. To do so, execute the command:
service squid status
The Active parameter must contain the active (running) value.
The Squid service is installed.
Page top