0

我尝试将 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协议?)或者配置应该不同?

4

1 回答 1

1

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

于 2017-10-25T21:31:08.453 回答