On Tue, Mar 24, 2009 at 02:15:29PM +0100, J?r?me Loyet wrote: > And I ask myself a question, why use those lines: > p = "nginx version: " NGINX_VER CRLF; > n = sizeof("nginx version: " NGINX_VER CRLF) - 1; > > if (ngx_write_fd(ngx_stderr_fileno, p, n) != n) { > return 1; > } > > instead of >by Igor Sysoev - Nginx Mailing List - English
On Tue, Mar 24, 2009 at 01:51:11PM +0000, Mark Alan wrote: > Igor Sysoev wrote: > >On Tue, Mar 24, 2009 at 11:09:07AM +0000, Mark Alan wrote: > > > >>Could someone please point me to some documentation about > >>the option --without-http-cache (disable HTTP cache) and the related > >>module(s)? > > > >The option just disables building HTTP caby Igor Sysoev - Nginx Mailing List - English
On Tue, Mar 24, 2009 at 05:07:23PM +0100, J?r?me Loyet wrote: > 2009/3/23 Igor Sysoev <is@rambler-co.ru>: > > On Mon, Mar 23, 2009 at 10:42:45PM +0800, Delta Yeh wrote: > > > >> How to use the cache feature? > >> What kind of cache does it support? > > > > Here is configuraiton example: > > > > http { > > proxy_caby Igor Sysoev - Nginx Mailing List - English
Igor Sysoev wrote: > On Tue, Mar 24, 2009 at 05:30:02PM +0100, J?r?me Loyet wrote: > >> 2009/3/24 Igor Sysoev <is@rambler-co.ru>: >>> On Tue, Mar 24, 2009 at 05:07:23PM +0100, J?r?me Loyet wrote: >>> >>>> 2009/3/23 Igor Sysoev <is@rambler-co.ru>: >>>>> On Mon, Mar 23, 2009 at 10:42:45PM +0800, Delta Yeh wrote: >&gby Igor Sysoev - Nginx Mailing List - English
On Tue, Mar 24, 2009 at 11:09:07AM +0000, Mark Alan wrote: > Could someone please point me to some documentation about > the option --without-http-cache (disable HTTP cache) and the related > module(s)? The option just disables building HTTP cache. -- Igor Sysoev http://sysoev.ru/en/by Igor Sysoev - Nginx Mailing List - English
On Tue, Mar 24, 2009 at 09:02:43AM +0000, Mark Alan wrote: > Igor Sysoev wrote: > > >As I understand gcc uses the lastest -O option, therefore -O -O2 is the > >same > >as -O2. > > As far as I know in several Linux systems it is. This is gcc's feature, but not Linux's one. > But nginx should not rely on that to cope with a less than optimal > ./configure tby Igor Sysoev - Nginx Mailing List - English
On Tue, Mar 24, 2009 at 09:08:31AM +0300, Igor Sysoev wrote: > On Mon, Mar 23, 2009 at 11:04:43PM -0700, Michael Shadle wrote: > > > 2009/3/23 Igor Sysoev <is@rambler-co.ru>: > > > > >> root@local:/usr/src/build# cat build-nginx > > >> #!/bin/sh > > > > > > If you build something by hand, use program tuned specially for this: makby Igor Sysoev - Nginx Mailing List - English
On Mon, Mar 23, 2009 at 11:03:29PM -0700, Michael Shadle wrote: > when my "make" runs this is what i see: > > gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter > -Wno-unused-function -Wunused-variable -Wunused-value -Werror -g -I > src/core -I src/event -I src/event/modules -I src/os/unix -I > /usr/lib/include -I /usr/include/libxml2 -I objs \ >by Igor Sysoev - Nginx Mailing List - English
On Mon, Mar 23, 2009 at 11:04:43PM -0700, Michael Shadle wrote: > 2009/3/23 Igor Sysoev <is@rambler-co.ru>: > > >> root@local:/usr/src/build# cat build-nginx > >> #!/bin/sh > > > > If you build something by hand, use program tuned specially for this: make, > > even with the single target. make has one excellent feature: it always tests > > aby Igor Sysoev - Nginx Mailing List - English
On Mon, Mar 23, 2009 at 10:39:13PM +0100, Chris Kraybill wrote: > Seven Du wrote: > > monit has an embedded web interface, I want to use nginx to proxy > > several servers: > > > > http://monit.example.com/server1 > > http://monit.example.com/server2 > > http://monit.example.com/server3 > > http://monit.example.com/server4 > > > > > &by Igor Sysoev - Nginx Mailing List - English
On Mon, Mar 23, 2009 at 02:56:50PM -0700, mike wrote: > On Mon, Mar 23, 2009 at 2:48 PM, Merlin <merlin@mahalo.com> wrote: > > Mark, > > > > Why not just use apt-get source to get the source package of nginx; wget the > > latest nginx; copy the debian/ directory from the source package into the > > new nginx directory; edit the (dch) changelog, control file,by Igor Sysoev - Nginx Mailing List - English
On Mon, Mar 23, 2009 at 09:56:45PM +0000, Mark Alan wrote: > mike wrote: > >What does this do? > > > ># ensure that there is only one -O in CFLAGS and that it is -O2 > > When we use --with-cc-opt= to specify any alternative -On C compiler > optimization, there seems to be a bug (or is it a designed feature?) in > nginx's ./configure that leads to the followingby Igor Sysoev - Nginx Mailing List - English
On Mon, Mar 23, 2009 at 08:27:03PM +0000, Mark Alan wrote: > Merlin wrote: > >The simplest debian-like nginx.conf is something like this: > > In Ubuntu/Debian the main differences are: > > # debian's web server user (instead of nobody or apache) > -#user nobody; > +user www-data; > > # debian's /etc/logrotate.d/nginx writes to /var/log/nginx/*.log > +error_by Igor Sysoev - Nginx Mailing List - English
On Mon, Mar 23, 2009 at 08:27:03PM +0000, Mark Alan wrote: > Merlin wrote: > >The simplest debian-like nginx.conf is something like this: > > In Ubuntu/Debian the main differences are: > > # debian's web server user (instead of nobody or apache) > -#user nobody; > +user www-data; > > # debian's /etc/logrotate.d/nginx writes to /var/log/nginx/*.log > +error_by Igor Sysoev - Nginx Mailing List - English
On Mon, Mar 23, 2009 at 06:51:50PM +0100, J?r?me Loyet wrote: > >> >> > As your OpenSSL is set in non-standard place (I have just tested building > >> >> > on Debian with standard /usr/include/openssl/md5.h), you should use > >> >> > something like this: > >> >> > > >> >> > --with-cc-opt=-I/usr/local/opensslby Igor Sysoev - Nginx Mailing List - English
On Mon, Mar 23, 2009 at 05:57:27PM +0300, Igor Sysoev wrote: > On Mon, Mar 23, 2009 at 10:42:45PM +0800, Delta Yeh wrote: > > > How to use the cache feature? > > What kind of cache does it support? > > Here is configuraiton example: > > http { > proxy_cache_path /path/to/cache levels=1:2 > keys_zone=NAME:10m >by Igor Sysoev - Nginx Mailing List - English
<3bea96c40903230737h63f6e019tde21744a2dd36c2@mail.gmail.com> <3bea96c40903230741l28c617c1hc03db40d6de770a0@mail.gmail.com> <20090323144714.GH73698@rambler-co.ru> <3bea96c40903230755h1f0b6176pcdf01c5e13db3dd1@mail.gmail.com> <20090323145919.GK73698@rambler-co.ru> <3bea96c40903230806k216dbb2aw5c1ea57b16538931@mail.gmail.com> <20090323151508.GM73698@rambler-co.rby Igor Sysoev - Nginx Mailing List - English
<20090323133312.GC73698@rambler-co.ru> <beffb2170903230742j217ca92bv3fb5b9006074f01f@mail.gmail.com> <20090323145727.GJ73698@rambler-co.ru> <003701c9abcf$c001e760$4005b620$@com> On Mon, Mar 23, 2009 at 11:55:09AM -0400, Floren Munteanu wrote: > > -----Original Message----- > > From: Igor Sysoev > > Posted At: Monday, March 23, 2009 10:57 AM > > Poby Igor Sysoev - Nginx Mailing List - English
<20090323133312.GC73698@rambler-co.ru> <3bea96c40903230737h63f6e019tde21744a2dd36c2@mail.gmail.com> <3bea96c40903230741l28c617c1hc03db40d6de770a0@mail.gmail.com> <20090323144714.GH73698@rambler-co.ru> <3bea96c40903230755h1f0b6176pcdf01c5e13db3dd1@mail.gmail.com> <20090323145919.GK73698@rambler-co.ru> <3bea96c40903230806k216dbb2aw5c1ea57b16538931@mail.gmail.coby Igor Sysoev - Nginx Mailing List - English
<20090323133312.GC73698@rambler-co.ru> <3bea96c40903230737h63f6e019tde21744a2dd36c2@mail.gmail.com> <3bea96c40903230741l28c617c1hc03db40d6de770a0@mail.gmail.com> <20090323144714.GH73698@rambler-co.ru> <3bea96c40903230755h1f0b6176pcdf01c5e13db3dd1@mail.gmail.com> <20090323145919.GK73698@rambler-co.ru> <3bea96c40903230806k216dbb2aw5c1ea57b16538931@mail.gmail.coby Igor Sysoev - Nginx Mailing List - English
<20090323133312.GC73698@rambler-co.ru> <beffb2170903230742j217ca92bv3fb5b9006074f01f@mail.gmail.com> On Mon, Mar 23, 2009 at 10:42:45PM +0800, Delta Yeh wrote: > How to use the cache feature? > What kind of cache does it support? Here is configuraiton example: http { proxy_cache_path /path/to/cache levels=1:2 keys_zone=NAME:10mby Igor Sysoev - Nginx Mailing List - English
<20090323133312.GC73698@rambler-co.ru> <3bea96c40903230737h63f6e019tde21744a2dd36c2@mail.gmail.com> <3bea96c40903230741l28c617c1hc03db40d6de770a0@mail.gmail.com> <20090323144714.GH73698@rambler-co.ru> <3bea96c40903230755h1f0b6176pcdf01c5e13db3dd1@mail.gmail.com> On Mon, Mar 23, 2009 at 03:55:54PM +0100, J?r?me Loyet wrote: > 2009/3/23 Igor Sysoev <is@rambler-cby Igor Sysoev - Nginx Mailing List - English
<20090323133312.GC73698@rambler-co.ru> <3bea96c40903230737h63f6e019tde21744a2dd36c2@mail.gmail.com> <3bea96c40903230741l28c617c1hc03db40d6de770a0@mail.gmail.com> On Mon, Mar 23, 2009 at 03:41:51PM +0100, J?r?me Loyet wrote: > > I'm not using openssl and I don't have any md5.h file in my include > > path. /usr/include/md5.h is valid on BSD but not on Linux. I have toby Igor Sysoev - Nginx Mailing List - English
Changes with nginx 0.7.44 23 Mar 2009 *) Feature: the ngx_http_proxy_module preliminary cache support. *) Feature: the --with-pcre option in the configure. *) Feature: the "try_files" directive is now allowed on the server block level. *) Bugfix: the "try_files" directive handled incorrectly a query stringby Igor Sysoev - Nginx Mailing List - English
<bd9320b30903192217p3a438914w1bff0cf628e49239@mail.gmail.com> <20090320052912.GA72589@rambler-co.ru> <bd9320b30903192243v71c9df72s1a4baef9b14c198d@mail.gmail.com> <20090320060148.GC72589@rambler-co.ru> <bd9320b30903200025t49606c09jd0bf4827d0497917@mail.gmail.com> <20090320073433.GF72589@rambler-co.ru> <bd9320b30903200224l7fd3022bxc2ef4548de53fe99@mail.gmail.cby Igor Sysoev - Nginx Mailing List - English
<bd9320b30903162144y3be5cf8eo4748cf2fceca3f49@mail.gmail.com> <20090319102422.GC40316@rambler-co.ru> <60dbc22f0903190654h131ad92dv6f8218f277dc101a@mail.gmail.com> <20090319141304.GF40316@rambler-co.ru> <60dbc22f0903190853m20639ca1xbc4cd0338618935d@mail.gmail.com> <20090319161353.GJ40316@rambler-co.ru> <60dbc22f0903200438w47d26993xf1f831198564b7ab@mail.gmail.cby Igor Sysoev - Nginx Mailing List - English
<bd9320b30903192217p3a438914w1bff0cf628e49239@mail.gmail.com> <20090320052912.GA72589@rambler-co.ru> <bd9320b30903192243v71c9df72s1a4baef9b14c198d@mail.gmail.com> <20090320060148.GC72589@rambler-co.ru> <bd9320b30903200025t49606c09jd0bf4827d0497917@mail.gmail.com> <20090320073433.GF72589@rambler-co.ru> <bd9320b30903200224l7fd3022bxc2ef4548de53fe99@mail.gmail.cby Igor Sysoev - Nginx Mailing List - English
<49C3530F.7000102@theactivitypeople.co.uk> <20090320085035.GG72589@rambler-co.ru> <49C35C83.7090704@theactivitypeople.co.uk> On Fri, Mar 20, 2009 at 09:06:11AM +0000, Phillip B Oldham wrote: > Igor Sysoev wrote: > >The try_files test files existance and fallback to last parameter. > >As there is no @zine file it always goes to @fallback. > >You config shoulby Igor Sysoev - Nginx Mailing List - English
<49C3530F.7000102@theactivitypeople.co.uk> On Fri, Mar 20, 2009 at 08:25:51AM +0000, Phillip B Oldham wrote: > Hey all. > > I'm trying to set-up an installation of zine, the python wordpress > clone. I've set it to run as fast-cgi through a socket, but after a > while it just flakes out. I'll get around to fixing that soon, but in > the meantime I'd like nginx to fallby Igor Sysoev - Nginx Mailing List - English
<bd9320b30903192217p3a438914w1bff0cf628e49239@mail.gmail.com> <20090320052912.GA72589@rambler-co.ru> <bd9320b30903192243v71c9df72s1a4baef9b14c198d@mail.gmail.com> <20090320060148.GC72589@rambler-co.ru> <bd9320b30903200025t49606c09jd0bf4827d0497917@mail.gmail.com> On Fri, Mar 20, 2009 at 12:25:39AM -0700, mike wrote: > well if this is something you would rather noby Igor Sysoev - Nginx Mailing List - English
![]() |
![]() |
![]() |
![]() |
![]() |