2016-11-01 5 views
0

Ich versuche, Apache mod_proxy für icap-Protokoll zu verwenden.Apache mod_proxy und icap Protokoll

Meine Konfigurationen wie folgt aussieht:

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

Das Proxy-Modul eingebaut ist.

Aber als ich

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

bekomme ich nicht Proxy-Modul für icap finden. Gibt es einen (wie für HTTP-Protokoll?) Oder sollte die Konfiguration anders sein?

Regards, Rafal

Antwort

0

Unluckily, gibt es kein solches Modul.

Verwandte Themen