| View previous topic :: View next topic |
| Author |
Message |
dards
Joined: 01 Mar 2011 Posts: 23 Location: Dubai
|
Posted: Wed Jan 09, 2013 1:52 pm Post subject: Redirect to URL from alias |
|
|
Hi Kharl,
Is it possible to use Icecast alias on config to redirect to other external url?, the situation is that I move my apache and centovacast control panel to different port so that I can make use of port 80 streaming using firewall iptable redirect rule, now I want the client to redirect to centovacast control panel with they enter the address http://[serverip]:80/castpanel/ or the same as http:[serverip]/castpanel/ and redirect to http[serverip]:86/castpanel/
or is it possible to put javascript redirection on xls file.
thanks. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Jan 09, 2013 7:09 pm Post subject: |
|
|
With 2.3.x I do think you can, with the KH tree you could via different ways
<redirect>http://..../mount</redirect> in a single <mount> with max listeners set to 0.
or <redirect> <host>1.2.3.4</host> <port>8000</port> </redirect> at the top level to add in an explicit alternative host server to try.
karl. |
|
| Back to top |
|
 |
|