Apache deluge vpn reverse proxy


Nem

Recommended Posts

Wasn't sure where to post this as the problem spans a number of applications

 

I have apache reverse proxy set up with most of my applications. I'm trying to set one up for the deluge webui. I'm using delugevpn so everything is hidden behind a vpn

 

This is what I have in my apache conf:

 

        <Location /deluge>

                ProxyPass http://192.168.187.10:8112

                ProxyPassReverse http://192.168.187.10:8112

        </Location>

 

When I navigate to domain.com/deluge I just see a blank page

 

However, I have also tried port forwarding and that works fine. So if I go to publicip:8112 then everything works no problem

 

Is there something I'm missing in my apache conf thats preventing reverse proxy from working?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.