Release 0.5.0 - Reverse Proxy
Posted: March 26th, 2010, 5:29 am
Version: (0.5.0)
OS: (Windows 7 x64 FR)
Install-type: (Windows Installer)
Skin: irrelevant
Firewall Software: (Windows own)
Are you using IPV6? (no)
Is the issue reproducible? (yes)
I installed sabnzbd on default port (8080). And I wanted to make it available through a Apache2 reverse proxy (on the same computer), via the port 443 (https). I did that with version 0.4.2 and it worked fine.
Now, when I'm trying to access my application, I get an error : 503 Service Temporarily Unavailable.
My question is... Does this new version have a different behavior that could block my Apache ?
Here is an extract of my apache log :
[Fri Mar 26 08:36:10 2010] [error] (OS 10061)Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée. : proxy: HTTP: attempt to connect to 127.0.0.1:8080 (localhost) failed
[Fri Mar 26 08:36:10 2010] [error] ap_proxy_connect_backend disabling worker for (localhost)
[Fri Mar 26 08:36:10 2010] [error] proxy: HTTP: disabled connection for (localhost)
The first part of the first line says : "no connection could have been established because the target computer expressly rejected".
As I don't want to use the newly included HTTPS support, but I really want to do this HTTPS redirection with my Apache (partially because I've got my own access rules defined in my virtualhost), is there any way for me, to do this ?
Thanks in advance !
OS: (Windows 7 x64 FR)
Install-type: (Windows Installer)
Skin: irrelevant
Firewall Software: (Windows own)
Are you using IPV6? (no)
Is the issue reproducible? (yes)
I installed sabnzbd on default port (8080). And I wanted to make it available through a Apache2 reverse proxy (on the same computer), via the port 443 (https). I did that with version 0.4.2 and it worked fine.
Now, when I'm trying to access my application, I get an error : 503 Service Temporarily Unavailable.
My question is... Does this new version have a different behavior that could block my Apache ?
Here is an extract of my apache log :
[Fri Mar 26 08:36:10 2010] [error] (OS 10061)Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée. : proxy: HTTP: attempt to connect to 127.0.0.1:8080 (localhost) failed
[Fri Mar 26 08:36:10 2010] [error] ap_proxy_connect_backend disabling worker for (localhost)
[Fri Mar 26 08:36:10 2010] [error] proxy: HTTP: disabled connection for (localhost)
The first part of the first line says : "no connection could have been established because the target computer expressly rejected".
As I don't want to use the newly included HTTPS support, but I really want to do this HTTPS redirection with my Apache (partially because I've got my own access rules defined in my virtualhost), is there any way for me, to do this ?
Thanks in advance !