[users@httpd] Re: [users] Re: [users@httpd] Preserve protocol in httpd proxy

2014-09-14 Thread Maxim Solodovnik
Hello All, Couple of months passed since this question was answered Are mod_rewrite/mod_lua still the only options to implement this? maybe pod_proxy is now able to handle this? Thanks in advance On 2 June 2014 21:17, Juan Ignacio Barisich wrote: > Jim, thanks a lot. > The configuration: > > R

Re: [users@httpd] Preserve protocol in httpd proxy

2014-05-30 Thread Maxim Solodovnik
I also would like to know :) Is it also possible using Apache 2.4.7? On Fri, May 30, 2014 at 9:08 PM, Jim Jagielski wrote: > Hmmm... let me mull this over. > > BTW: CCing on dev@ > On May 29, 2014, at 11:18 AM, Juan Ignacio Barisich < > juan.baris...@gmail.com> wrote: > > > I need to configure

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 wil

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

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

[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