Linux Proxy configuration
This configuration is for Apache HTTP Proxy only. If you use ESET Bridge, configure it through ESET PROTECT Web Console. |
Check if your proxy configuration file contains the following lines. If not, add them.
1.Enable caching, Agent connection and HTTPS connection, set the log file.
CacheEnable disk http:// |
Parameters CacheRoot and ErrorLog may be adjusted for your system, if necessary.
2.Add the following segment of code after the last line of code listed above. It enables caching of ESET LiveGuard Advanced on your proxy:
<VirtualHost *:3128> |
3.Save the configuration and restart the proxy service.
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: 2.Restart the service: |