Problem trying to rewrite a URL

2014-01-05 Thread hoidulich
Hi all, I have a problem trying to rewrite a URL. It should be pretty straightforward but it has been taking me hours searching. Google indexed urls containing ";", which gets escaped to %3b: http://hoidulich.com/index.php?action=tagged%3bid=254715%3btag=vietholiday (the original url that

Re: How to delete cache based on expires headers?

2014-01-05 Thread Indo Php
Thanks that makes clear! On Friday, January 3, 2014 2:19 AM, António P. P. Almeida wrote: Yes.  Nginx will obey the Cache-Control/Expire headers. It won't delete, but it will refresh the files so that the served content is fresh. So it is as if the files were deleted. AFAIK deletion happen

Centos 6.5 and ECDH ciphers in nginx.org Centos repo

2014-01-05 Thread Nick Jenkin
Hi In Centos 6.5 (and RHEL 6.5) the ECDH ciphers were enabled. There appears to be an issue with the nginx.org 1.5.8 Centos binaries still not having support for ECDHE despite having updated openssl 1.01e with elliptic curves. If I compile from source, ECDH works fine. Is there something wrong

OT: Crypto Hardening Guide (nginx has an entry)

2014-01-05 Thread Jeffrey Walton
For administrators interested in SSL/TLS protocols and ciphers settings, the following may be useful. It also looks like the [possibly influenced] US stuff was removed. https://bettercrypto.org/static/applied-crypto-hardening.pdf ___ nginx mailing l

agentzh's encrypted session module

2014-01-05 Thread Jeffrey Walton
I've been studying agentzh's encrypted session module from https://github.com/agentzh/encrypted-session-nginx-module/tree/master/src. There are essentially two methods: one to encrypt values, and a second to decrypt modules. The functions to do so are ngx_http_set_encode_encrypted_session and ngx_