On Fri, 14 May 1999, Alexander Pozdnjakov wrote:
> Hi!
>
> Есть следующее:
>
> <VirtualHost www.domain.zone1>
> Redirect / http://server.hosting.zone2/user/etc
> </VirtualHost>
>
> КАК СДЕЛАТЬ ТАК, ЧТОБЫ ПРИ РЕДИРЕКТЕ НА КЛИЕНТЕ ОСТАВАЛОСЬ
> HTTP://WWW.DOMAIN.ZONE1 ????
>
<VirtualHost www.domain.zone1>
CacheRoot /your/cache/path
CacheSize 16
ProxyPass / http://server.hosting.zone2/user/etc/
</VirtualHost>
Естественно, компилить надо с --enable-moduel=proxy
#-- Ilya Obshadko [IDO-RIPN] -------------------------------#
#-- email: ilya@xxxxxxxxxx, ilya24@xxxxxxx -----------------#
#-- ICQ UIN: 10704338 --------------------------------------#
=============================================================================
= Apache-Talk@xxxxxxxxxxxxx mailing list =
Mail "unsubscribe apache-talk" to majordomo@xxxxxxxxxxxxx if you want to quit.
= Archive avaliable at http://www.lexa.ru/apache-talk =
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C)
1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.