Bad advice on the wiki
Posted: August 15th, 2008, 5:55 am
Hi,
The instructions on http://sabnzbd.wikidot.com/howto-apache give terrible advice which will result in running an open proxy if followed. There is absolutely no reason to have ProxyRequests On for the described purpose and in fact most of the instructions there are extraneous, all that's really need is two lines like:
ProxyPass /sabnzbd http://localhost:8080/sabnzbd
ProxyPassReverse /sabnzbd http://localhost:8080/sabnzbd
The instructions on http://sabnzbd.wikidot.com/howto-apache give terrible advice which will result in running an open proxy if followed. There is absolutely no reason to have ProxyRequests On for the described purpose and in fact most of the instructions there are extraneous, all that's really need is two lines like:
ProxyPass /sabnzbd http://localhost:8080/sabnzbd
ProxyPassReverse /sabnzbd http://localhost:8080/sabnzbd