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