SABnzbd Super Slow Over Reverse Proxy - Other RP Apps Fine
Posted: May 23rd, 2015, 8:38 pm
Hey Guys -
I've been using SABnzbd together with Sonarr, CouchPotato, Headphones, etc. for over a year now. I love it and have turned many onto it! I currently host everything on a PC running Windows 8.1 x64 (fully patched.) A couple of months ago, I set up Reverse Proxy for all of these services using Apache 2.4 for Windows which is also hosted locally.
Recently, I've noticed the following things when accessing only SABnzbd via Reverse Proxy:
I do use an SSL cert which I have set up in Apache that is tied to my custom domain name so I access everything via HTTPs. Apache is set to access each site it redirects via standard HTTP, though. I also have added my domain name in my local DNS to point to the local IP of the system hosting the apps so I can use the same address locally or remotely. Below is the configuration I have for SABnzbd in my Apache conf file. It's set up the same as all the other services:
"http://mydomain.com:8080/sabnzbd" is the same address I go to directly where SabNZBD works perfectly. I am using the latest Chrome browser, BTW. The address I go to for SABnzbd locally or remotely to access it via Reverse Proxy is "http://mydomain.com/sabnzbd"
I don't believe slowness was an issue since starting Reverse Proxy, but not 100%
Any suggestions? Thanks!
I've been using SABnzbd together with Sonarr, CouchPotato, Headphones, etc. for over a year now. I love it and have turned many onto it! I currently host everything on a PC running Windows 8.1 x64 (fully patched.) A couple of months ago, I set up Reverse Proxy for all of these services using Apache 2.4 for Windows which is also hosted locally.
Recently, I've noticed the following things when accessing only SABnzbd via Reverse Proxy:
- Sometimes I must restart the Apache service to be able to connect to SABnzbd
- When I have SABnzbd open, it's extremely slow. If I try to select an object or move a download, there's a 4-5 second lag (when using a browser on the same local system as the SABnzbd & Apache installation)
- When I have SABnzbd open, it times out to where I must reload the page
I do use an SSL cert which I have set up in Apache that is tied to my custom domain name so I access everything via HTTPs. Apache is set to access each site it redirects via standard HTTP, though. I also have added my domain name in my local DNS to point to the local IP of the system hosting the apps so I can use the same address locally or remotely. Below is the configuration I have for SABnzbd in my Apache conf file. It's set up the same as all the other services:
Code: Select all
<Location /sabnzbd>
order deny,allow
deny from all
allow from all
ProxyPass http://mydomain.com:8080/sabnzbd
ProxyPassReverse http://mydomain.com:8080/sabnzbd
</Location>
I don't believe slowness was an issue since starting Reverse Proxy, but not 100%
Any suggestions? Thanks!