Project

General

Profile

Actions

Feature #1427

closed

Support reverse proxy

Added by Ronald van Eijck over 12 years ago. Updated over 12 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
User Interface
Target version:
Start date:
2012-11-23
Due date:
% Done:

100%

Estimated time:

Description

I've tried to create a reverse proxy in Apache to make tvheadend accessible as part of my home website but this does not seam to work.

My proxy configuration:

<Location /tvheadend>
        ProxyPass http://localhost:9981
        ProxyPassReverse http://localhost:9981
</Location>

If I surf to http://myserver/tvheadend it returns to page http://myserver/extjs.html which results in a 404 because that page obviously does not exist.
It should return to http://myserver/tvheadend/extjs

I'm willing to make the needed changes if someone can point me in the right direction.

Actions

Also available in: Atom PDF