Hi,
is there someone who can give me any suggestions to get opencast presenter running behind Apache 2.4 as reverse proxy?
I need to be available under a location let’s say /oc/….
My config is:
ProxyRequests Off
ProxyPass /oc/
https://OPENCAST.PRESENTATION/
ProxyPassReverse /oc/
https://OPENCAST_PRESENTATION/
<Location /oc/>
ProxyHTMLEnable On
ProxyHTMLExtended On
ProxyPassReverse /
ProxyHTMLURLMap
https://OPENCAST_PRESENTATION/ /oc/
ProxyHTMLURLMap / /oc/
</Location>
It stucks on getting /search/episode.json?=id….. and /info/me.js. I suppose it’s something in a javascript code that should be processed by "ProxyHTMLExtended On”.
But it doesn’t work.
Any example config for Nginx would be fine too :)
Thanks,
MAx