Search found 4 matches

by nunofgs
February 11th, 2010, 12:10 pm
Forum: Beta Releases
Topic: RC6 using a lot of ram and cpu
Replies: 14
Views: 6863

Re: RC6 using a lot of ram and cpu

I can confirm this issue. Please see: http://dl.dropbox.com/u/2069/sabnzbd.PNG This only started the other day that I upgraded to RC6. This is a virtual machine with ubuntu server that has 512MB assigned to it. Never had any RAM issues, even while downloading 30+ GB nzbs. Suddenly, while downloading...
by nunofgs
January 2nd, 2010, 10:08 pm
Forum: Beta Releases
Topic: HTTP 408 with apache mod_proxy setup
Replies: 8
Views: 5709

Re: HTTP 408 with apache mod_proxy setup

FINALLY. It worked! It really worked this time. Been testing a lot and it has not failed a single time. You are a god.
by nunofgs
January 1st, 2010, 7:12 pm
Forum: Beta Releases
Topic: HTTP 408 with apache mod_proxy setup
Replies: 8
Views: 5709

Re: HTTP 408 with apache mod_proxy setup

I changed line 1047 of ./SABnzbd.py to the following:                             'tools.gzip.on' : False, And it fixed my problem with SABnzbd+ & mod_proxy. It looks like it might be gzip compression causing the issue.  If that's the case, i don't see much of an issue with turning page compres...
by nunofgs
December 30th, 2009, 7:27 pm
Forum: Beta Releases
Topic: HTTP 408 with apache mod_proxy setup
Replies: 8
Views: 5709

HTTP 408 with apache mod_proxy setup

Ever since I switched to the beta version I have a problem with sabnzbd + apache proxy redirect + mod_proxy. Since I want one place to access all my webservices, I set up my apache server with mod_proxy as advised on the wiki . Here's my apache config: <Location /sabnzbd> order deny,allow deny from ...