Was always working fine with 2.2.19, but with 2.3.13 I get: I call https://www.sjorsland.com/surgeweb/ :
Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /surgeweb/. Reason: DNS lookup failure for: www.sjorsland.com:7080 Using the widely/common used SSL config to handle more ssl vhosts : <VirtualHost www.land10web.com:443> DocumentRoot "f:/web/land10nl" ServerName www.land10web.com:443 errorLog f:/log/apache/serror.log RewriteEngine on RewriteRule /(.*) http://%{HTTP_HOST}/$1 [P,L] .. .. Main config has: RewriteRule /surgeweb(.*) http://%{HTTP_HOST}:7080/surgeweb$1 [P,L] The vhost is: <VirtualHost *> ServerName www.sjorsland.com ServerAlias sjorsland.com DocumentRoot f:/web/sd RewriteEngine on RewriteOptions inherit </Directory> Normal http works fine ! Steffen
