Re: [users@httpd] Configuring mod_proxy_hml and mod_proxy_wstunnel on the same URL (different protocols)

2014-02-06 Thread Maxim Solodovnik
Thanks Eric, Will try to workaround this On Thu, Feb 6, 2014 at 8:31 PM, Eric Covener wrote: > On Thu, Feb 6, 2014 at 2:51 AM, Maxim Solodovnik > wrote: > > Can someone please tell me is it possible to proxy resources based on > > protocol? > > http://some_url will go to http://localhost:8080

Re: [users@httpd] Configuring mod_proxy_hml and mod_proxy_wstunnel on the same URL (different protocols)

2014-02-06 Thread Eric Covener
On Thu, Feb 6, 2014 at 2:51 AM, Maxim Solodovnik wrote: > Can someone please tell me is it possible to proxy resources based on > protocol? > http://some_url will go to http://localhost:8080/someurl > ws://some_url will go to ws://localhost:8080/someurl I don't think so, those aren't actually dif

Re: [users@httpd] Configuring mod_proxy_hml and mod_proxy_wstunnel on the same URL (different protocols)

2014-02-05 Thread Maxim Solodovnik
Can someone please tell me is it possible to proxy resources based on protocol? http://some_url will go to http://localhost:8080/someurl ws://some_url will go to ws://localhost:8080/someurl On Thu, Jan 30, 2014 at 12:19 AM, Maxim Solodovnik wrote: > The following configuration works as expected

Re: [users@httpd] Configuring mod_proxy_hml and mod_proxy_wstunnel on the same URL (different protocols)

2014-01-29 Thread Maxim Solodovnik
The following configuration works as expected (css files, images js scripts, json requests are working) Order allow,deny Allow from all ProxyPass http://localhost:5080/openmeetings ProxyPassReverse http://localhost:5080/openme

Re: [users@httpd] Configuring mod_proxy_hml and mod_proxy_wstunnel on the same URL (different protocols)

2014-01-29 Thread yan
> Hello, > > Is it possible to set up proxying of > http://mysite/openmeetings to http://localhost:5080/openmeetings > and same time > ws://mysite/openmeetings to ws://localhost:5080/openmeetings > > What I have tried > Install apache httpd on Ubuntu 13.10 server (2.4.6 using apt-get) > Checkout >

[users@httpd] Configuring mod_proxy_hml and mod_proxy_wstunnel on the same URL (different protocols)

2014-01-29 Thread Maxim Solodovnik
Hello, Is it possible to set up proxying of http://mysite/openmeetings to http://localhost:5080/openmeetings and same time ws://mysite/openmeetings to ws://localhost:5080/openmeetings What I have tried Install apache httpd on Ubuntu 13.10 server (2.4.6 using apt-get) Checkout http://svn.apache.or