How To limit user connection per given username/password
Hi I have created an password protected website.I would like to have this website only accesible by username and password according to htpassword file.I do not want users to be able to login twice or...
View Article[nginx] svn commit: r5059 - in branches/stable-1.2: . src/event
Author: mdouninDate: 2013-02-11 15:12:06 +0000 (Mon, 11 Feb 2013)New Revision: 5059URL: http://trac.nginx.org/nginx/changeset/5059/nginxLog:Merge of r5004, r5019-r5025: ssl fixes.*) SSL: speedup...
View Article[nginx] svn commit: r5060 - in branches/stable-1.2: . auto/cc
Author: mdouninDate: 2013-02-11 15:28:50 +0000 (Mon, 11 Feb 2013)New Revision: 5060URL: http://trac.nginx.org/nginx/changeset/5060/nginxLog:Merge of r5012: configure: removed redundant variable...
View Article[nginx] svn commit: r5061 - in branches/stable-1.2: . src/http/modules
Author: mdouninDate: 2013-02-11 15:31:10 +0000 (Mon, 11 Feb 2013)New Revision: 5061URL: http://trac.nginx.org/nginx/changeset/5061/nginxLog:Merge of r5013: proxy: fixed proxy_method to always add...
View Article[nginx] svn commit: r5062 - in branches/stable-1.2: . auto/lib/geoip...
Author: mdouninDate: 2013-02-11 15:34:30 +0000 (Mon, 11 Feb 2013)New Revision: 5062URL: http://trac.nginx.org/nginx/changeset/5062/nginxLog:Merge of r5014, r5015, r5016, r5030: geoip ipv6 support.*)...
View ArticleNginx seems to ignore proxy_set_header Host directive
Hi allI am trying to use nginx to get remote access to various service on my home server, via proxy_pass redirection to various subdirectorysFor example, owncloud server with apache, pyload with it's...
View ArticleRe: set $cookie_abc "$cookie_abc";
On Monday 11 February 2013 17:41:05 amodpandey wrote:> Thank you. But this is not what I am looking for. The question is about> defining $cookie_abc and default it to $cookie_abc itself (if the...
View Article[nginx] svn commit: r5063 - in branches/stable-1.2: . src/event/modules
Author: mdouninDate: 2013-02-11 16:06:39 +0000 (Mon, 11 Feb 2013)New Revision: 5063URL: http://trac.nginx.org/nginx/changeset/5063/nginxLog:Merge of r5017: fixed null dereference with resolver and...
View Article[nginx] svn commit: r5064 - in branches/stable-1.2: . src/http/modules
Author: mdouninDate: 2013-02-11 16:09:35 +0000 (Mon, 11 Feb 2013)New Revision: 5064URL: http://trac.nginx.org/nginx/changeset/5064/nginxLog:Merge of r5018: secure link: fixed configuration...
View Article[nginx] svn commit: r5065 - in branches/stable-1.2: . src/http/modules
Author: mdouninDate: 2013-02-11 16:11:14 +0000 (Mon, 11 Feb 2013)New Revision: 5065URL: http://trac.nginx.org/nginx/changeset/5065/nginxLog:Merge of r5027, r5028, r5029: fastcgi_keep_conn fixes.*)...
View ArticleRe: мапинг большого кол-ва URL
On Friday 08 February 2013 15:33:39 umask wrote:> Добрый день,>> есть 200-300к URL, запросы на которые нужно перенаправить на> соответствующие им новые URL.>> Для каждого URL из...
View ArticleRe: sub_filter + POST request
On Monday 11 February 2013 09:29:43 john2do wrote:> День добрый,>> собственно вопрос по сабжу:> это баг или фича, что sub_filter не работает на POST-ответы?Работает. Простой тест:% cat...
View Articleis it possible to run xt-commerce on nginx?
I googled for hours but can't find an answer to this question. Checking the requirements to run xt-comerce: http://www.xt-commerce.co.uk/shop-software/functions/system-requirements.html I'd say it is...
View ArticleRe: Apache rewriterule to nginx rewriterule
I haven't tried this but give it a go: http://www.anilcetin.com/convert-apache-htaccess-to-nginx/
View ArticleRe: set $cookie_abc "$cookie_abc";
The variable $cookie_abc will exist only if the client request cookie has "abc". In my case the first request won't have this cookie set and I am setting this value for some magic.Lua module is very...
View ArticleRe: set $cookie_abc "$cookie_abc";
On Monday 11 February 2013 22:07:18 amodpandey wrote:> The variable $cookie_abc will exist only if the client request cookie has> "abc". In my case the first request won't have this cookie set...
View ArticleRe: set $cookie_abc "$cookie_abc";
It should not and it does not! If the client does not send a cookie with name "abc" or "def" I do not assume nginx to have any variable with that name. Am I missing anything?
View ArticleRe: set $cookie_abc "$cookie_abc";
You should give a better (code test case) example of what you want to doIf you are using lua then i'm sure there will be a solutionOn 11/02/13 18:21, amodpandey wrote:> It should not and it does...
View ArticleRe: Nginx seems to ignore proxy_set_header Host directive
On Mon, Feb 11, 2013 at 10:44:03AM -0500, jeangouytch wrote:Hi there,> I am trying to use nginx to get remote access to various service on my home> server, via proxy_pass redirection to various...
View ArticleRe: set $cookie_abc "$cookie_abc";
Hello!On Mon, Feb 11, 2013 at 1:49 AM, amodpandey wrote:> I have some lua code where I play with the value of ngx.var.cookie_abc. The> variable must exist if some assignment is done on...
View Article