Hello fellow Quickboxers,
I’ve updated my QB to 2.5.5 recently and discovered that there was, among others, a new package called Tautulli.
Since I’m using Plex, I’ve installed it from the dashboard but it’s not working, I get a “can’t find this webpage” type of error. I had a look at that WIKI page but it did not solve my problem.
Is this a known problem?
Here is my default Tautulli.conf:
<Location /tautulli>
ProxyPass http://localhost:8181/tautulli
ProxyPassReverse http://localhost:8181/tautulli
#AuthType Digest
#AuthName "rutorrent"
#AuthUserFile '/etc/htpasswd'
#Require user MyUserName
</Location>
Which I’ve changed to:
<Location /tautulli>
ProxyPass http://localhost:8181/tautulli
ProxyPassReverse http://localhost:8181/tautulli
Require all granted
</Location>
But to no avail.
I then replaced localhost
with the server FQDN, but I got a 503 error. I eventually tried with my IP address and also got a 503 service unavailable error…
Thank you for your help and guidance!