Hi, Is it posible to securize proxy server traffic out without changing the OM server settings?
I'm trying but I can not. Bruno. De: Christos Moustakakis [mailto:[email protected]] Enviado el: miércoles, 20 de abril de 2016 18:55 Para: [email protected]; Maxim Solodovnik; Openmeetings user-list Asunto: Re: Proxy Thank you all. I will try it and I will come back to you. Sent from Yahoo Mail on Android<https://overview.mail.yahoo.com/mobile/?.src=Android> On Wed, Apr 20, 2016 at 18:51, Maxim Solodovnik <[email protected]<mailto:[email protected]>> wrote: Thanks Bruno, we also using something similar :) On Wed, Apr 20, 2016 at 9:32 PM, Bruno Rubio Gayo <[email protected]<javascript:return>> wrote: Hi, I used this configuration for apache proxy, all traffic at port 80 tunneling rtmp trafic over http (rtmpT) video1h - apache proxy server URL 192.168.96.167 - openmeetings server IP 1) openmeeting server - close port 1935 using iptables - /PATH_RED5/webapps/openmeetings/public/config.xml <rtmphostlocal>video1h</rtmphostlocal> <httphostlocal>video1h</httphostlocal> <red5httpport>80</red5httpport> 2) apache proxy server <VirtualHost video1h:80> ServerName video1h ServerAlias video1h <Location /openmeetings> Order allow,deny Allow from all </Location> ProxyRequests Off ProxyPreserveHost On ProxyPass / http://192.168.96.167:5080/ ProxyPassReverse / http://192.168.96.167:5080/ ProxyPass /openmeetings http://192.168.96.167:5080/openmeetings ProxyPassReverse /openmeetings http://192.168.96.167:5080/openmeetings ProxyPass /open http://192.168.96.167:5080/open ProxyPassReverse /open http://192.168.96.167:5080/open ProxyPass /send http://192.168.96.167:5080/send ProxyPassReverse /send http://192.168.96.167:5080/send ProxyPass /idle http://192.168.96.167:5080/idle ProxyPassReverse /idle http://192.168.96.167:5080/idle ProxyPass /close http://192.168.96.167:5080/close ProxyPassReverse /close http://192.168.96.167:5080/close ProxyPass /fcs http://192.168.96.167:5080/fcs ProxyPassReverse /fcs http://192.168.96.167:5080/fcs ErrorLog ${APACHE_LOG_DIR}/video1h-80-error.log CustomLog ${APACHE_LOG_DIR}/video1h-80-access.log combined </VirtualHost> I hope this configuration works for you as well. Bruno. De: Christos Moustakakis [mailto:[email protected]<javascript:return>] Enviado el: miércoles, 20 de abril de 2016 10:59 Para: [email protected]<javascript:return> CC: Openmeetings user-list Asunto: re: Proxy Too many issues there that I can't figure out what I should do. Actually, my purpose is to create a subdomain "something.mydomain.gr<http://something.mydomain.gr>" that will redirect to openmeeting "IP:5080" but without changing the "something.mydomain.gr<http://something.mydomain.gr>" (redirect with mask). Is this proxy setup to openmeeting or something else? I am using virtualmin for virtual hosts. Στις 6:49 π.μ. Τρίτη, 19 Απριλίου 2016, ο/η Maxim Solodovnik <[email protected]<javascript:return>> έγραψε: please use http://openmeetings.markmail.org/ and search for "apache" "proxy" On Tue, Apr 19, 2016 at 2:08 AM, Christos Moustakakis < [email protected]<javascript:return>> wrote: > any reply please? > > Στις 3:30 μ.μ. Κυριακή, 17 Απριλίου 2016, ο/η Christos Moustakakis > <[email protected]<javascript:return>> έγραψε: > > > could you send me a link with an example? > I suppose that I must change the following which located > in /red52/webapps/openmeetings/public/config.xml > <!-- URL/IP to use for the Server for HTTP and HTTPS traffic. If this > value is empty it will use the rtmphostlocal variable (and in that way > try to connect to the domain-name the OpenMeetings-Client has been > loading from) --><httphostlocal></httphostlocal> > CallSend SMSAdd to SkypeYou'll need Skype CreditFree via Skype > > Στις 2:34 μ.μ. Κυριακή, 17 Απριλίου 2016, ο/η Maxim Solodovnik < > [email protected]<javascript:return>> έγραψε: > > > Sure, > > please search mailing list archive for the example configuration > > On Sun, Apr 17, 2016 at 4:25 AM, Christos Moustakakis < > [email protected]<javascript:return>> > wrote: > > > Does OM support being behind a proxy ? > > > > I would like to set in a subdomain with using proxy mask and when > > redirects it returns with the ip:port. > > > > Thanks. > > > > > > -- > WBR > Maxim aka solomax > > > > > > -- WBR Maxim aka solomax ________________________________ Antes de imprimir este mensaje, asegúrese de que es necesario hacerlo. Aviso Legal: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. Cualquier uso de este mensaje o sus adjuntos sin autorización está prohibida por ley. _____ Before printing this message, make sure it is really necessary. Legal Notice: The information contained in this message and its possible attachments are private and confidential and is intended solely for the addressee shown. If you are not the intended recipient of this message, please delete it. Any use of this message or its attachments without permission is prohibited by law. -- WBR Maxim aka solomax ________________________________ Antes de imprimir este mensaje, asegúrese de que es necesario hacerlo. Aviso Legal: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. Cualquier uso de este mensaje o sus adjuntos sin autorización está prohibida por ley. _____ Before printing this message, make sure it is really necessary. Legal Notice: The information contained in this message and its possible attachments are private and confidential and is intended solely for the addressee shown. If you are not the intended recipient of this message, please delete it. Any use of this message or its attachments without permission is prohibited by law.
