Page 1 of 1
Get to web ui without specifying a port
Posted: Fri Jul 25, 2008 4:29 pm
by ferlin_husky
This is probably an apache question but I thought I would give it a shot to post here. My work block urls that have a port number in them so I cant get to my deluge web ui. I tried creating a soft link in the www folder to the web ui folder but that didn't work.
How do I access the web ui without having to specify a port number?
Thanks!
Re: Get to web ui without specifying a port
Posted: Fri Jul 25, 2008 6:59 pm
by mvoncken
ferlin_husky wrote:This is probably an apache question but I thought I would give it a shot to post here. My work block urls that have a port number in them so I cant get to my deluge web ui. I tried creating a soft link in the www folder to the web ui folder but that didn't work.
How do I access the web ui without having to specify a port number?
Thanks!
If you have no webserver running at port 80 on ip (easy):
* configure webui to use port 80
* OR portmap port 80 in your router to the webui port
If you do have a webserver running at port 80 on your ip(hard/1.x only):
* use apache integration
http://forum.deluge-torrent.org/viewtop ... che#p18985 (probably bugged, now because i haven't used/tested it in a while)
* OR use an apache redirect module , but i don't have a clue about how that's done.