Re: convert rule apache to nginx
Михаил, здравствуйте.В системе управления MODX постраничная навигация происходит URL'ами такого вида:/?page=2Поискав информацию о том как сделать URL без параметров, нашел только...
View ArticleRe: installing nginx on centos should be straightforward
Installing as root allowed the method under (3) to work. Still have a problem starting nginx, but I'll see if I can work thru that. I would appreciate comments on item (1) though from anyone's...
View ArticleRe: installing nginx on centos should be straightforward
what was the article that you read?you should probably do your own tests to work out the fastest way to doit if you really need as many dynamic requests as possibleMy thoughts at this point (after...
View ArticleRe: installing nginx on centos should be straightforward
Here's the article:https://www.digitalocean.com/community/articles/how-to-configure-nginx-as-a-front-end-proxy-for-apacheI agree that if I could do it all with one web server, it would be...
View ArticleGeo blocking, but allowing google index robot to pass-thru
HiI have a site where i want to geo block all but one country, but perhapsallow Google to index site, perhaps some other index bot too.So what sort of configuration is needed so i can detect Google bot...
View ArticleWebsocket proxy support
Is there any updates on the Websocket proxy support ? Everything I found is only this: http://trac.nginx.org/nginx/milestone/1.3.13Thank you !
View ArticleLimit connections to mp4 files
HelloI set this to my nginx config to prevent users playing multiple videos atthe same time:http {limit_conn_zone $binary_remote_addr zone=addr:10m;server {location ~ \.mp4$ {limit_conn addr...
View ArticleRe: Websocket proxy support
On Feb 18, 2013, at 4:03 PM, perone wrote:> Is there any updates on the Websocket proxy support ? Everything I found is> only this: http://trac.nginx.org/nginx/milestone/1.3.13Yes, there will be...
View ArticleProxy module for nginx
Hi, allI want to make a module for my nginx server, which can block some ip with particular features.My idea is to create a module like the proxy module in some way, can any of you give me some...
View ArticleRe: embedded variable $cookie_YYY and "-" symbol.
On Mon, Feb 18, 2013 at 03:54:33PM +0400, Igor Karymov wrote:Hi there,> set $uwaver $cookie_un-uwa-version;>> $uwaver always equal to "-uwa-version" string instead of real cookie...
View ArticleRe: convert rule apache to nginx
> RewriteCond %{REQUEST_URI} /(.+?)/pagina-(.+?)/ [NC]> RewriteRule (.*) /%1/?page=%2 [L,QSA,NC]итак,[NC] - (no case) - без учёта регистра[L] - last|L - Stop the rewriting process immediately and...
View ArticleRe: embedded variable $cookie_YYY and "-" symbol.
Francis Daly wrote in post #1097580:> On Mon, Feb 18, 2013 at 03:54:33PM +0400, Igor Karymov wrote:>> Hi there,>>> set $uwaver $cookie_un-uwa-version;>>>> $uwaver always...
View ArticleRe: embedded variable $cookie_YYY and "-" symbol.
This workaround has solve my issues. Thank you!_______________________________________________nginx mailing listnginx@nginx.orghttp://mailman.nginx.org/mailman/listinfo/nginx
View Article[nginx] svn commit: r5073 - in trunk/src/http: . modules
Author: mdouninDate: 2013-02-18 13:50:52 +0000 (Mon, 18 Feb 2013)New Revision: 5073URL: http://trac.nginx.org/nginx/changeset/5073/nginxLog:Proxy: support for connection upgrade (101 Switching...
View ArticleRe: A dynamic web-site written wholly in nginx.conf? Introducing mdoc.su!
nice catch! i'd suggest you create the same stuff for ReactOS too (or maybe linux?)so you could have> f | n | o | r | d or> f | n | o | l | dregards,mex... please forgive me that blasphemous...
View ArticleRe: Proxy module for nginx
On 18 February 2013 12:32, zzhofict <nginx-forum@nginx.us> wrote:> Hi, all> I want to make a module for my nginx server, which can block some ip with> particular features.> My idea is...
View ArticleRe[2]: convert rule apache to nginx
Здравствуйте, VovansystemS.>>> RewriteCond %{REQUEST_URI} /(.+?)/pagina-(.+?)/ [NC]>>> RewriteRule (.*) /%1/?page=%2 [L,QSA,NC]>>>>>> Подозреваю, что апачевскую...
View Article[nginx] svn commit: r5074 - trunk/src/http
Author: mdouninDate: 2013-02-18 15:08:46 +0000 (Mon, 18 Feb 2013)New Revision: 5074URL: http://trac.nginx.org/nginx/changeset/5074/nginxLog:Proxy: fixed do_write handling in previous commit.As...
View ArticleRe: Re[2]: convert rule apache to nginx
Здравствуйте, Михал,>> location / {>> rewrite /(.+?)/pagina-(.+?)/ /%1/?page=%2 break;>> }>> Это один из вариантов и как бы написав такой локейшн ничего не> произойдёт....
View Articlenginx+apache2 (помогите с оптимизацией)
День добрый! Устал платить разным "горе-оптимизаторам", поэтому прошупомощи на данном форуме...Имеем 8-ядерный сервер.. сайты на движке DLE... на сервере стоят:apache2 + nginx + php 5 + mysql +...
View Article