2016-11-01 88 views
0

我嘗試將Apache mod_proxy用於icap protocol1。Apache mod_proxy和icap協議l

我的配置是這樣的:

<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協議?)還是配置不同?

問候, 拉法爾

回答

0

不幸,不存在這樣的模塊。