Setup mediabrowser access through apache mod_proxy
At first I just I added this two lines to apache conf:
Then accessing to http(s)://<host>/serviio/ shows the mediabrowser login page correctly but when I try to login it doesn't work, a message asking to check the password and try again appears.
After looking at apache's logs I'found the app tries to access "/cds/login" absolute uri so, while not very happy about it, I added this apache conf lines:
After restart and try again, it still behaves the same way.
All I see in logs is the webapp makes an OPTION request to /cds/login which apache forwards to http://localhost:23424/cds/login...
Any idea of how to get this working?