Apache-Talk mailing list archive (apache-talk@lists.lexa.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [apache-talk] Re: [apache-talk] mod_accel для к еширования динамики
On Wed, 16 Mar 2005, Igor Sysoev wrote:
>
> On Wed, 16 Mar 2005, Andrew Kopeyko wrote:
>
>> On Wed, 16 Mar 2005, Artem Bokhan wrote:
>>>
>>> ? ???????? ?? ? ?????? ?????????? ?????????????? ?????? ?? ?????-????
>>> ?????
>>> ????
>>> RewriteRule ^/(.*)\.php$ http://1.2.3.4/$1.php [P], ??? ???? ??
>>> ?????
>>> ????????? host? ?? ???????? ? [PH] ? AccelPass ?
>>
>> ???? ?? ??????????? ????? mod_accel, ?? ?????? ??? ? ??????????
>
> ???, ??? ????????????? mod_rewrite [PH] ?? ????????.
?? ???? ???? ? ??????
RewriteRule ^/(.*)\.php$ http://1.2.3.4/$1.php [P]
?? ?? ?????? ????? ??????? ?????????
Host: 1.2.3.4
? ???? ??????
RewriteRule ^/(.*)\.php$ http://my-backend/$1.php [P]
?? ?? ?????? ????? ??????? ?????????
Host: my-backend
? ????? ????????? Host: ????? ?? ?????? ???? ????????
ServerName *.domain.tld
RewriteRule ^/(.*)\.php$ http://%{HTTP_HOST}/$1.php
???
? ???????, ??? ? ??????? ? ??????? ? ????????? Host: ????? ?????? ????????
????????? Host: ?? ??????? ??????? ? ?????????.
--
Best regards,
Andrew Kopeyko <kaa@xxxxxxxxxxxxx>
Head of NOC
Rambler Co. http://www.rambler.ru/
phone : +7 095 745-3619
|