August 11, 2013 02:48PM
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.
Subject Author Posted

My filter module is not called

ruslan_osmanov August 11, 2013 09:15AM

Re: My filter module is not called

cubicdaiya August 11, 2013 02:44PM

Re: My filter module is not called

ruslan_osmanov August 11, 2013 02:48PM

Re: My filter module is not called

ruslan_osmanov August 11, 2013 02:51PM

Re: My filter module is not called

ruslan_osmanov August 11, 2013 02:57PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 253
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