Search found 3 matches

by porszem
Sat Mar 21, 2009 10:59 am
Forum: Support
Topic: Howto: Proxying deluge web client to Apache via mod_proxy
Replies: 45
Views: 143927

Re: Howto: Proxying deluge web client to Apache via mod_proxy

Hi mvoncken, I believe your new code for easier proxying may have broken deluge's mod_wsgi compatability. I am using the same code from your post http://forum.deluge-torrent.org/viewtopic.php?f=8&t=4075&p=18985&hilit=wsgi#p18985 announcing initial 1.0 webui, which has worked for me as r...
by porszem
Fri Mar 20, 2009 10:01 pm
Forum: Development
Topic: 1.0 WebUi
Replies: 49
Views: 63837

Re: 0.6 WebUi

Webserver integration. By default deluge uses it's builtin webserver, but it's possible to use another webserver. This setup depends on apache2 and mod_wsgi. It serves the webui on the /deluge directory on your webserver. Other wsgi-capable webservers should be able to run deluge too. deluge_apache...
by porszem
Fri Mar 20, 2009 9:05 pm
Forum: Development
Topic: 1.0 WebUi
Replies: 49
Views: 63837

Re: 1.0 WebUi

Hi i'm using deluge-webui 1.1.5 under debian i tried this http://forum.deluge-torrent.org/viewtopic.php?f=8&t=4075#p18985 with apache2 https (i put the script here /usr/share/python-support/deluge-webui/deluge/ui/webui/deluge_apache.py) ("https://www.mywebserver.com/deluge/index") evry...