Webinterface with IIS virtual directory
#1
Hi,
is it possibel to use the webinterface with the IIS?
Background: Our Firewall at work doesn't allow ports other then 80 and 443. XBMC runs at home on my W2008R2 server, but I need port 80 and 443 for my default website under IIS. IF I could use IIS, then a virtual directory would solve my problem, because I could map the xbmc port to something like
http://myserver.com/xbmc.

Greetings Kaloschke
Reply
#2
IIS doesn't support reverse proxying like Apache mod_rewrite does.

You can do it with ISAPI extension like this :
http://www.helicontech.com/isapi_rewrite/

But it's not free.

Or use Apache on windows instead of your IIS server.
Reply
#3
The new one should be possible, you just need to alter the jsonrpc calls to the port of the xbmc http server on the IIS
If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

Image

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
Reply
#4
Google for "Application Request Routing". This is Microsoft's reverse proxy software for IIS7 and 7.5. If you run this on your 2k8R2 server you can route incoming HTTP requests as you wish.

JR
Reply
#5
Hi,
thanks to your replys. I will try it.
Greetings Kaloschke
Reply

Logout Mark Read Team Forum Stats Members Help
Webinterface with IIS virtual directory0