Help, couldnt get SABnzbd works behind Apache2.
Posted: May 31st, 2009, 2:30 pm
For the life of me, i couldnt get the Apache2 working with Sabnzbd. I have read this thread: http://forums.sabnzbd.org/index.php?topic=100.0
I tried all the recommended conf but my Firefox still show no connection established with http://192.169.1.106:0888/sabnzbd/
localhost:8088/sabnzbd/ still works fine.
This is what i add in my httpd.conf
I checked error.log and found nothing. Please help, i cant think of anything else.
I tried all the recommended conf but my Firefox still show no connection established with http://192.169.1.106:0888/sabnzbd/
localhost:8088/sabnzbd/ still works fine.
This is what i add in my httpd.conf
Code: Select all
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
ProxyRequests Off
<Location /sabnzbd>
order deny,allow
deny from all
allow from all
ProxyPass http://localhost:8088/sabnzbd
ProxyPassReverse http://localhost:8088/sabnzbd
</Location>