Thank you for the reply. Hmm, maybe I build it different way. I have the following files to configure, make and install it:
conf.sh: cd ~/src/nginx ./auto/configure --prefix=/home/ruslan \ --with-debug \ --conf-path=/home/ruslan/etc/nginx/nginx.conf \ --user=ruslan \ --group=www \ --pid-path=/home/ruslan/var/run/nginx.pid \ --lock-path=/home/ruslan/var/run/nginx.lock \ --error-log-path=/home/ruslan/var/log/nginx/error.log \ --add-module=/home/ruslan/projects/nginx/modules/file_chunks_filter make.sh cd ~/src/nginx make -j7 install.sh cd ~/src/nginx make install So I simply run ./conf.sh ; ./make.sh ; install.sh. Isn't it right? Or, should I modify the nginx configuration? Thanks. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,241761,241764#msg-241764 _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx