skip to Main Content

Apache reverse proxy – URL without / is refused

I use reverse proxy to show backend server content for a subdomain. The subdomain.mydomain.com (server A) should display content of server with IP 123.123.123.123 port 1111 (server B). Virtual host of subdomain.mydomain.com (server A): <IfModule mod_ssl.c> <VirtualHost *:443> ServerName subdomain.mydomain.com…

VIEW QUESTION
Back To Top
Search