Ironbee and Nginx
Nginx and Ironbee installing to save the world ?
apt-get install libossp-uuid-dev libtool libboost1.48-all-dev libboost-chrono1.48-dev libprotobuf-dev ruby1.9.1 protobuf-compiler && gem install ruby_protobuf
git clone https://github.com/ironbee/ironbee.git
cd to ironbee
./autogen.sh
./configure
make
make install
cd servers/nginx
make config
make nginx
make nginx-install
-I src/core -I src/event -I src/event/modules -I src/os/unix
root@reverseproxy:/usr/src/nginx-1.2.7-ib# ./configure --prefix=/usr --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --pid-path=/var/run/nginx.pid --lock-path=/var/lock/nginx.lock --user=nginx --group=nginx --with-http_ssl_module --with-http_flv_module --with-http_gzip_static_module --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/tmp/nginx/client/ --http-proxy-temp-path=/var/tmp/nginx/proxy/ --http-fastcgi-temp-path=/var/tmp/nginx/fcgi/ --add-module=addons/headers-more-nginx-module --with-http_addition_module --with-http_flv_module --with-http_ssl_module --with-http_dav_module --with-http_sub_module --with-http_secure_link_module --with-http_stub_status_module --with-sha1=/usr/lib --add-module=addons/nginx-sticky-module-1.1 --add-module=addons/ironbee/servers/nginx --with-cc-opt="-I/usr/local/ironbee/include" --with-ld-opt="-L/usr/local/ironbee/lib -lhtp -libutil -lironbee"
cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -g -O2 -std=c99 -pthread -D_GNU_SOURCE -I/usr/local/ironbee/include -I /usr/local/ironbee/include -I objs -o objs/src/core/nginx.o src/core/nginx.c