Welcome! Log In Create A New Profile

Advanced

Re: how configure httpd drizzle with nginx

June 06, 2012 08:22AM
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@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@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

how configure httpd drizzle with nginx

rohit June 06, 2012 08:05AM

Re: how configure httpd drizzle with nginx

hexa June 06, 2012 08:22AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 233
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready