Page 1 of 1

Server and Sabnzbd?

Posted: October 19th, 2008, 1:17 am
by Macamba
Hi,

At the moment I'm downloading using Sabnzbd. If I'm correct, Sabnzbd uses a local (application) server to handle the downloading. Does that mean I will not be able to develop a website using Apache and a Content Management System?

Macamba

Re: Server and Sabnzbd?

Posted: October 19th, 2008, 6:47 am
by shypike
SABnzbd just needs a separate port.
So if Apache uses 80, SABnzbd must use a different port (say 8088).

It's even possible to use Apache as the front-end for SABnzbd.
See: http://sabnzbd.wikidot.com/howto-apache

Re: Server and Sabnzbd?

Posted: October 26th, 2008, 2:01 am
by Macamba
Thanks.