Hello,
I want to host a webserver on the same computer where sabnzbd is running also. how to do this? I get an error because the both start a webserver.
I use XAMPP as webserver. maybe i can host sabnzdb also on the xampp server?
RE: Sabnzdb and other webserver
Delete By: shypike (shypikeProject Admin) - 2007-11-04 20:57
Both webservers should use different ports. If xampp is on port 80, SABnzbd could be on port 8080 (you use http://localhost:8080/sabnzbd then).
With Apache it is possible to pass through SABnzbd requests.
In that case Apache listens to port 80 and when it gets the request http://localhost/sabnzbd it passes this on to http://localhost:8080/sabnzbd.
I don't know how to do this with xampp (if at all possible).
Good luck.
RE: Sabnzdb and other webserver
Delete By: DeXeS (dexes) - 2007-11-05 14:03
thanks for the help! xampp is actually an apache server. it's just a big pack that runs multiple web languages and databases.
I'm going to try what you suggested





