1 message in ru.sysoev.nginx[ANN] mod_parsed_vars
FromSent OnAttachments
Manlio PerilloJan 16, 2008 2:26 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ANN] mod_parsed_varsActions...
From:Manlio Perillo (manl@public.gmane.org)
Date:Jan 16, 2008 2:26:30 pm
List:ru.sysoev.nginx

Hi.

I'm pleased to announce a new module for nginx: mod_parsed_vars.

The module development has been sponsorized by David Cancel - Lookery.com <http://lookery.com/>.

As usual, the module can be found on my Mercurial repository: http://hg.mperillo.ath.cx/nginx/mod_parsed_vars/

This module adds to nginx two new variables "class": $cookie_<name> and $args_<name>.

They work like the nginx $http_<name>, $sent_http_<name> and $upstream_http_<name>.

$cookie_<name> returns the cookie value with the given name $args_<key> returns the value of the query string parameter with the given key.

Note that at the moment the module needs a patch to nginx.