Search found 4 matches

by klox
June 1st, 2009, 8:30 am
Forum: General Help
Topic: Sabnzbd behind Apache 2.2 Server
Replies: 6
Views: 5593

Re: Sabnzbd behind Apache 2.2 Server

Thanks a lot for your help!  Once you told me that I went to C:/Windows/system32/drivers/etc/hosts and uncommented "127.0.0.1       localhost" Now it is resolving the correct ip in apache so: 192.168.1.2/sabnzbd works 127.0.0.1/sabnzbd works localhost/sabnzbd works and the same with :8080 ...
by klox
May 31st, 2009, 10:09 am
Forum: General Help
Topic: Sabnzbd behind Apache 2.2 Server
Replies: 6
Views: 5593

Re: Sabnzbd behind Apache 2.2 Server

Yeah time didn't help.  I also tried switching out localhost and 127.0.0.1 with my local ip, 192.168.1.2.  So: 192.168.1.2:8080/sabnzbd doesn't work 192.168.1.2:8081/gui works 192.168.1.2/sabnzbd doesn't work 192.168.1.2/gui work Same results for either just ProxyPass/Reverse and using the Location ...
by klox
May 30th, 2009, 11:12 am
Forum: General Help
Topic: Sabnzbd behind Apache 2.2 Server
Replies: 6
Views: 5593

Re: Sabnzbd behind Apache 2.2 Server

Yeah, Sab listens to 8080. Interestingly, when I type these into a browser: http://localhost:8080/sabnzbd works http://127.0.0.1:8080/sabnzbd doesn't work http://localhost:8081/gui works http://127.0.0.1:8081/gui works Not sure why 127.0.0.1 doesn't work for sab.  I still get the same error message ...
by klox
May 29th, 2009, 11:20 pm
Forum: General Help
Topic: Sabnzbd behind Apache 2.2 Server
Replies: 6
Views: 5593

Sabnzbd behind Apache 2.2 Server

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 all...