Page 1 of 1

Redirection not relaxed

Posted: November 10th, 2008, 1:16 pm
by torbens_dk
Version: SABnzbd 0.4.5
OS: (Windows XP SP3, Danish)
Install-type: Windows Installer
Firewall: XP SP2 Firewall
IPV6: no
Reproducible: yes
inpheau on IRC suggested i bug report this error.


I use an Apache as a SSL proxy for the SABnzbd running on the windows machine.
So to make this work, https://FQDN can not be replaced by http://ip

In the default themplate this seems not to be working.
inpheau suggested replaceing the listening on with the FQDN, with a change to the hosts file that started up nicely but still replaceing the FQDN for the non secure http://ip.
A switch to smpl, fixed the issue for now (no excensive testest).

A small list, will update as I test: Menu item => button/link
queue => sort by name
history => purge

Re: Redirection not relaxed

Posted: November 10th, 2008, 2:04 pm
by switch
This is a bug with cherrypy version 2 (the webserver we use). See this thread: http://forums.sabnzbd.org/http://forums ... 6657#p6657

How do you have apache set up? I thought using ProxyPass SSL worked.

Re: Redirection not relaxed

Posted: November 10th, 2008, 4:54 pm
by torbens_dk
From what I understand this should work



ProxyPass /sabnzbd/ http://172.16.17.21/sabnzbd/
ProxyPassReverse /sabnzbd/ http://172.16.17.21/sabnzbd/

Re: Redirection not relaxed

Posted: November 10th, 2008, 8:57 pm
by switch
Looks similar tothis way: http://sabnzbd.wikidot.com/howto-apache but try it anyway, not using and using <location may help