how configure httpd drizzle with nginx
rohit
nginx-forum at nginx.us
Wed Jun 6 12:05:06 UTC 2012
`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
More information about the nginx
mailing list