My filter module is not called

ruslan_osmanov nginx-forum at nginx.us
Sun Aug 11 18:48:38 UTC 2013


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



More information about the nginx mailing list