-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reverse proxy #24
Comments
Hi I use this proxy conf ProxyPass /gui http://192.168.25.6:9090/gui ProxyPass /gui/ http://192.168.25.6:9090/gui/ ProxyPass /utorrent/ http://192.168.25.6:9090/gui/ Dont know why i need this ProxyPass /gui/ http://192.168.25.6:9090/gui/ But is working :p On Mon, Jan 25, 2016 at 9:12 AM, markaswift [email protected]
Melhores cumprimentos, |
Can you paste in your entire section, still not working for me :-( This is the best I can get, but your web ui says: "Service unavailable" ProxyPass /webapps/utorrent/gui http://_:@localhost:9003/gui <Location /webapps/utorrent/gui/> |
i only put those lines in /etc/apache2/mods-enabled/proxy.conf On Mon, Jan 25, 2016 at 10:07 AM, markaswift [email protected]
Melhores cumprimentos, |
Okay, it appears the issue is: Failed to load resource: (https://www.mydomian.co.uk/gui/token.html?t=1453714961251) the server responded with a status of 404 (Not Found) I wonder why it's looking there, the rest of the UI loads without issue! |
Thats why i put also the ui folder under root On Mon, Jan 25, 2016 at 10:44 AM, markaswift [email protected]
Melhores cumprimentos, |
All my apps are at domain.co.uk/webapps/ http://domain.co.uk/webapps/ I guess this means I’ll stick with the original web ui for now :-(
|
Maybe psychowood have a solution for that On Mon, Jan 25, 2016 at 11:08 AM, markaswift [email protected]
Melhores cumprimentos, |
Can you reach the original webui @ /gui/classic/index.html ? |
Any news? |
I cannot seem to get reverse proxy working with this, albeit I have it working with the original interface?
I currently have:
ProxyPass /webapps/utorrent/gui/ http://****:****@localhost:9003/gui/
ProxyPassReverse /webapps/utorrent/gui/ http://u:p@localhost:9003/gui/
<Location /webapps/utorrent/gui/>
AuthName "Restricted Area"
AuthType Basic
AuthUserFile ../../htpasswd/www/.htpasswd
deny from all
allow from 192.168.1
Require valid-user
satisfy any
The text was updated successfully, but these errors were encountered: