You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Mark Lin <ml...@gmail.com> on 2015/01/21 00:34:05 UTC

how to delete port 5080 from domain name

Hello
there is a possibility to delete : 5080 from domain name...

http://My_domain_name.com*:5080*/openmeetings

THANK YOU

Re: how to delete port 5080 from domain name

Posted by Maxim Solodovnik <so...@gmail.com>.
in case you starting red5 on port 80 you should choose another port for
apache
both services can't work on the same port

On Thu, Jan 22, 2015 at 7:02 PM, Mark Lin <ml...@gmail.com> wrote:

> set /usr/lib/red5/conf/red5.properties -
> http.port=5080  => http.port=80
>
> /usr/lib/red5/webapps/openmeetings/public/config.xml
> from - <red5httpport>5080</red5httpport> => - <red5httpport>80</
> red5httpport>
>
> when restart red5 and apache, and loading
> http://My_Domain.com/openmeetings <http://my_domain.com/openmeetings>
> ERROR 404 - Not Found!
> *netstat -ntap | grep 80*
> tcp        1      0 MY.IP.ADD.85:48036     91.189.95.83:80
> CLOSE_WAIT  30324/http
> tcp        0      0 MY.IP.ADD.85:53155     128.59.59.71:80
> ESTABLISHED 30343/http
> tcp        1      0 MY.IP.ADD.85:54768     91.121.10.104:80
>  CLOSE_WAIT  30328/http
> tcp        0      1 MY.IP.ADD.85:52813     78.47.240.182:80
>  SYN_SENT    30327/http
> tcp        0      0 MY.IP.ADD.85:52491     141.76.2.4:80
> ESTABLISHED 30329/http
> tcp        1      0 MY.IP.ADD.85:54771     91.121.10.104:80
>  CLOSE_WAIT  30325/http
> tcp        0      0 MY.IP.ADD.85:45287     148.137.11.75:80
>  ESTABLISHED 30345/http
> tcp        0    245 MY.IP.ADD.85:43090     46.4.205.44:80
>  ESTABLISHED 30326/http
> tcp6       0      0 :::8080                 :::*                    LISTEN
>      29888/apache2
> tcp6       0      0 :::80                   :::*                    LISTEN
>      29888/apache2
> tcp6       0      0 127.0.0.1:8081          :::*
>  LISTEN      29742/java
> tcp6       0      0 :::8082                 :::*                    LISTEN
>      29888/apache2
> tcp6       0      0 ::1:52769               ::1:80
>  TIME_WAIT   -
> tcp6       0      0 127.0.0.1:80            127.0.0.1:34403
> TIME_WAIT   -
> tcp6       0      0 MY.IP.ADD.85:80        85.250.188.85:1417
>  TIME_WAIT   -
>
>
>
>
> 2015-01-22 5:55 GMT+02:00 Maxim Solodovnik <so...@gmail.com>:
>
>> In case you set up mod_proxy changing in config.xml is enough
>> in case you would like to start Om on port 80 you need to additionally
>> change the port in red5.properties
>>
>
> On Wed, Jan 21, 2015 at 11:04 PM, Mark Lin <ml...@gmail.com> wrote:
>
>> just to change
>>  /usr/lib/red5/webapps/openmeetings/public/config.xml
>>
>> from - <red5httpport>5080</red5httpport>
>>
>> to - <red5httpport>80</red5httpport>
>>
>> restart apache & red5
>>
>> and to load http://My_Domain.com/openmeetings
>>
>>
>>
>>
>> 2015-01-21 4:32 GMT+02:00 Maxim Solodovnik <so...@gmail.com>:
>>
>>> you can start on port 80 or set up mod_proxy and front end Apache to
>>> proxy on port 80 for you
>>
>>
>> On Wed, Jan 21, 2015 at 5:34 AM, Mark Lin <ml...@gmail.com> wrote:
>>
>>> Hello
>>> there is a possibility to delete : 5080 from domain name...
>>>
>>> http://My_domain_name.com*:5080*/openmeetings
>>>
>>> THANK YOU
>>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
WBR
Maxim aka solomax

Re: how to delete port 5080 from domain name

Posted by Mark Lin <ml...@gmail.com>.
set /usr/lib/red5/conf/red5.properties -
http.port=5080  => http.port=80

/usr/lib/red5/webapps/openmeetings/public/config.xml
from - <red5httpport>5080</red5httpport> => - <red5httpport>80</
red5httpport>

when restart red5 and apache, and loading
http://My_Domain.com/openmeetings <http://my_domain.com/openmeetings>
ERROR 404 - Not Found!
*netstat -ntap | grep 80*
tcp        1      0 MY.IP.ADD.85:48036     91.189.95.83:80
CLOSE_WAIT  30324/http
tcp        0      0 MY.IP.ADD.85:53155     128.59.59.71:80
ESTABLISHED 30343/http
tcp        1      0 MY.IP.ADD.85:54768     91.121.10.104:80
 CLOSE_WAIT  30328/http
