Redirection not relaxed

Report & discuss bugs found in SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
torbens_dk
Newbie
Newbie
Posts: 4
Joined: November 10th, 2008, 12:58 pm

Redirection not relaxed

Post 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
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: Redirection not relaxed

Post 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.
torbens_dk
Newbie
Newbie
Posts: 4
Joined: November 10th, 2008, 12:58 pm

Re: Redirection not relaxed

Post 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/
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: Redirection not relaxed

Post by switch »

Looks similar tothis way: http://sabnzbd.wikidot.com/howto-apache but try it anyway, not using and using <location may help
Post Reply