Sabnzdb and other webserver

Content of the forums on sabnzbdplus.SourceForge.net

Sabnzdb and other webserver

Postby shypike » February 1st, 2008, 7:20 pm

Delete By: DeXeS (dexes) - 2007-11-04 20:20
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 :D
User avatar
shypike
Administrator
Administrator
 
Posts: 16541
Joined: January 18th, 2008, 1:49 pm

Re: Sabnzdb and other webserver

Postby TIP » April 7th, 2008, 5:23 pm

shypike wrote:     
      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).
     


Could you explain how to do it in Apache 2 please ?

Thanks by advance.  ;)
TIP
Newbie
Newbie
 
Posts: 3
Joined: April 7th, 2008, 5:12 pm

Re: Sabnzdb and other webserver

Postby DeXeS » April 13th, 2008, 7:22 am

I didn't get this to work because shortly after this i removed xampp because i didn't need it anymore. Try it at a apache forum:
http://www.apacheforum.com/
DeXeS
Release Testers
Release Testers
 
Posts: 222
Joined: January 28th, 2008, 2:04 pm
Location: The Netherlands


Return to Old SF.net forum