[ANNOUNCE] ngx_drizzle v0.0.8 and ngx_rds_json v0.05

lhmwzy lhmwzy at gmail.com
Fri Apr 16 12:49:45 MSD 2010


Is there a module for nginx that can support auth based on mysql authentication?
The user and password are stored in mysql.

like
 location /secret
{
  auth_basic            "Restricted";
  auth_pass          mysql;
}

2010/4/16 agentzh <agentzh at gmail.com>:
> On Fri, Apr 16, 2010 at 4:32 PM, agentzh <agentzh at gmail.com> wrote:
>> Hi, folks!
>>
>> On behalf of the ngx_dbd team, I'm happy to announce the new releases
>> of the ngx_drizzle and ngx_rds_json modules.
>>
>
> Oops, forgot to give the download links for these modules:
>
> ngx_drizzle v0.0.8
>    http://github.com/chaoslawful/drizzle-nginx-module/tarball/v0.0.8
>
> ngx_rds_json v0.05
>    http://github.com/agentzh/rds-json-nginx-module/tarball/v0.05
>
> ngx_drizzle is a non-blocking upstream module for mysql, drizzle, and
> sqlite. Its project page is on GitHub:
>
>    http://github.com/chaoslawful/drizzle-nginx-module
>
> ngx_rds_json is an output filter module that can format the Resty DBD
> Stream (RDS) outputs of ngx_drizzle and other database driver modules
> to JSON. Its project page is also on GitHub:
>
>    http://github.com/agentzh/rds-json-nginx-module
>
> Cheers,
> -agentzh
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx
>



More information about the nginx mailing list