XBMC Video Server: stream/download your library contents
Found this:

EDIT:
Found it \xampp\apache\conf\extra\httpd-vhosts.conf

Code:
##<VirtualHost *:80>
##ServerAdmin [email protected]
##DocumentRoot "C:/xampp/htdocs/dummy-host2.example.com"
##ServerName dummy-host2.example.com
##ErrorLog "logs/dummy-host2.example.com-error.log"
##CustomLog "logs/dummy-host2.example.com-access.log" common
AllowEncodedSlashes On

<Location /xbmc-vfs>
ProxyPass http://xxxxxxxx.no-ip.biz:8080/vfs
ProxyPassReverse http://xxxxxxxx.no-ip.biz:8080/vfs
RequestHeader set Authorization "Basic eGJtYzp4Ym1j"
</Location>
##</VirtualHost>

I have set this up with my external ip on the proxypass.
Does the backend need to be configured for the internal or external ip? I am running this on the same server as xbmc.
Reply


Messages In This Thread
RE: XBMC Video Server: stream/download your library contents - by dezblack - 2014-04-01, 23:31
Reverse Proxy Problem - by tsthomas - 2014-10-23, 19:20
Doctor Who xmas Specials - by ZennMystic - 2015-12-31, 02:39
Logout Mark Read Team Forum Stats Members Help
XBMC Video Server: stream/download your library contents9