Get to web ui without specifying a port

Suggest, post, or discuss plugins for Deluge
Post Reply
ferlin_husky

Get to web ui without specifying a port

Post 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!
mvoncken
Developer
Developer
Posts: 225
Joined: Mon Sep 03, 2007 9:38 pm

Re: Get to web ui without specifying a port

Post 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.
dev: webui, core, labels | irc:vonck7 |
Post Reply