9
Proxy Apache: aucun gestionnaire de protocole n'était valide
J'essaye de proxy un sous-répertoire à un autre serveur. Mon httpd.conf: RewriteEngine On ProxyPreserveHost On RewriteRule .*subdir/ https://anotherserver/subdir/ [P] Le problème est qu'Apache enregistre toujours ceci: AH01144: No protocol handler was valid for the URL /subdir/. If you are using a DSO version of mod_proxy, make sure the proxy submodules …