8
Apache Proxy: Hiçbir protokol işleyici geçerli değildi
Bir alt dizini başka bir sunucuya proxy yapmaya çalışıyorum. Benim httpd.conf: RewriteEngine On ProxyPreserveHost On RewriteRule .*subdir/ https://anotherserver/subdir/ [P] Sorun Apache'nin her zaman bunu günlüğe kaydetmesidir: 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 …