Hi,
I meet a strange problem.
The website architecture is:
Internet -- (Proxy server with public and private ip) -- (backend server)
Proxy server and backend server are both running Debian buster with apache 2.4.38-3+deb10u3
In the proxy server settings, proxy and proxy_http modules have been enabled, and here I have two example virtual server config:
conf.la.conf in proxy server apache:
Notice in the backend part only http is used, SSL module is disabled.
This setting works perfectly.
However another virtual server setting uses almost the same way, but the behavior is different:
limesurvey.conf in proxy server apache:
But, the real behavior becomes that it will try to find
https://
limesurvey57.slat.org and got connection refused.
The backend apache virtual config is quite simple:
conf.la.conf:
limesurvey.conf:
Would anyone please give me some hints?
Thanks, Franklin