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
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
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
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
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
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