Hi, I got no problems reaching sabnzbd via my browser (http://host/sabnzbd/), so I think that my Apache-setup is correct. This is how I've configured Apache for the proxy-thingy:fkmtc wrote: Hi,
The mounting point should be "/sabnzbd/", like the standard configuration, even if you're going through Apache.
Regards,
Jérôme
Code: Select all
<Location /sabnzbd>
order deny,allow
deny from all
allow from all
ProxyPass http://localhost:8080/sabnzbd
ProxyPassReverse http://localhost:8080/sabnzbd
</Location>