Page 1 of 1

[server 2008] apache reverse proxy <> sabnzbd

Posted: May 14th, 2009, 1:45 am
by sharkzor
This combination worked in server 2003!
installed server 2008 and used the config from my old httpd.conf:

ProxyPass /sabnzbd http://localhost:8080/sabnzbd
ProxyPassreverse /sabnzbd http://localhost:8080/sabnzbd

But now i get the error:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

The apache log shows:

error.log
[Thu May 14 08:28:10 2009] [error] (OS 10061)No connection could be made because the target machine actively refused it.  : proxy: HTTP: attempt to connect to 127.0.0.1:8080 (localhost) failed
[Thu May 14 08:28:10 2009] [error] ap_proxy_connect_backend disabling worker for (localhost)

acces.log
62.132.169.241 - - [14/May/2009:08:28:09 +0200] "GET /sabnzbd HTTP/1.1" 503 323

The sabnzbd works. so that should not be the problem

If i try reverseproxying the request to www.google.nl it also shows the google page, so the reverse proxy to external websites works..
what am i missing?
Tried googling on the error string..