tcp        0      1 MY.IP.ADD.85:52813     78.47.240.182:80        SYN_SENT
   30327/http
tcp        0      0 MY.IP.ADD.85:52491     141.76.2.4:80
ESTABLISHED 30329/http
tcp        1      0 MY.IP.ADD.85:54771     91.121.10.104:80
 CLOSE_WAIT  30325/http
tcp        0      0 MY.IP.ADD.85:45287     148.137.11.75:80
 ESTABLISHED 30345/http
tcp        0    245 MY.IP.ADD.85:43090     46.4.205.44:80
 ESTABLISHED 30326/http
tcp6       0      0 :::8080                 :::*                    LISTEN
     29888/apache2
tcp6       0      0 :::80                   :::*                    LISTEN
     29888/apache2
tcp6       0      0 127.0.0.1:8081          :::*                    LISTEN
     29742/java
tcp6       0      0 :::8082                 :::*                    LISTEN
     29888/apache2
tcp6       0      0 ::1:52769               ::1:80
 TIME_WAIT   -
tcp6       0      0 127.0.0.1:80            127.0.0.1:34403
TIME_WAIT   -
tcp6       0      0 MY.IP.ADD.85:80        85.250.188.85:1417
 TIME_WAIT   -




2015-01-22 5:55 GMT+02:00 Maxim Solodovnik <so...@gmail.com>:

> In case you set up mod_proxy changing in config.xml is enough
> in case you would like to start Om on port 80 you need to additionally
> change the port in red5.properties
>
> On Wed, Jan 21, 2015 at 11:04 PM, Mark Lin <ml...@gmail.com> wrote:
>
>> just to change
>>  /usr/lib/red5/webapps/openmeetings/public/config.xml
>>
>> from - <red5httpport>5080</red5httpport>
>>
>> to - <red5httpport>80</red5httpport>
>>
>> restart apache & red5
>>
>> and to load http://My_Domain.com/openmeetings
>>
>>
>>
>>
>> 2015-01-21 4:32 GMT+02:00 Maxim Solodovnik <so...@gmail.com>:
>>
>>> you can start on port 80 or set up mod_proxy and front end Apache to
>>> proxy on port 80 for you
>>
>>
>> On Wed, Jan 21, 2015 at 5:34 AM, Mark Lin <ml...@gmail.com> wrote:
>>
>>> Hello
>>> there is a possibility to delete : 5080 from domain name...
>>>
>>> http://My_domain_name.com*:5080*/openmeetings
>>>
>>> THANK YOU
>>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>

Re: how to delete port 5080 from domain name

Posted by Maxim Solodovnik <so...@gmail.com>.
In case you set up mod_proxy changing in config.xml is enough
in case you would like to start Om on port 80 you need to additionally
change the port in red5.properties

On Wed, Jan 21, 2015 at 11:04 PM, Mark Lin <ml...@gmail.com> wrote:

> just to change
>  /usr/lib/red5/webapps/openmeetings/public/config.xml
>
> from - <red5httpport>5080</red5httpport>
>
> to - <red5httpport>80</red5httpport>
>
> restart apache & red5
>
> and to load http://My_Domain.com/openmeetings
>
>
>
>
> 2015-01-21 4:32 GMT+02:00 Maxim Solodovnik <so...@gmail.com>:
>
>> you can start on port 80 or set up mod_proxy and front end Apache to
>> proxy on port 80 for you
>
>
> On Wed, Jan 21, 2015 at 5:34 AM, Mark Lin <ml...@gmail.com> wrote:
>
>> Hello
>> there is a possibility to delete : 5080 from domain name...
>>
>> http://My_domain_name.com*:5080*/openmeetings
>>
>> THANK YOU
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
WBR
Maxim aka solomax

Re: how to delete port 5080 from domain name

Posted by Mark Lin <ml...@gmail.com>.
just to change
 /usr/lib/red5/webapps/openmeetings/public/config.xml

from - <red5httpport>5080</red5httpport>

to - <red5httpport>80</red5httpport>

restart apache & red5

and to load http://My_Domain.com/openmeetings




2015-01-21 4:32 GMT+02:00 Maxim Solodovnik <so...@gmail.com>:

> you can start on port 80 or set up mod_proxy and front end Apache to proxy
> on port 80 for you
>
> On Wed, Jan 21, 2015 at 5:34 AM, Mark Lin <ml...@gmail.com> wrote:
>
>> Hello
>> there is a possibility to delete : 5080 from domain name...
>>
>> http://My_domain_name.com*:5080*/openmeetings
>>
>> THANK YOU
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>

Re: how to delete port 5080 from domain name

Posted by Maxim Solodovnik <so...@gmail.com>.
you can start on port 80 or set up mod_proxy and front end Apache to proxy
on port 80 for you

On Wed, Jan 21, 2015 at 5:34 AM, Mark Lin <ml...@gmail.com> wrote:

> Hello
> there is a possibility to delete : 5080 from domain name...
>
> http://My_domain_name.com*:5080*/openmeetings
>
> THANK YOU
>



-- 
WBR
Maxim aka solomax