On Mon, Mar 30, 2009 at 06:14:25PM +0300, Reinis Rozitis wrote: > >The attached patch fixes the bug. > > It fixed the garbage part then again QUERY_STRING is now empty at all.. Or > is this expected? > > > In short what I try to archieve is this - if you have: > > location /tmp { > try_files $uri /index.php; > } > > And open somethiby Igor Sysoev - Nginx Mailing List - English
On Mon, Mar 30, 2009 at 04:47:21PM +0300, Reinis Rozitis wrote: > Hello, > tried to replace the webserver config to use try_files instead of rewrites > (on 0.7.46), it kinda works but I get some garbage in QUERY_STRING on the > php fastcgi backend - so php doesnt see any GET variable. > > > The config is simple: > > location /tmp { > try_files $uriby Igor Sysoev - Nginx Mailing List - English
On Mon, Mar 30, 2009 at 03:43:19PM +0400, Maxim Dounin wrote: > On Mon, Mar 30, 2009 at 03:06:21PM +0400, Igor Sysoev wrote: > > > Changes with nginx 0.7.46 30 Mar 2009 > > > > *) Bugfix: the previous release tarball was incorrect. > > I've got the following under FreeBSD 6.2: > > cd nginxby Igor Sysoev - Nginx Mailing List - English
Changes with nginx 0.7.46 30 Mar 2009 *) Bugfix: the previous release tarball was incorrect. -- Igor Sysoev http://sysoev.ru/en/by Igor Sysoev - Nginx Mailing List - English
Changes with nginx 0.7.45 30 Mar 2009 *) Change: now the "proxy_cache" and the "proxy_cache_valid" can be set on different levels. *) Change: the "clean_time" parameter of the "proxy_cache_path" directive is canceled. *) Feature: the "max_size" parameter of the "proxby Igor Sysoev - Nginx Mailing List - English
On Fri, Mar 27, 2009 at 09:01:57AM +0000, equalium wrote: > Hello, I'm setting up nginx to serve a django site. The django part goes OK but > I have a problem with my media directory. I'm using this: > > location /media/ { > root /home/django/domains/myapp/static/; > } > > ... > > The problem is that I can access that directory and any html file diby Igor Sysoev - Nginx Mailing List - English
On Thu, Mar 26, 2009 at 09:10:09PM -0400, Kurt Hansen wrote: > Igor Sysoev wrote: > >On Thu, Mar 26, 2009 at 02:34:25PM -0400, Kurt Hansen wrote: > > > >>Igor Sysoev wrote: > >> > >>>On Thu, Mar 26, 2009 at 01:15:01PM -0400, Kurt Hansen wrote: > >>> > >>> > >>>>Igor Sysoev wrote: > >&gby Igor Sysoev - Nginx Mailing List - English
On Fri, Mar 27, 2009 at 01:03:39AM +0100, J?r?me Loyet wrote: > >> hi, > >> > >> in 0.7.44 the auth_basic_user_file directive doesn"t seem to work > >> using relative path. > >> > >> here is the part of the conf I used for testing. > >> > >> location /c { > >> auth_basic "Authentication required&by Igor Sysoev - Nginx Mailing List - English
On Thu, Mar 26, 2009 at 02:34:25PM -0400, Kurt Hansen wrote: > > > Igor Sysoev wrote: > >On Thu, Mar 26, 2009 at 01:15:01PM -0400, Kurt Hansen wrote: > > > > > >>Igor Sysoev wrote: > >> > >>>On Thu, Mar 26, 2009 at 09:42:46AM -0400, Kurt Hansen wrote: > >>> > >>> > >>>>Now,by Igor Sysoev - Nginx Mailing List - English
On Thu, Mar 26, 2009 at 12:49:08PM -0700, Michael Shadle wrote: > Or make it easily spelled out: > > Something like: > > English Resources: > <ul> > <li>Mailing list: link to the ML page (with > forum integration)</li> > <li>Forums: http://forums.nginx.org (with mailing list integration)</li> > <li>Wiki: http://wiki.nby Igor Sysoev - Nginx Mailing List - English
On Thu, Mar 26, 2009 at 01:15:01PM -0400, Kurt Hansen wrote: > Igor Sysoev wrote: > >On Thu, Mar 26, 2009 at 09:42:46AM -0400, Kurt Hansen wrote: > > > >>Now, I'm not sure where the problem is, the version of nginx, OpenSSL, > >>how nginx was compiled for this rpm, or the digital cert. I think the > >>digital cert is OK since it is working on aby Igor Sysoev - Nginx Mailing List - English
On Thu, Mar 26, 2009 at 09:42:46AM -0400, Kurt Hansen wrote: > Hello, > > I'm having problems getting a digital cert to work on IE, both versions > 6 and 7. > > It appears IE wants to only use SSLv2 when connecting. If I disable > SSLv2, IE refuses to connect at all. > > There are a few problems with using SSLv2. First, the default security > configuby Igor Sysoev - Nginx Mailing List - English
On Thu, Mar 26, 2009 at 12:36:05PM -0400, Jim Ohlstein wrote: > Igor, do you think we can get a link on http://nginx.net? It's already done. Feel free to correct my English. -- Igor Sysoev http://sysoev.ru/en/by Igor Sysoev - Nginx Mailing List - English
On Thu, Mar 26, 2009 at 09:37:10AM -0400, Jim Ohlstein wrote: > Thank you Igor. > > We are seeing some issue with posting delays. I don't know if it's that > you are moderating new members, but the email that I am using for the > list has a long delay in posting. > > An earlier message, not in this thread, had the following in the headers: > > Received: fby Igor Sysoev - Nginx Mailing List - English
On Thu, Mar 26, 2009 at 01:27:21PM +0100, J?r?me Loyet wrote: > > the previous patch (nginx-prefix-v2.patch) has to be applied after the > > first one. > > > > I attach here the full patch. > > > > ++ jerome > > In my path I use ngx_snprintf with "%s%s" but it seems not to work, I > have overflows using this function. > >by Igor Sysoev - Nginx Mailing List - English
On Tue, Mar 24, 2009 at 11:25:56PM -0400, Jim Ohlstein wrote: > Subject: Nginx Forum Open Again > Author: Jim Ohlstein > > Hello Everyone, > > Having taken into consideration all that was said previously, we took the forum offline and did some tweaking. > > As of now all outgoing mails should have the requested headers so they will be properly sorted by MUA's.by Igor Sysoev - Nginx Mailing List - English
On Thu, Mar 26, 2009 at 01:13:31AM -0700, Michael Shadle wrote: > 2009/3/26 Igor Sysoev <is@rambler-co.ru>: > > > Besides "fastcgi_intercept_errors on" you also need > > > >by Igor Sysoev - Nginx Mailing List - English
On Wed, Mar 25, 2009 at 09:29:00PM -0700, Michael Shadle wrote: > i changed a couple paths to mask the real stuff but this should give > you an idea. > > This is some fastcgi stuff. I would think the intercept_errors one is > what I want...? > > Is there an issue with the header being sent (in the middle of the debug log) > > fastcgi_ignore_client_aby Igor Sysoev - Nginx Mailing List - English
On Wed, Mar 25, 2009 at 08:56:16PM -0700, Dan Dascalescu wrote: > In a PHP script, I have this statement: > > error_log("||here goes an error_log error||"); > > When I request the script from the web server, the nginx error log > shows the message twice: > > 2009/03/25 20:49:19 4380#0: *1 FastCGI sent in stderr: "||here > goes an error_lby Igor Sysoev - Nginx Mailing List - English
On Wed, Mar 25, 2009 at 07:26:23PM +0100, Robert Gabriel wrote: > So this means that from my server side is everything fine, nginx and > php-fpm are fine. In general - yes. However, clients may close connections if responses take too long. -- Igor Sysoev http://sysoev.ru/en/by Igor Sysoev - Nginx Mailing List - English
On Wed, Mar 25, 2009 at 06:36:38PM +0100, Johan Bergstr?m wrote: > > On Mar 25, 2009, at 18:16 , Igor Sysoev wrote: > > >On Tue, Mar 24, 2009 at 07:22:03PM +0100, J?r?me Loyet wrote: > > > >>>>Other question, how can I determine the maximum number of cache > >>>>entrie > >>>>I have with a particular conf ? > >&gby Igor Sysoev - Nginx Mailing List - English
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: > > > Is there any way to capture multiple parameters from a querystring for a > > rewrite? > > > > For example: > > The request is: /myscript.php?a=b&c=d&z=y > > The target is: /script/aby Igor Sysoev - Nginx Mailing List - English
On Wed, Mar 25, 2009 at 08:15:33PM +0300, Kirill A. Korinskiy wrote: > Raw value of arguments from request string can help for XSS. Probably, $encoded_arg_... will be better name ? -- Igor Sysoev http://sysoev.ru/en/by Igor Sysoev - Nginx Mailing List - English
On Tue, Mar 24, 2009 at 07:22:03PM +0100, J?r?me Loyet wrote: > >> Other question, how can I determine the maximum number of cache entrie > >> I have with a particular conf ? > >> > >> proxy_cache_pathby Igor Sysoev - Nginx Mailing List - English
On Wed, Mar 25, 2009 at 03:55:02PM +0000, Phillip B Oldham wrote: > Is there any way to capture multiple parameters from a querystring for a > rewrite? > > For example: > The request is: /myscript.php?a=b&c=d&z=y > The target is: /script/a/b/c/d/z/y > > So, the basic rewrite would be: > > location /myscript.php { > if( $args ~* ^a=([^\&by Igor Sysoev - Nginx Mailing List - English
On Tue, Mar 24, 2009 at 04:46:03PM +0100, J?r?me Loyet wrote: > I attach a patch which add the -p option to nginx. This option > overrides the --prefix path and also the $NGX_CONF_PREFIX variable > which is used as prefix for "include" directives. So, all relative > path will be prefix with the value of this option. > > I don't know if it covers all cases but iby Igor Sysoev - Nginx Mailing List - English
On Wed, Mar 25, 2009 at 08:39:25AM +0100, Robert Gabriel wrote: > Hi guys, Im running nginx 0.6.35 with PHP 5.2.6 with php-fpm patch. > Everything just runs super nice, but I found in almost all vhost > error_log files this errors: > > 2009/03/25 07:22:40 4552#0: *64462 client closed prematurely > connection while sending to client, client: 67.223.232.34, server: >by Igor Sysoev - Nginx Mailing List - English
On Tue, Mar 24, 2009 at 05:36:14PM -0700, Michael Shadle wrote: > in PHP? > > header("HTTP/1.0 404 Not Found"); > exit(); > > i even have fastcgi_intercept_errors on; (it wasn't there before) > > ? > > in access.log i see this.. but i was hoping to trigger nginx's error log screen? > > 24.14.13.2 - - [24/Mar/2009:17:35:11 -0700] &quoby Igor Sysoev - Nginx Mailing List - English
On Wed, Mar 25, 2009 at 11:07:10AM +0100, hostis.pl wrote: > Hi all, > > i have little problem with setting rewrite rules for directories like > typo3. I can access to typo3 admin panel. Site works almost perfectly > with one exception. > When i pass url like http://domain/typo3/sysext/noborder.html (this file > dosen't exist) it should send back 404 error. > Butby Igor Sysoev - Nginx Mailing List - English
On Tue, Mar 24, 2009 at 04:11:50PM +0100, J?r?me Loyet wrote: > My mistake about the forgotten "-t" explanation. > > but as far as I read the last sources well (0.7.44) there is no -d options. > > # ./objs/nginx -d > 2009/03/24 16:11:01 16808#0: invalid option: "-d" > > # ./objs/nginx -v > nginx version: nginx/0.7.44 > > I've aby Igor Sysoev - Nginx Mailing List - English
![]() |
![]() |
![]() |
![]() |
![]() |