Wowza Community

EngineManager behind an Apache Reverse Proxy

Hi, all.

I am using an Apache reverse proxy to make the stream URLs more user friendly as well as it supports some other functionality/pages within the same domain name.

This works fine for the streams, but I would also like to be able to access the engine manager as well behind the reverse proxy. When configuring this it ends up with a browser error for too many redirections. This is a common error when the backend system is unaware of the frontend URL and sends redirections using the backend domain.

Does anyone know if it is possible to set/override the host/domain manually (for example in setup.xml)? Or any other suggestions as to how this could be made to work?