mod_proxy settings are as follows

<IfModule mod_proxy.c>
ProxyRequests Off

<Proxy *>
Order deny,allow
Allow from all
</Proxy>

ProxyPass /openmeetings http://localhost:5080/openmeetings
ProxyPassReverse /openmeetings http://localhost:5080/openmeetings
ProxyPass /open http://localhost:8088/open
ProxyPassReverse /open http://localhost:8088/open
ProxyPass /send http://localhost:8088/send
ProxyPassReverse /send http://localhost:8088/send
ProxyPass /idle http://localhost:8088/idle
ProxyPassReverse /idle http://localhost:8088/idle
ProxyPass /close http://localhost:8088/close
ProxyPassReverse /close http://localhost:8088/close

</IfModule>

and in config.xml

<rtmphostlocal></rtmphostlocal>
<rtmpport>80</rtmpport>
<rtmpTunnelport>80</rtmpTunnelport>
<red5httpport>80</red5httpport>

and in red5.properties

# HTTP
http.host=0.0.0.0
http.port=5080

# RTMPT
rtmpt.host=0.0.0.0
rtmpt.port=8088

-> at the client side, it tries to connect to 
rtmpt://localhost:80/openmeetings/hibernate
for 3 times and gives error

->in the apache logs, i get
127.0.0.1 - - [30/Dec/2010:10:19:24 +0530] "POST /open/1 HTTP/1.1" 400
34 "-" "Shockwave Flash, Shockwave Flash"

actually these settings are working fine on windows machine, but when
i am trying to run OM on fedora 10 ( with apache httpd - 2.2.14 ) i am
getting the above errors


On Dec 29, 12:30 pm, "[email protected]" <[email protected]>
wrote:
> What is your mod_proxy settings? You can run that with multiple different
> settings.
> Our Sys-Admin is on holiday but you might contact him afterwards.
>
> Sebastian
>
> 2010/12/29 vis_omuser <[email protected]>
>
>
>
> > i am unable to connect to OM when using rtmpt with apache proxy
>
> > i get the following in the server log
>
> > [WARN] [Red5_Scheduler_Worker-4]
> > org.red5.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
> > null : 0 to null (in: 0 out 0 ), with id 30512717 due to long
> > handshake
> > [WARN] [Red5_Scheduler_Worker-3]
> > org.red5.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
> > null : 0 to null (in: 0 out 0 ), with id 18564463 due to long
> > handshake
> > [WARN] [Red5_Scheduler_Worker-1]
> > org.red5.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
> > null : 0 to null (in: 0 out 0 ), with id 2866043 due to long handshake
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<openmeetings-user%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
> [email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to