...
Code Block | ||||
---|---|---|---|---|
| ||||
<Connector port="8443" protocol="HTTP/1.1" connectionTimeout="20000" URIEncoding="UTF-8" scheme="https" proxyPort="443"/> |
It is also imperative to check that all URL related information in common-config.xml and other files use relative URLs.
Backdoor Login
To remove the Backdoor Login () from the screen, the value in System Parameter, SHOW_BACK_DOOR_LOGIN_IND, can be set to 'N'.
Configurations on the Apache HTTP side
Pass the REMOTE_USER in Header
The Apache 'headers' module needs to be enabled for this to work.
In the Location directive for the authenticated olefs app, right after the ProxyPass lines, the RequestHeader is set.
Info | ||
---|---|---|
| ||
RequestHeader set Remote-User %{REMOTE_USER}s |