Sabnzbd behind Apache 2.2 Server
Posted: May 29th, 2009, 11:20 pm
I have read the previous posts on this forum and their solutions didn't work. I have a fresh install of Apache 2.2 on windows RC7. I have tried this giude:
http://sabnzbd.wikidot.com/howto-apache
but it doesn't work for sabnzbd. It does work for uTorrent though:
order deny,allow
deny from all
allow from all
ProxyPass http://localhost:8081/gui
ProxyPassReverse http://localhost:8081/gui
I have enabled the following modules:
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule rewrite_module modules/mod_rewrite.so
It is probably overkill, which ones do I actually need to get sabnzbd working with this proxy pass through?
Here is another bit of code I tried:
ProxyPass /sabnzbd http://127.0.0.1:8080/sabnzbd
ProxyPassReverse /sabnzbd http://127.0.0.1:8080/sabnzbd
ProxyPass /gui http://127.0.0.1:8081/gui
ProxyPassReverse /gui http://127.0.0.1:8081/gui
The gui one, or uTorrent, works but the sabnzbd doesn't. I always get a 503 Service Temporarily Unavailable message with the sab.
Thanks for any advice/help/comments!
Jacob
http://sabnzbd.wikidot.com/howto-apache
but it doesn't work for sabnzbd. It does work for uTorrent though:
order deny,allow
deny from all
allow from all
ProxyPass http://localhost:8081/gui
ProxyPassReverse http://localhost:8081/gui
I have enabled the following modules:
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule rewrite_module modules/mod_rewrite.so
It is probably overkill, which ones do I actually need to get sabnzbd working with this proxy pass through?
Here is another bit of code I tried:
ProxyPass /sabnzbd http://127.0.0.1:8080/sabnzbd
ProxyPassReverse /sabnzbd http://127.0.0.1:8080/sabnzbd
ProxyPass /gui http://127.0.0.1:8081/gui
ProxyPassReverse /gui http://127.0.0.1:8081/gui
The gui one, or uTorrent, works but the sabnzbd doesn't. I always get a 503 Service Temporarily Unavailable message with the sab.
Thanks for any advice/help/comments!
Jacob