Search found 42 matches

by E71
September 2nd, 2017, 2:57 pm
Forum: Beta Releases
Topic: [2.0.0 Beta 1] login doesn't play nice with reverse proxy
Replies: 16
Views: 13495

Re: [2.0.0 Beta 1] login doesn't play nice with reverse proxy

Thanks, that, and a quick adjustment to my init.d script did the trick! Finally can enjoy the new features since v2.x. :) httpd.conf: ProxyPass http://localhost:12345/my/custom/path/to/sab ProxyPassReverse http://localhost:12345/my/custom/path/to/sab sabnzbd.ini: url_base = /my/custom/path/to/sab Th...
by E71
September 2nd, 2017, 10:47 am
Forum: Beta Releases
Topic: [2.0.0 Beta 1] login doesn't play nice with reverse proxy
Replies: 16
Views: 13495

Re: [2.0.0 Beta 1] login doesn't play nice with reverse proxy

Thanks for that. Unfortunately, it didn't work for me. Changed url_base setting directly via ini (since I cannot access GUI), to the same path as my apache rewrite and it results in a perpetual redirect loop. Was expecting redirect to /my/custom/path/to/sab/login but it kept redirecting to the basep...
by E71
September 1st, 2017, 6:54 pm
Forum: Beta Releases
Topic: [2.0.0 Beta 1] login doesn't play nice with reverse proxy
Replies: 16
Views: 13495

Re: [2.0.0 Beta 1] login doesn't play nice with reverse proxy

Okay, if the changes to interface.py which resulted in this behavior effect other features then I guess we can't simply undo it and this is now officially a feature request. I tried v2.2.1 about two hours ago and still the same thing happens, it redirects to /sabnzbd/login/ instead of /custom/path/t...
by E71
September 1st, 2017, 6:22 pm
Forum: Beta Releases
Topic: [2.0.0 Beta 1] login doesn't play nice with reverse proxy
Replies: 16
Views: 13495

Re: [2.0.0 Beta 1] login doesn't play nice with reverse proxy

I hope what I'm about to say isn't impolite because it isn't my intention but... SAB was working fine before v2 so whatever changes were made, which resulted in absolute paths, could maybe be undone? Of course I don't know exactly was the original purpose of that change was and whether or not it acc...
by E71
September 1st, 2017, 5:29 pm
Forum: Beta Releases
Topic: [2.0.0 Beta 1] login doesn't play nice with reverse proxy
Replies: 16
Views: 13495

Re: [2.0.0 Beta 1] login doesn't play nice with reverse proxy

Safihre, Issue #904 wrote:Can anyone tell me if this is actually needed?
Since we bind to both / and /sabnzbd isn't that enough?
I'm afraid without it I'm stuck at v1.2.3 since I do not wish to use easily guessable URIs on my public facing web server.
by E71
November 16th, 2016, 7:18 pm
Forum: General Help
Topic: Upgrading to Python 2.7 on Centos 6.x to meet requirements
Replies: 4
Views: 2398

Re: Upgrading to Python 2.7 on Centos 6.x to meet requiremen

Well, I found out what was causing it to use python 2.6.6 -- my old startup script made adjustments to PATH... It's an old script so I don't remember why I did that.

Anyway, after getting past that and re-installing cheetah, pyopenssl and yenc, it's running again.
by E71
November 16th, 2016, 4:53 pm
Forum: General Help
Topic: Upgrading to Python 2.7 on Centos 6.x to meet requirements
Replies: 4
Views: 2398

Re: Upgrading to Python 2.7 on Centos 6.x to meet requiremen

My gyess: you now have two Python versions, and SAB is using the wrong one. Check your sabnzbd.log. Yes, that's right, I have both 2.6.6 and 2.7.8 installed. Version 2.7.8 was installed via CentOS SCL, which in my opinion feels a bit like a hack on RedHat's part, for getting newer software like Pyt...
by E71
November 16th, 2016, 3:01 am
Forum: General Help
Topic: Upgrading to Python 2.7 on Centos 6.x to meet requirements
Replies: 4
Views: 2398

Upgrading to Python 2.7 on Centos 6.x to meet requirements

Does anyone how or whether it's even possible to use scl on CentOS/RHEL to get SABnzbd 1.1.x working? Can't update python 2.6 to 2.7 because of yum's dependency on it. Installed python27-* via yum, added source /opt/rh/python27/enable to .bashrc of user that runs SABnzbd and even though python -V re...
by E71
March 11th, 2016, 10:07 pm
Forum: Beta Releases
Topic: Strange UI elements/labels in the classic themes
Replies: 9
Views: 5326

Re: Strange UI elements/labels in the classic themes

After switching from 'Glitter - Default' to 'Glitter - Night', changing the background from black to dark gray and shortening 'History' section I'm starting to grow attached to this new interface!

Thanks for the suggestion though.
by E71
March 11th, 2016, 3:26 pm
Forum: Beta Releases
Topic: 1.0 RC4 Apache ProxyPass not working
Replies: 7
Views: 4042

Re: 1.0 RC4 Apache ProxyPass not working

Well, this is embarrassing. I figured out it was my own fault. Thanks to browser history, years of visiting the /queue/ url instead of the main page, it kinda became second nature and so I totally forgot that ".../queue/" may be specific to the skin I've been using. Sorry for wasting your ...
by E71
March 11th, 2016, 1:11 pm
Forum: Beta Releases
Topic: 1.0 RC4 Apache ProxyPass not working
Replies: 7
Views: 4042

Re: 1.0 RC4 Apache ProxyPass not working

Yes, it only works if you directly visit http://servername:8181/sabnzbd.
by E71
March 11th, 2016, 1:02 pm
Forum: Beta Releases
Topic: Strange UI elements/labels in the classic themes
Replies: 9
Views: 5326

Re: Strange UI elements/labels in the classic themes

I understand. I'm just going to miss that very simplistic design. I'll probably look into modifying an existing one to make it look similar to Classic.
by E71
March 11th, 2016, 12:42 pm
Forum: Beta Releases
Topic: 1.0 RC4 Apache ProxyPass not working
Replies: 7
Views: 4042

Re: 1.0 RC4 Apache ProxyPass not working

I was using Glitter - Default. When you browse to the main page via custom url, page source is: Paused - SABnzbd |||0 sabnzbd.log: 2016-03-11 12:22:33,572::INFO::[SABnzbd:1243] -------------------------------- 2016-03-11 12:22:33,572::INFO::[SABnzbd:1244] SABnzbd.py-1.0.0RC4 (rev=1ba99769794134b18c8...
by E71
March 10th, 2016, 9:20 pm
Forum: Beta Releases
Topic: 1.0 RC4 Apache ProxyPass not working
Replies: 7
Views: 4042

1.0 RC4 Apache ProxyPass not working

Anyone else having issues with hiding SABnzbd behind web server after upgrading to 1.0 RC4? (I upgraded from 0.7.20 so it could have been betas/RCs in-between.) SABnzbd only works now in its default http://hostname:port/sabnzbd/ form. Also, when you restart, it tries to redirect to http://hostname:p...
by E71
March 10th, 2016, 9:14 pm
Forum: Beta Releases
Topic: Strange UI elements/labels in the classic themes
Replies: 9
Views: 5326

Re: Strange UI elements/labels in the classic themes

Damn. Sad news indeed. Classic-Darkblue is the one I've been using for as long as I can remember.