Hello
I would like to use "Header set " directive within Location directive.
But it doesn't work.
Example.
Header set Pragma no-cache
Header set Cache-Control no-cache
But in Filematch or Directory directive, "Header set" works.
Header set Pragma no-cache
Header set
> Would anyone please give me some hints?
I suspect the app itself is redirecting to SSL, so even fixing the
redirect by adding a 2nd ProxyPassReverse (https) is likely to just
loop:
ProxyPassReverse "/" "https://limesurvey57.slat.org/";
I think you will have to somehow get the app to accept
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