Apache Proxy: No protocol handler was valid I am trying to proxy a subdirectory to another server. My httpd.conf: RewriteEngine On ProxyPreserveHost On RewriteRule .*subdir/ https://anotherserver/subdir/... May 24, 2022 0 Comments