Changes with nginx 0.7.48 06 Apr 2009 *) Feature: the "proxy_cache_key" directive. *) Bugfix: now nginx takes into account the "X-Accel-Expires", "Expires", and "Cache-Control" header lines in a backend response. *) Bugfix: now nginx caches responses for the GET requests only. *) Bugby Igor Sysoev - Nginx Mailing List - English
On Mon, Apr 06, 2009 at 01:25:20PM +0800, ?????? wrote: > > gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wno-unused-function -Wunused-variable -Wunused-value -Werror -D FD_SETSIZE=9999999 -O5 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ > -o objs/src/http/ngx_http_file_cache.o \ >by Igor Sysoev - Nginx Mailing List - English
On Sat, Apr 04, 2009 at 06:37:31PM +0200, Olivier Beau wrote: > Hi all, > > I'm new at nginx, i started testing it, the performance is impressive! > > I have a question in proxy mode: nginx seems to talk http 1.0 (only) to > the backend, even thow the client is talking http 1.1 to nginx > > Are there any plans to implement http 1.1 while talking to the backendby Igor Sysoev - Nginx Mailing List - English
On Thu, Mar 26, 2009 at 01:35:40PM +0300, Maxim Dounin wrote: > Hello! > > On Thu, Mar 26, 2009 at 01:17:36AM +0300, Igor Sysoev wrote: > > > On Wed, Mar 25, 2009 at 08:58:00PM +0300, Maxim Dounin wrote: > > > > > Hello! > > > > > > On Wed, Mar 25, 2009 at 03:55:02PM +0000, Phillip B Oldham wrote: > > > > > > &gby Igor Sysoev - Nginx Mailing List - English
On Fri, Apr 03, 2009 at 12:47:51PM +0200, Daniel Hahler wrote: > 2009/4/1 Igor Sysoev: > > On Wed, Apr 01, 2009 at 08:23:18PM +0200, Daniel Hahler wrote: > >> I'd like to enable both http and https within a single server block, > >> without having to copy the whole block and only change "listen 80" to > >> "listen 443" and add "ssby Igor Sysoev - Nginx Mailing List - English
On Fri, Apr 03, 2009 at 09:51:39AM +0700, Glen Lumanau wrote: > Here's my configuration > > root /home/myhome; > > access_log /var/log/nginx/access.log; > > location ~ \.flv$ { > flv; > } > > location /default { > alias /home/yourhome/content; > } > >by Igor Sysoev - Nginx Mailing List - English
Changes with nginx 0.6.36 02 Apr 2009 *) Change: now the "Invalid argument" error returned by setsockopt(TCP_NODELAY) on Solaris, is ignored. *) Change: now POSTs without "Content-Length" header line are allowed. *) Feature: the "try_files" directive. *) Feature: the --with-pcre option in theby Igor Sysoev - Nginx Mailing List - English
On Thu, Apr 02, 2009 at 10:57:17AM +0530, derwyn wrote: > Hi, > > I managed to set up nginx to use as a imap/pop proxy with ssl. > > I've found on the site the code in php to authenticate the users for > imap/pop. > The php script on the server sees the user and password as > HTTP_AUTH_USER > HTTP_AUTH_PASS > HTTP_AUTH_PROTOCOL > > Is it also pby Igor Sysoev - Nginx Mailing List - English
On Wed, Apr 01, 2009 at 10:07:52PM +0200, mates007@centrum.cz wrote: > Hello nginx users! > > I an running nginx/0.6.32 on Debian Lenny as a proxy server for Apache. > > I have a script sleep.php which does nothing but sleeps for 120 seconds and then displays phpinfo. > > When I call sleep.php bypassing nginx proxy, I can see output after 120 seconds. This is expecby Igor Sysoev - Nginx Mailing List - English
On Wed, Apr 01, 2009 at 10:13:55AM -0700, Michael Shadle wrote: > 2009/4/1 Igor Sysoev <is@rambler-co.ru>: > > > I'm going to release tomorrow 0.6.36 with try_files. > > Still, that is additional overhead for you to maintain two branches. > Sounds like you're planning 0.8.x around June anyway... and with some > people running 0.5.x still too, I'd say let'sby Igor Sysoev - Nginx Mailing List - English
On Wed, Apr 01, 2009 at 05:22:08PM +0200, Timothy Redaelli wrote: > On Wednesday 01 April 2009 15:27:52 Igor Sysoev wrote: > > Changes with nginx 0.7.47 01 Apr > > 2009 > > Why don't you want to apply my patch for uclibc? Sorry, I was busy with the cache code, etc. Thank you for the patch, it will be included in 0.7.48. -by Igor Sysoev - Nginx Mailing List - English
On Wed, Apr 01, 2009 at 08:23:18PM +0200, Daniel Hahler wrote: > Hi, > > I'd like to enable both http and https within a single server block, > without having to copy the whole block and only change "listen 80" to > "listen 443" and add "ssl on". > > This appears to work somehow using the "ssl" parameter with "listen"by Igor Sysoev - Nginx Mailing List - English
On Wed, Apr 01, 2009 at 10:04:13AM -0700, Michael Shadle wrote: > 2009/4/1 Igor Sysoev <is@rambler-co.ru>: > > You should get http://sysoev.ru/nginx/patch.try_files.0.6.35.5 > > and use > > > > location / { > > try_files $uri $uri/index.html $uri.html @rails; > > } > > > > location @rails { > >by Igor Sysoev - Nginx Mailing List - English
On Wed, Apr 01, 2009 at 05:12:32PM +0200, Otto Bretz wrote: > 2009/4/1 Igor Sysoev : > > What does configure show ? > > http://pastebin.com/m3ef8c583 Try the attached patch. -- Igor Sysoev http://sysoev.ru/en/by Igor Sysoev - Nginx Mailing List - English
On Wed, Apr 01, 2009 at 10:57:48AM -0400, jackdempsey wrote: > Thanks Igor, Mike. I've tried the -e flag, and it doesn't seem to follow the symlinks correctly: > > # check if the file exists and serve it > if (-e $request_filename) { > access_log off; > expires 1d; > break; > } > > # check for an index filby Igor Sysoev - Nginx Mailing List - English
On Wed, Apr 01, 2009 at 04:16:20PM +0200, Otto Bretz wrote: > On Mon, Mar 30, 2009 at 1:43 PM, Maxim Dounin <mdounin@mdounin.ru> wrote: > > I've got the following under FreeBSD 6.2: > > gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter > > -Wno-unused-function -Wunused-variable -Wunused-value -Werror -g > > -D NGX_DEBUG_MALLOC -I src/core -by Igor Sysoev - Nginx Mailing List - English
Changes with nginx 0.7.47 01 Apr 2009 *) Bugfix: nginx could not be built on FreeBSD 6 and early versions; the bug had appeared in 0.7.46. *) Bugfix: nginx could not be built on MacOSX; the bug had appeared in 0.7.46. *) Bugfix: if the "max_size" parameter was set, then the cache manager might purge aby Igor Sysoev - Nginx Mailing List - English
On Wed, Apr 01, 2009 at 03:50:53AM -0700, Michael Shadle wrote: > 2009/4/1 Igor Sysoev <is@rambler-co.ru>: > > > No. > > > > server { > > server_name www.example.de; > > ... > > } > > > > server { > > server_name _; # any names > > > > rewrite ^ http://www.by Igor Sysoev - Nginx Mailing List - English
On Wed, Apr 01, 2009 at 12:27:49PM +0200, J?r?me Loyet wrote: > 2009/4/1 Ole Rehmsen <lists@ruby-forum.com>: > > Hey everyone, > > > > I want to modify some rewrites I currently have in my nginx.conf, but I > > could not find proper documentation of the available operators and > > language constructs to do so. Googling I found tons of people trying toby Igor Sysoev - Nginx Mailing List - English
On Wed, Apr 01, 2009 at 12:50:53AM -0700, Michael Shadle wrote: > 2009/4/1 Igor Sysoev <is@rambler-co.ru>: > > >> I believe those should fix the issue. > > > > Yes. > > > > BTW are there in Linux standalone md5/sha libraries as in FreeBSD and Solaris ? > > No clue. > > Doesn't look like it. Looks like it comes paired with opeby Igor Sysoev - Nginx Mailing List - English
On Wed, Apr 01, 2009 at 01:07:50AM -0700, Michael Shadle wrote: > 2009/4/1 Igor Sysoev <is@rambler-co.ru>: > > On Wed, Apr 01, 2009 at 12:29:56AM -0700, Michael Shadle wrote: > > > >> When I compile on Ubuntu I see this: > >> > >> Configuration summary > >>by Igor Sysoev - Nginx Mailing List - English
On Wed, Apr 01, 2009 at 12:29:56AM -0700, Michael Shadle wrote: > When I compile on Ubuntu I see this: > > Configuration summary > + using system PCRE library > + using OpenSSL library: /usr/lib It should show + using system OpenSSL library at least in my Debian test host. How do you run configure ? > + md5: using OpenSSL library > + sha1 librarby Igor Sysoev - Nginx Mailing List - English
On Wed, Apr 01, 2009 at 12:29:56AM -0700, Michael Shadle wrote: > When I compile on Ubuntu I see this: > > Configuration summary > + using system PCRE library > + using OpenSSL library: /usr/lib > + md5: using OpenSSL library > + sha1 library is not used > + using system zlib library > > It appears you need the openssl libs. I don't know what iby Igor Sysoev - Nginx Mailing List - English
On Wed, Apr 01, 2009 at 02:16:24PM +0700, Glen Lumanau wrote: > Configuration summary > + using system PCRE library > + OpenSSL library is not used > + md5 library is not found > + sha1 library is not used > + using system zlib library I meant the lines near checking for rsaref md5 library ... not found checking for rsaref md library ... found checking fby Igor Sysoev - Nginx Mailing List - English
On Tue, Mar 31, 2009 at 03:38:40PM -0400, jackdempsey wrote: > Hi all, > > I'm trying to serve up some static files that I've linked to via a symlink. The -f check is failing: > > # check if the file exists and serve it > if (-f $request_filename) { > access_log off; > expires 1d; > break; > } > > as its oby Igor Sysoev - Nginx Mailing List - English
On Tue, Mar 31, 2009 at 01:08:19PM -0700, Michael Shadle wrote: > have you tried -d ? > > a bit redundant as -e i think is the same as -f and -d ... but worth a shot -e tests file/directory/symlink existance. > also include which version you're running so Igor knows. > > On Tue, Mar 31, 2009 at 12:38 PM, jackdempsey <nginx-forum@nginx.us> wrote: > > Hiby Igor Sysoev - Nginx Mailing List - English
On Wed, Apr 01, 2009 at 09:59:39AM +0700, Glen Lumanau wrote: > 2009/3/31 Igor Sysoev <is@rambler-co.ru> > > > On Tue, Mar 31, 2009 at 01:56:01PM +0700, Glen Lumanau wrote: > > > > > I tried to put this configuration on my nginx.conf > > > > > > location /default/ { > > > alias /home/myhome/content/; > > &gby Igor Sysoev - Nginx Mailing List - English
On Wed, Apr 01, 2009 at 09:49:52AM +0700, Glen Lumanau wrote: > I tried to install on Debian 5.0 server > > But having an error shown bellow > > In file included from src/http/ngx_http_file_cache.c:10: > src/core/ngx_md5.h:18:17: error: md5.h: No such file or directory > In file included from src/http/ngx_http_file_cache.c:10: > src/core/ngx_md5.h:22: error: expby Igor Sysoev - Nginx Mailing List - English
On Tue, Mar 31, 2009 at 01:56:01PM +0700, Glen Lumanau wrote: > I tried to put this configuration on my nginx.conf > > location /default/ { > alias /home/myhome/content/; > } > > location ~ \.flv$ { > flv; > } > > But it doesn't work. > > When opening a FLV files, it always pointed me to the roby Igor Sysoev - Nginx Mailing List - English
On Mon, Mar 30, 2009 at 01:11:38PM -0400, adi wrote: > Hello > > Do you have any roadmap / date when 0.7.x will be in stage "stable" for "production use", and start 0.8.x developer branch? I plan to improve cache during April and May, and then start 0.8. -- Igor Sysoev http://sysoev.ru/en/by Igor Sysoev - Nginx Mailing List - English
![]() |
![]() |
![]() |
![]() |
![]() |