Apache mod_proxy和icap协议

时间:2016-11-01 10:41:36

标签: apache proxy icap

我尝试将Apache mod_proxy用于icap协议。

我的配置如下:

<Location /RESPMOD>
    ProxyPass icap://IP:1344/RESPMOD?policy=virus_only
    ProxyPassReverse icap://IP:1344/RESPMOD?policy=virus_only

    Order allow,deny
    Allow from all
</Location>

代理模块是内置的。

但比我得到

[warn] proxy: No protocol handler was valid for the URL /RESPMOD. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.

我没有为icap找到代理模块。是否有一个(如http协议?)或配置是否应该不同?

1 个答案:

答案 0 :(得分:0)

不幸的是,没有这样的模块。