how configure httpd drizzle with nginx

Christian Bönning christian.boenning at gmail.com
Wed Jun 6 12:20:06 UTC 2012


Hi,

that 'unknown directive' says it all. You need to check your backend
definition. The drizzled_server key simply does not exist. See the
README of this module:
https://github.com/chaoslawful/drizzle-nginx-module#readme

That directive is called 'drizzle_server'. Should be working good good
once you've corrected that typo.

Regards,
Chris


2012/6/6 rohit <nginx-forum at nginx.us>:
> `i configure nginx
> download nginx.1.0.8
> cd  /nginx.1.0.8
>
> ./configure --prefix=/etc/nginx
> --add-module=/home/rohittyagi/Downloads/chaoslawful-drizzle-nginx-module-74682b1/
>  --add-module=/home/rohittyagi/Downloads/agentzh-rds-json-nginx-module-74c21b3/
>
> create virtual upstrem like
>
> upstream backend {
>            drizzled_server 127.0.0.1:3306 dbname=vhost_dbi
>                 password=root user=root protocol=mysql;
>        }
>
> its give error
> [emerg]: unknown directive "drizzled_server" in
> /etc/nginx/nginx.conf:133
>  can any one help me to configure HttpDrizzleModule with nginx`
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,227274,227274#msg-227274
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx



More information about the nginx mailing list