ized?
From: alin vasile
To: users@httpd.apache.org
Sent: Sun, April 18, 2010 8:38:03 PM
Subject: Re: [us...@httpd] Reverse proxy question
The key here is that I want to rewrite some URL's using a remote proxy and I
need to set the proxy properties in a common place (not repeating them
ed in this case?
From: alin vasile
To: users@httpd.apache.org
Sent: Sat, April 17, 2010 5:44:43 PM
Subject: [us...@httpd] Reverse proxy question
Hi,
I try to setup a reverse proxy with httpd 2.2.15:
ProxyPass /112 http:/mywebserver/112
ProxyPassRe
Hi,
I try to setup a reverse proxy with httpd 2.2.15:
ProxyPass /112 http:/mywebserver/112
ProxyPassReverse /112 http:/mywebserver/112
and I want to rewrite some requests through it:
RewriteCond %{REQUEST_URI} /112
RewriteRule /112/(.*) http://mywebserver/112/$1 [P,L]
Also I would lik
Hi,
I am a new member on this list
I have a test environment consisting of :
1 real PC with WinXp with apache2.2 mod_jk latest binary and Tomcat
6.0.16,
1 Mac with OSX 10.5.6 with apache2.2 mod_jk 1.2.26 and Tomcat 6.0.16
1 VMWare Fusion on the Max runing windows XP with Apache 2.2
This
I apologise.
Thanks Krist and Tom. It is working like a charm now.
Can someone please tell me or point me to some literature as to why the
proxy pass did not work with the rule I specified?
On Tue, Nov 4, 2008 at 10:34 PM, Tom Evans <[EMAIL PROTECTED]> wrote:
> On Tue, 2008-11-04 at 22:03 +0530
On Tue, 2008-11-04 at 22:03 +0530, Abhi wrote:
> Thanks for that Krist.
>
> I want to do it without a redirect. I am trying to do something with
> google gears and google gears has the same origin security policy. So
> I cannot cache URL's with different domains.
>
> Is there any way I can achie
Thanks for that Krist.
I want to do it without a redirect. I am trying to do something with google
gears and google gears has the same origin security policy. So I cannot
cache URL's with different domains.
Is there any way I can achieve this with an internal forward rather than a
redirect?
On T
On Tue, Nov 4, 2008 at 2:39 PM, Abhi <[EMAIL PROTECTED]> wrote:
> The scenario is:
>
> I want to forward the request of this format
>
> http://localhost/foo/moo.flv
>
> to
>
> http://bar.com/cgi-bin/outflv.pl?flv=moo.flv
>
> If I have the following rule in my apache2.conf file it does not work.
>
The scenario is:
I want to forward the request of this format
http://localhost/foo/moo.flv
to
http://bar.com/cgi-bin/outflv.pl?flv=moo.flv
If I have the following rule in my apache2.conf file it does not work.
ProxyPass /foo/ http://bar.com/cgi-bin/outflv.pl?flv=
Is there a way to achieve t