Page 1 of 1

sabnzbd hosting on the net

Posted: June 15th, 2011, 11:10 pm
by lukej33
Hello all

This is my first post here so I apologise if this has been asked before. I did do a search but i didnt find anything.

I have just set up my first web server using apache2.2on which I am/will be hosting a personal website. From this website i would like to be able to access Sabnzbd on my home computer. I have seen it done but that was on a linux machine where as I am using a Windows 7 64 bit machine. Apache is currently listenning on port 80.

Currently sabnzbd is listenning on port 8080 with https listenning on 9090 and currently localhost:9090/sabnzbd opens sabnzbd in my browser.

I would like to be able to access it from a domain such as

mypersonalwebsite.net/sab.

I hope ive included enough information there. Thanks in advance for any help. :)

Re: sabnzbd hosting on the net

Posted: June 15th, 2011, 11:41 pm
by rascalli
Have a look at the WIKI : http://wiki.sabnzbd.org/howto-apache

Re: sabnzbd hosting on the net

Posted: June 16th, 2011, 9:31 am
by gvd
That depends on if the new personal webserver and sab run on the same, or different, machines.

If the same, then use the howto to tell apache where to go for sab.

If different, put an html redirect page on your personal webserver, and redirect it to sab on your local machine.