2012-09-30, 02:50
(2011-12-07, 10:09)eazy4me Wrote: In my conf file i have this:
Code:ProxyPass /xbmc/ http://192.168.178.16:8085/
ProxyPassReverse http://192.168.178.16:8085/ /xbmc/
ProxyPass /xbmc/jsonrpc http://192.168.178.16/jsonrpc
ProxyPassReverse http://192.168.178.16:8085/jsonrpc /xbmc/jsonrpc
And in MFP settings i put after XBMC IP: 192.168.178.16.
Can someone help me with this?
While a bit unrelated to MFP, I would also need help to get the JSONRPC accessible through reverse proxies. What I currently is (it does NOT work though):
<Location /xbmc/>
ProxyPass http://192.168.1.105:8080/
ProxyPassReverse http://192.168.1.105:8080/
</Location>
<Location /xbmc/jsonrpc>
ProxyPass http://192.168.1.105:8080/jsonrpc
ProxyPassReverse http://192.168.1.105:8080/jsonrpc
</Location>
Using this, xbmc is accessible when accessing my-URL/xbmc. When trying to access jsonrpc, I get the following message, which doesn't look bad, but is different from when accessing directly without reverse proxies:
<html><head><title>JSONRPC</title></head><body>JSONRPC active and working</body></html>