Skip to content

Apache as ReverseProxy for ldproxy #1051

Closed Answered by cportele
mattenp asked this question in Setup
Discussion options

You must be logged in to vote

From the description it is unclear what "does not work" means, i.e., what the errors are, what is logged, etc. It is not an ldproxy problem, is is a problem in your Apache configuration.

Possible reasons include:

  • mod_proxy or mod_proxy_http are not loaded
  • some error in the Apache https configuration (since you are using https in the external URL)

Aside from that I would recommend to redirect as follows to block access to the admin resources for external access:

ProxyPass /ldproxy http://localhost:7080/rest/services
ProxyPassReverse /ldproxy http://localhost:7080/rest/services

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mattenp
Comment options

Answer selected by mattenp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants