Best unofficial Apache Server developers community |
| Threads | Replies | First post | Last post | |
|---|---|---|---|---|
|
bug at searching parsed DTD/XSLT data By: Kuramoto Eiji Hi, I found a tiny bug, it could not find any parsed DTD/XSLT data
in ngx_http_xslt_filter_module. - Kuramoto Eiji ---
ngx_http_xslt_filter_module.c.orig 2012-03-28 10:56:49.000000000 +0900
+++ ngx_http_xslt_filter_module.c 2012-05-24…
|
1 | May 23 2012 22:16 |
May 24 2012 02:36 |
|
|
svn commit: r4647 - trunk/src/http/modules By: Ru Author: ru Date: 2012-05-24 07:35:12 +0000 (Thu, 24 May 2012) New
Revision: 4647 URL: http://trac.nginx.org/nginx/changeset/4647/nginx
Log: Fixed the reuse of parsed DTDs and XSLTs. Patch by Kuramoto
Eiji. Modified: …
|
0 | May 24 2012 02:35 |
May 24 2012 02:35 |
|
|
svn commit: r4646 - trunk/src/os/unix By: Mdounin Author: mdounin Date: 2012-05-23 15:07:01 +0000 (Wed, 23 May 2012)
New Revision: 4646 URL:
http://trac.nginx.org/nginx/changeset/4646/nginx Log: Fixed
compilation with -DNGX_DEBUG_MALLOC on FreeBSD 10. After jemalloc
3.0.0 import there is no…
|
0 | May 23 2012 10:07 |
May 23 2012 10:07 |
|
|
svn commit: r4645 - trunk/src/http/modules/perl By: Mdounin Author: mdounin Date: 2012-05-23 10:36:12 +0000 (Wed, 23 May 2012)
New Revision: 4645 URL:
http://trac.nginx.org/nginx/changeset/4645/nginx Log: Fixed warning
during nginx.xs compilation. Modified:
trunk/src/http/modules/perl/nginx.xs …
|
0 | May 23 2012 05:36 |
May 23 2012 05:36 |
|
|
Independient working directories By: Edwin Hernán Hurtado Cruz Hola a todos! I'd like to know if its possible to start nginx with
a configuration file, with all working directories I mean, I've
already successfully compiled it, but I'd like to set directories like
"client_body_temp" , or "logs" , in my…
|
0 | May 22 2012 19:57 |
May 22 2012 19:57 |
|
|
when ngx_array_t allocate a new array, why not ngx_pfree pre a->elts? By: l.jay Yuan when ngx_array_t allocate a new array, why not ngx_pfree pre
a->elts? btw: ngx_pfree only free large memory, so I can not use
ngx_pool_t everywhere...
|
3 | May 22 2012 06:39 |
May 22 2012 11:57 |
|
|
svn commit: r4644 - trunk/src/core By: Ru Author: ru Date: 2012-05-22 13:12:14 +0000 (Tue, 22 May 2012) New
Revision: 4644 URL: http://trac.nginx.org/nginx/changeset/4644/nginx
Log: Fixed potential null pointer dereference in
ngx_resolver_create(). While here, improved error message. …
|
0 | May 22 2012 08:12 |
May 22 2012 08:12 |
|
|
Lua Variable access bug? By: Sirsiwal, Umesh Hello, We are seeing the following problem with nginx variable access
from Lua. I have the following configuration: set $vv
$http_host; set_by_lua $i ' return ngx.log(ngx.ERR,
ngx.var.http_host)'; If I comment out the…
|
10 | May 15 2012 21:16 |
May 22 2012 05:33 |
|
|
svn commit: r4643 - trunk/src/core By: Ru Author: ru Date: 2012-05-21 10:55:10 +0000 (Mon, 21 May 2012) New
Revision: 4643 URL: http://trac.nginx.org/nginx/changeset/4643/nginx
Log: Removed historical and now redundant syntax pre-checks in
ngx_parse_url(). Modified: …
|
0 | May 21 2012 05:55 |
May 21 2012 05:55 |
|
|
Modifying HttpAccessKeyModule By: Mike Gagnon Hello, I would like to add a new feature to the HttpAccessKeyModule
( http://wiki.nginx.org/HttpAccessKeyModule). As currently
implemented when the visitor omits the key then the module yields a
403 page. I would like to change this behavior,…
|
2 | May 18 2012 10:36 |
May 18 2012 19:46 |
|
|
Upcoming SPDY support details By: Alek Storm Hi all, I'm developing SPDY (draft 2) support for Tornado, a Python
web framework that often uses nginx as a reverse proxy. AFAICT, nginx
will roll out its own SPDY support in 1.3, to be released at the end
of May or in early June. I'd like…
|
5 | May 17 2012 04:44 |
May 17 2012 13:29 |
|
|
svn commit: r4642 - trunk/src/http By: Mdounin Author: mdounin Date: 2012-05-17 18:10:34 +0000 (Thu, 17 May 2012)
New Revision: 4642 URL:
http://trac.nginx.org/nginx/changeset/4642/nginx Log: Fixed core
variables dynamic access after reconfiguration. If variable was
indexed in previous…
|
0 | May 17 2012 13:10 |
May 17 2012 13:10 |
|
|
svn commit: r4641 - trunk/src/http By: Mdounin Author: mdounin Date: 2012-05-17 17:41:40 +0000 (Thu, 17 May 2012)
New Revision: 4641 URL:
http://trac.nginx.org/nginx/changeset/4641/nginx Log: Fixed segfault
with filter_finalize introduced in r4621 (1.3.0). Example
configuration to reproduce: …
|
0 | May 17 2012 12:42 |
May 17 2012 12:42 |
|
|
svn commit: r4640 - trunk/auto By: Vbart Author: vbart Date: 2012-05-17 15:12:45 +0000 (Thu, 17 May 2012) New
Revision: 4640 URL: http://trac.nginx.org/nginx/changeset/4640/nginx
Log: Fixed building --with-cpp_test_module on some systems.
Modified: trunk/auto/modules Modified:…
|
0 | May 17 2012 10:13 |
May 17 2012 10:13 |
|
|
svn commit: r4639 - trunk/src/core By: Vbart Author: vbart Date: 2012-05-17 13:47:04 +0000 (Thu, 17 May 2012) New
Revision: 4639 URL: http://trac.nginx.org/nginx/changeset/4639/nginx
Log: Fixed the ngx_regex.h header file compatibility with C++.
Modified: trunk/src/core/ngx_regex.c …
|
0 | May 17 2012 08:47 |
May 17 2012 08:47 |
|
|
nginx does not close the connection for 412 responses under extreme conditions By: agentzh Hello! I've just noticed that the "412 Precondition Failed page" for
the If-Unmodified-Since request header could lead to connection hang.
That is, when the 412 page cannot be sent out in a single run (seen
EAGAIN for example), then…
|
7 | May 11 2012 08:00 |
May 17 2012 05:48 |
|
|
systemd and nginx custom script By: Jamie Nguyen Hi, I am co-maintainer for nginx Fedora package. We would like to
upstream our systemd service file. Could you consider including it in
the nginx tarball? In other projects (e.g. rsyslog, mpd) the service
file is only installed if…
|
2 | May 16 2012 12:01 |
May 16 2012 15:06 |
|
|
svn commit: r4638 - in trunk/src/http: . modules By: Ru Author: ru Date: 2012-05-16 13:27:04 +0000 (Wed, 16 May 2012) New
Revision: 4638 URL: http://trac.nginx.org/nginx/changeset/4638/nginx
Log: Zero padded the returned and logged HTTP status code, and fixed
possible buffer overrun in $status…
|
0 | May 16 2012 08:27 |
May 16 2012 08:27 |
|
|
svn commit: r4637 - in trunk/src/http: . modules By: Ru Author: ru Date: 2012-05-16 13:22:03 +0000 (Wed, 16 May 2012) New
Revision: 4637 URL: http://trac.nginx.org/nginx/changeset/4637/nginx
Log: Capped the status code that may be returned with "return" and
"try_files". Modified: …
|
0 | May 16 2012 08:22 |
May 16 2012 08:22 |
|
|
svn commit: r4636 - trunk/src/http/modules By: Ru Author: ru Date: 2012-05-16 13:14:53 +0000 (Wed, 16 May 2012) New
Revision: 4636 URL: http://trac.nginx.org/nginx/changeset/4636/nginx
Log: Added syntax checking of the second parameter of the
"split_clients" directive. Modified: …
|
0 | May 16 2012 08:15 |
May 16 2012 08:15 |