On Wed, Jun 9, 2010 at 8:16 PM, Tres Seaver wrote:
> It will be the hostname that the browser requiested (the "Host:" header).
Thanks a lot for telling this.If possible give me a link about this
statement.My site is actually working.
What I finally did was
URLA/VirtualHostBase/http/%{HTTP_HOST}:8
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Tapas Mishra wrote:
> On Wed, Jun 9, 2010 at 5:27 PM, Tres Seaver wrote:
>> The "best practice"[1] is to use mod_rewrite in conjunction with
>> mod_proxy, e.g.:
> Thanks for clearing that out.
>
>> RewriteEngine On
>> RewriteRule ^/(.*) \
>> URLA/V
On Wed, Jun 9, 2010 at 5:27 PM, Tres Seaver wrote:
> The "best practice"[1] is to use mod_rewrite in conjunction with
> mod_proxy, e.g.:
Thanks for clearing that out.
> RewriteEngine On
> RewriteRule ^/(.*) \
> URLA/VirtualHostBase/http/%{HTTP_HOST}:80/rootfolder/VirtualHostRoot/$1\
> [L,P]
Jus
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Tapas Mishra wrote:
> Hi,
> I am running a website in a format
> http://ocw.mydomain.com
> where only http://mydomain.com has public IP.
> It is running on Apache.
>
> Now I configured a reverse proxy to be able to reach the server where
> ocw.openitu
Hi,
I am running a website in a format
http://ocw.mydomain.com
where only http://mydomain.com has public IP.
It is running on Apache.
Now I configured a reverse proxy to be able to reach the server where
ocw.openitup.in is hosted on Zope
what is happening is
request which is coming to a domain oc