[server 2008] apache reverse proxy <> sabnzbd

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
sharkzor
Newbie
Newbie
Posts: 5
Joined: May 13th, 2009, 2:18 pm

[server 2008] apache reverse proxy <> sabnzbd

Post 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..
Post Reply