wiki edit: sabnzbd & apache2
Posted: March 28th, 2013, 10:20 pm
So... not really a bug, but I thought I'd bring this to someone's attention in case it saves someone some time.
in this page: http://wiki.sabnzbd.org/howto-apache
I couldn't get the proxy to work until I added trailing slashes, so this:
becomes this:
without the trailing slashes I get a redirect loop.
Also.. and I guess this is maybe a personal thing, but it might be better to direct users to using seperate config files rather than just stashing everything in httpd.conf, but that's probably just me.
Thanks.
in this page: http://wiki.sabnzbd.org/howto-apache
I couldn't get the proxy to work until I added trailing slashes, so this:
Code: Select all
ProxyPass http://localhost:8080/sabnzbd
ProxyPassReverse http://localhost:8080/sabnzbd
Code: Select all
ProxyPass http://localhost:8080/sabnzbd/
ProxyPassReverse http://localhost:8080/sabnzbd/
Also.. and I guess this is maybe a personal thing, but it might be better to direct users to using seperate config files rather than just stashing everything in httpd.conf, but that's probably just me.
Thanks.