XBMC Video Server: stream/download your library contents
Format complete, setting things up now.. but I cant for the life of me figure out where I configure the reverse proxy thingy? where is this path on windows? "/etc/apache2/sites-available/default"??

Also should I change apache's/xbmc's ports? Theres nothing in the guide suggesting I should, but I see people recommend it here?


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>

Is the above correct? Or should I have some other authorization thingy? And if so how do I generate my own based on my user/pw? Sorry.. never done anything web/server related like this before, and never used linux.. So i'm a complete noob^^
Reply


Messages In This Thread
RE: XBMC Video Server: stream/download your library contents - by Darre - 2014-03-25, 19:30
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