Windows Proxy configuration
This configuration is for Apache HTTP Proxy only. If you use ESET Bridge, configure it through ESET PROTECT Web Console. |
If you use your own Apache HTTP Proxy for caching ESET LiveGuard Advanced files, you need to modify your httpd.conf file. It is usually located in the Apache in the conf folder.
Add the segments of configuration in the order as they are listed below.
1.ESET LiveGuard Advanced requires SSL, headers, alias modules available and enabled in your proxy. Verify if modules are present and add the following lines to the proxy configuration file to load required modules:
LoadModule alias_module ..\modules\mod_alias.dll |
2.Enable caching, Agent connection and HTTPS connection, set the log file.
CacheEnable disk http:// |
ErrorLog and LogLevel may be adjusted for your system, if necessary.
3.Add the following segment of code after the last line of code listed above. It enables caching of ESET LiveGuard Advanced data on your proxy:
AcceptFilter https none |
4.Save the configuration file and restart the proxy service.