I am trying to proxy a subdirectory to another server. My httpd.conf: RewriteEngine On ProxyPreserveHost On RewriteRule .*subdir/ https://anotherserver/subdir/...
I get this error when trying to access localhost via a browser. AH01630: client denied by server configuration I checked my site folder ...
-
May 4, 2022
- 0 Comments