ESET Online Help

Search English
Select the topic

Linux Proxy configuration


important

This configuration is for Apache HTTP Proxy only. If you use ESET Bridge, configure it through ESET PROTECT Web Console.

Check your proxy configuration file if it contains following lines, if not, add them.

1.Enable caching, Agent connection and HTTPS connection, set the log file.

Parameters CacheRoot and ErrorLog may be adjusted for your system, if necessary.
 

2.Add following segment of code after the last line of code listed above. It enables caching of ESET LiveGuard Advanced on your proxy:

 

3.Save the configuration and restart the proxy service.


important

Enable necessary proxy mods

When using custom Linux Apache proxy with ESET LiveGuard Advanced, verify you have enabled mods: headers ssl alias.

For example, for Debian-based distributions use:

1.Load modules:
sudo a2enmod headers ssl alias
 

2.Restart the service:
service apache2 restart