December 7, 201510 yr 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?
Archived
This topic is now archived and is closed to further replies.