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, Artem Bokhan wrote:
>
> ???????? ??? ?????:
>
> RewriteRule ^/(.*)\.php$ http://172.17.0.10/$1.php [P]
> <Location ~ "^/.*\.php$">
> AccelDefaultExpire 120
> </Location>
>
> ÷????? ?????? ????? ????? ????????? php (?.?. ?? ?????????????? ?? ??????)
> ÷ ??? ????? ???? ????????, ???? ????? ?? ????????
?????? ?????, ??? ??? ?????? php ?? ???????????? - ??????? ??
http://172.17.0.10/$1.php
? ??? ??? ???? ??????? ? accel_log ?
>>> ????? ??????? ? ??????? mod_accel ????? ?????????? ??????? ? ???????
>>> ??????
>>> ? ?????? ? ???????????? ??????????? ^*\.extension$, ? ??????? (?.?. ???
>>> ?????????) ???????? ??????????? ??? ?? ????? ?????????? ? ???????
>>> AccelNoPass ?? ??????????.... ???? ??? ????????, ?????????, ??????????,
>>> ??????..
>>
>> RewriteRule ^/(.*)\.php$ http://%{HTTP_HOST}:8080/$1.php [P]
>> RewriteRule ^/(.*)\.phtml$ http://%{HTTP_HOST}:8080/$1.phtml [P]
>> <Location ~ "^/.*\.php$">
>> AccelDefaultExpire 120
>> </Location>
>>
>>
>> --
>> Best regards,
>> Andrew Kopeyko <kaa@xxxxxxxxxxxxx>
>> Head of NOC
>>
>> Rambler Co. http://www.rambler.ru/
>> phone : +7 095 745-3619
>
>
>
--
Best regards,
Andrew Kopeyko <kaa@xxxxxxxxxxxxx>
Head of NOC
Rambler Co. http://www.rambler.ru/
phone : +7 095 745-3619
|