简体   繁体   中英

Apache mod_proxy and icap protocol

I try to use Apache mod_proxy for icap protocol.

My configurations looks like:

<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>

The proxy module is built-in.

But than I get

[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.

I didn't find proxy module for icap. Is there one (like for http protocol?) or should the configuration be different?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM