On Wed, Aug 26, 2009 at 03:11:55PM +0200, Robert Gabriel wrote: > Igor Sysoev wrote: > > On Wed, Aug 26, 2009 at 02:22:28PM +0200, Robert Gabriel wrote: > > > >> -o objs/src/core/nginx.o \ > >> src/core/nginx.c > >> In file included from src/core/ngx_config.h:25, > >> from src/core/nginx.c:7: > >> src/oby Igor Sysoev - Nginx Mailing List - English
On Wed, Aug 26, 2009 at 01:57:15PM +0100, Ian Hobson wrote: > Hi All > > I am trying to set up a wordpress site using nginx, and I am running > into trouble. Started with the page at > http://robertbasic.com/blog/wordpress-as-cms-tutorial/ but things are > not working. I think that my translation > oh an .htaccess file is wrong. > > This is the Apache .htby Igor Sysoev - Nginx Mailing List - English
On Wed, Aug 26, 2009 at 02:22:28PM +0200, Robert Gabriel wrote: > Hi, I try to build nginx using the patch, but it doesnt work for me. I > have customer build kernel and all the "aio" related headers are in > /lib/modules//source and build. Using configure, it is > settings this to /usr/include and that doesnt work: > > make -f objs/Makefile > make[1]: Eby Igor Sysoev - Nginx Mailing List - English
Experimental patch to support disk AIO on FreeBSD and Linux. ./configure --with-file-aio ... nginx.conf: location / { aio on; output_buffers 1 128k; } ---------- Linux: at least 2.6.22 kernel is required. Probably, you need to enable directio as well (otherwise kernel may fall back to synchronous IO, however, I'm not sure): location / { aioby Igor Sysoev - Nginx Mailing List - English
On Tue, Aug 25, 2009 at 01:06:30PM +0200, J?r?me Loyet wrote: > ]# openssl version > OpenSSL 0.9.6m 17 Mar 2004 It seems that ssl_session_cache can be built with latest 0.9.6 versions: HISTORY SSL_SESS_CACHE_NO_INTERNAL_STORE and SSL_SESS_CACHE_NO_INTERNAL were introduced in OpenSSL 0.9.6h. I'm not sure whether to revert 0.9.6 support. > 2009/8/25 Igor Sysoby Igor Sysoev - Nginx Mailing List - English
On Tue, Aug 25, 2009 at 12:34:43PM +0200, J?r?me Loyet wrote: > yes proof here: > > # /usr/local/oss/nginx-0.8.4/sbin/nginx -v > nginx version: nginx/0.8.4 > # ldd /usr/local/oss/nginx-0.8.4/sbin/nginx > linux-gate.so.1 => (0xb7f8c000) > libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7f57000) > libpcre.so.0 => /usr/lib/libpcre.so.0 (0xbby Igor Sysoev - Nginx Mailing List - English
On Tue, Aug 25, 2009 at 12:09:03PM +0200, J?r?me Loyet wrote: > 2009/8/24 Igor Sysoev <is@rambler-co.ru>: > > Changes with nginx 0.8.10by Igor Sysoev - Nginx Mailing List - English
On Tue, Aug 25, 2009 at 11:29:57AM +0200, J?r?me Loyet wrote: > Hi, > > in the mime.types file, remove the extension html from the text/html > file. It should do the trick. It's better to set new "types" for location: location /saveonly/ { types { application/octet-stream html; } ... } > ++ Jerome > > 2009/8/25 jzhang <nginx-forby Igor Sysoev - Nginx Mailing List - English
Changes with nginx 0.8.10 24 Aug 2009 *) Bugfix: memory leaks if GeoIP City database was used. *) Bugfix: in copying temporary files to permanent storage area; the bug had appeared in 0.8.9. -- Igor Sysoev http://sysoev.ru/en/by Igor Sysoev - Nginx Mailing List - English
On Mon, Aug 24, 2009 at 12:40:14AM +0530, Arvind Jayaprakash wrote: > On Aug 23, Igor Sysoev wrote: > >On Fri, Aug 21, 2009 at 08:13:03AM +0530, Arvind Jayaprakash wrote: > > > >> The English wiki says the embedded perl module is highly experimental > >> followed by a lot of warnings. Is this still true? > > > >Currently it's not highly experimby Igor Sysoev - Nginx Mailing List - English
On Fri, Aug 21, 2009 at 08:13:03AM +0530, Arvind Jayaprakash wrote: > The English wiki says the embedded perl module is highly experimental > followed by a lot of warnings. Is this still true? Currently it's not highly experimental: we and some other use it in production. However, you should not try to work with other servers or databases in perl handler, because waiting on remote sby Igor Sysoev - Nginx Mailing List - English
On Sun, Aug 23, 2009 at 12:56:13AM +0800, Ray wrote: > Hi guys, > Would like to ask what IS the difference between the "last" and "break" > flags for rewriting? It seems to me from the examples in > http://wiki.nginx.org/NginxHttpRewriteModule that we can just use "break" > for just about every situation. > > Sorry if I had to bother evby Igor Sysoev - Nginx Mailing List - English
On Fri, Aug 21, 2009 at 09:53:10AM -0400, Ilan Berkner wrote: > Igor, > > Thank you for the fast response, I'm not exactly clear regarding your > question. Currently we're passing all of our requests to PHP via fastcgi. Then you probably need fastcgi_param X_FORWARDED_PROTO https; or fastcgi_param HTTPS on; This depends on PHP scripts. > 2009/8/21 Igor Syby Igor Sysoev - Nginx Mailing List - English
On Fri, Aug 21, 2009 at 09:08:42AM -0400, Ilan Berkner wrote: > I've come across this setting for nginx, but am not sure if this will solve > it? > > proxy_set_header X_FORWARDED_PROTO https; This depends on proxied server. > 2009/8/21 Igor Sysoev <is@rambler-co.ru> > > > On Thu, Aug 20, 2009 at 09:05:18PM -0400, Ilan Berkner wrote: > > >by Igor Sysoev - Nginx Mailing List - English
On Fri, Aug 21, 2009 at 01:05:00PM +0200, Toni Mueller wrote: > > Hi, > > On Fri, 21.08.2009 at 14:34:26 +0400, Maxim Dounin <mdounin@mdounin.ru> wrote: > > Could you please provide debug log for such a request? > > I'm not sure that I understand you correctly. > > You mean, I should build nginx with --with-debug and then say something > likeby Igor Sysoev - Nginx Mailing List - English
On Fri, Aug 21, 2009 at 02:21:31PM +0400, Maxim Dounin wrote: > > > 1. It relies on 'HTTP/' prefix on to find out if key in question > > > has headers. This is bad, as there is no way to return text > > > starting from this string. IMHO it should be changed to use flags > > > instead. > > > > I agree, it should use a flag and the flag sby Igor Sysoev - Nginx Mailing List - English
On Fri, Aug 21, 2009 at 12:20:53PM +0200, Toni Mueller wrote: > > Hi, > > trying to trackback to some, but not all, articles on a MovableType > installation from another MovableType installation, I get this > consistently with one entry, but not any other that I tried so far: > > fastcgi request record is too big: 18446744073557966627 > > At the usby Igor Sysoev - Nginx Mailing List - English
On Fri, Aug 21, 2009 at 12:47:24PM +0400, Maxim Dounin wrote: > Hello! > > On Fri, Aug 21, 2009 at 10:06:00AM +0200, Spil Games wrote: > > > Hi, > > > > Attached is a patch which allows both custom headers and custom response > > codes to be stored in memcached and returned by the memcached module. > > The Nginx 0.6 version of this patch hasby Igor Sysoev - Nginx Mailing List - English
On Fri, Aug 21, 2009 at 10:06:00AM +0200, Spil Games wrote: > Hi, > > Attached is a patch which allows both custom headers and custom response > codes to be stored in memcached and returned by the memcached module. > The Nginx 0.6 version of this patch has been in production on a heavily > loaded site (100M unique visitors per month) for over a year with no > problemby Igor Sysoev - Nginx Mailing List - English
On Thu, Aug 20, 2009 at 09:05:18PM -0400, Ilan Berkner wrote: > So we're doing a credit card transaction and it comes back from paypal on > the return trip with that error (on our end). The reason is that the return > URL is: > > http://www.domain.com:443/.... > > so its trying to access port 443 via http. > > I won't know till tomorrow, but I hope that weby Igor Sysoev - Nginx Mailing List - English
On Thu, Aug 20, 2009 at 12:18:55PM -0400, vilts wrote: > Hi, > > Looks like it is trying to search that file from . > > 2009/08/20 16:14:49 19796#0: *1 open() "/usr/local/nginx-passenger/html/favicon.ico" failed (2: No such file or directory) > 2009/08/20 16:14:49 19796#0: *2 open() "/usr/local/nginx-passenger/html/images/nav1_bg1.gif" failed (2: Nby Igor Sysoev - Nginx Mailing List - English
On Thu, Aug 20, 2009 at 11:20:48AM -0400, vilts wrote: > Hello, > > I tried to turn off static file logging using this: > > location ~* .(css|js|gif|jpg|jpeg|ico)$ { > access_log off; > } > > It turned the logging off, that part worked. But it also didn't serve any of these files anymore. Same effect was when I tried to redirectby Igor Sysoev - Nginx Mailing List - English
On Thu, Aug 20, 2009 at 10:55:03AM -0400, dawson wrote: > Where can i get the patch? could you provide a URL. It's below my message in the forum: Attachments: open | download - patch.linux (426 bytes) The direct URL is: http://forum.nginx.org/file.php?2,file=86,filename=patch.linux,download=1 -- Igor Sysoev http://sysoev.ru/en/by Igor Sysoev - Nginx Mailing List - English
On Thu, Aug 20, 2009 at 10:42:40AM -0400, Jim Ohlstein wrote: > Igor Sysoev wrote: > >On Thu, Aug 20, 2009 at 01:34:23AM -0400, Jim Ohlstein wrote: > > > > > >>2009/08/20 00:50:42 13580#0: *112240 rename() > >>"/usr/local/nginx/fastcgi_temp/2/80/0000009802" to > >>"/falcon/cache/f/f4/5a/7096031122aaf7e38913bec80d55af4f&quby Igor Sysoev - Nginx Mailing List - English
On Thu, Aug 20, 2009 at 09:41:46AM -0400, dawson wrote: > while i configure the nginx-0.7.39 , I found the error .what should i do ? > I configure the other version of nginx , but the same error occur .Is there anyone could provide the useful information . > Thank you! > > > root@u15353017 nginx-0.7.39]# ./configure --user=webuser --group=webuser --prefix=/usr/local/ngiby Igor Sysoev - Nginx Mailing List - English
On Thu, Aug 20, 2009 at 01:34:23AM -0400, Jim Ohlstein wrote: > 2009/08/20 00:50:42 13580#0: *112240 rename() > "/usr/local/nginx/fastcgi_temp/2/80/0000009802" to > "/falcon/cache/f/f4/5a/7096031122aaf7e38913bec80d55af4f" failed (18: > Invalid cross-device link) while reading upstream, client: > 201.144.221.245, server: mydomain.com, request: "GEby Igor Sysoev - Nginx Mailing List - English
On Wed, Aug 19, 2009 at 11:10:50PM -0400, ronin wrote: > system:centos 5.3 > yum -y install openssl openssl-devel > ./configure --user=webuser --group=webuser --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_sub_module --with-md5=/usr/lib --with-sha1=/usr/lib --with-http_gzip_static_module > Compile nginx 0.8.9 is right > > useby Igor Sysoev - Nginx Mailing List - English
On Thu, Aug 20, 2009 at 03:49:33PM +0800, lhmwzy wrote: > Like this: > > .... > server { > listen 80; > server_name 10.66.23.98 boy.zeuscn.com; > > #charset koi8-r; > > #access_log /var/log/nginx-access.log; > access_log off > > root /usr/www/webroot; > > index inby Igor Sysoev - Nginx Mailing List - English
On Mon, Aug 17, 2009 at 02:39:52PM -0700, mobiledreamers@gmail.com wrote: > Hey guys > the following is our current setup on the apps > > but we would like to add nginx as a reverse proxy cache much like squid or > varnish > is it possible to edit this config to enable that caching behavior or do i > need to add another nginx in front of this set up like i would do fby Igor Sysoev - Nginx Mailing List - English
On Wed, Aug 19, 2009 at 12:48:12AM -0400, Jim Ohlstein wrote: > Igor Sysoev wrote: > >Changes with nginx 0.8.9 17 Aug > >2009 > > > > *) Feature: now the start cache loader runs in a separate process; > > this should improve large caches handling. > > > Can you briefly explain the function of cachby Igor Sysoev - Nginx Mailing List - English
![]() |
![]() |
![]() |
![]() |
|