Nginx-0.7.0

Changes with nginx 0.7.0 19 May
2008

*) Change: now the 0x00-0x1F, '"' and '\' characters are escaped as
   \xXX in an access_log.
   Thanks to Maxim D..

*) Change: now nginx allows several "Host" request header line.

*) Feature: the "modified" flag in the "expires" directive.

*) Feature: the $uid_got and $uid_set variables may be used at any
   request processing stage.

*) Feature: the $hostname variable.
   Thanks to Andrei Nigmatulin.

*) Feature: DESTDIR support.
   Thanks to Todd A. Fisher and Andras Voroskoi.

*) Bugfix: a segmentation fault might occur in worker process on 

Linux,
if keepalive was enabled.

I am getting this error for this config
./configure --with-http_stub_status_module --prefix=/opt/local

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 objs
-o objs/src/os/unix/ngx_files.o
src/os/unix/ngx_files.c
src/os/unix/ngx_files.c: In function ‘ngx_write_chain_to_file’:
src/os/unix/ngx_files.c:164: error: ‘IOV_MAX’ undeclared (first use in
this function)
src/os/unix/ngx_files.c:164: error: (Each undeclared identifier is
reported only once
src/os/unix/ngx_files.c:164: error: for each function it appears in.)
make[1]: *** [objs/src/os/unix/ngx_files.o] Error 1
make[1]: Leaving directory `/tmp/nginx-0.7.0’

On Mon, May 19, 2008 at 07:47:06AM -0700, [email protected] wrote:

this function)
src/os/unix/ngx_files.c:164: error: (Each undeclared identifier is
reported only once
src/os/unix/ngx_files.c:164: error: for each function it appears in.)
make[1]: *** [objs/src/os/unix/ngx_files.o] Error 1
make[1]: Leaving directory `/tmp/nginx-0.7.0’

What Linux do you use ?

On Tue, May 20, 2008 at 06:26:41AM -0700, [email protected] wrote:

            src/os/unix/ngx_files.c

uname -a
Linux XXX 2.6.25.3-18.fc9.x86_64 #1 SMP Tue May 13 04:54:47 EDT 2008
x86_64 x86_64 x86_64 GNU/Linux
Fedora Core 9

Try the attached patch.

On Tue, May 20, 2008 at 2:29 AM, Igor S. [email protected] wrote:

src/os/unix/ngx_files.c: In function ‘ngx_write_chain_to_file’:
src/os/unix/ngx_files.c:164: error: ‘IOV_MAX’ undeclared (first use in
this function)
src/os/unix/ngx_files.c:164: error: (Each undeclared identifier is
reported only once
src/os/unix/ngx_files.c:164: error: for each function it appears in.)
make[1]: *** [objs/src/os/unix/ngx_files.o] Error 1
make[1]: Leaving directory `/tmp/nginx-0.7.0’

What Linux do you use ?

uname -a
Linux XXX 2.6.25.3-18.fc9.x86_64 #1 SMP Tue May 13 04:54:47 EDT 2008
x86_64 x86_64 x86_64 GNU/Linux
Fedora Core 9

On Tue, May 20, 2008 at 6:40 AM, [email protected] [email protected]
wrote:

-Wno-unused-function -Wunused-variable -Wunused-value -Werror -g -I
make[1]: Leaving directory `/tmp/nginx-0.7.0’
thanks
will u be making this a release?

On Tue, May 20, 2008 at 6:31 AM, Igor S. [email protected] wrote:

src/core -I src/event -I src/event/modules -I src/os/unix -I objs \

What Linux do you use ?

uname -a
Linux XXX 2.6.25.3-18.fc9.x86_64 #1 SMP Tue May 13 04:54:47 EDT 2008
x86_64 x86_64 x86_64 GNU/Linux
Fedora Core 9

Try the attached patch.
works great
thanks

On Tue, May 20, 2008 at 07:17:01AM -0700, [email protected] wrote:

gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
make[1]: *** [objs/src/os/unix/ngx_files.o] Error 1
works great
thanks

will u be making this a release?

In 0.7.1 and 0.6.32.