Hello, You have to disable GZip on the backend web servers: Apache and IIS. Olivierby toto2008 - Nginx Mailing List - English
Hello Maxim, Maxim Dounin Wrote: ------------------------------------------------------- > Access module (allow/deny directives) supports > ipv6 as of 0.8.22+. > If you are using older version - you have to > upgrade. Why not using something like "return 403;" instead of "deny all;" ? Olivierby toto2008 - Nginx Mailing List - English
Hello, Thanks again Maxim ! With your help I've discovered that the bots which were redirected with a 301 weren't coming from my main domain (something.fr) but they were coming from another domain I have (something.com). I had just setup the .com to redirect to the .fr but I weren't using it. Anyway, somehow some bots were visiting it... I'll fix this redirection problem in my configuration fiby toto2008 - Nginx Mailing List - English
Hello Maxim, Thanks a lot for your answer ! I wrote the CMS, and I had already changed the few 301 redirects into 302 to be sure they weren't the problem. So I'll log $upstream_http_location and I'll report back when I'll get this problem again. In my PHP code, I'll also log the headers so maybe I can find what could trigger that strange behavior. Olivierby toto2008 - Nginx Mailing List - English
Hello, I'm having a weird problem with my website. In my nginx conf, I have this rule: rewrite ^/robots\.txt$ /cms/robotstxt.php last; and a location to handle PHP files: location ~ \.php$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } When I visit robots.txt,by toto2008 - Nginx Mailing List - English
Hello, Why not using a robots.txt file ? http://www.robotstxt.org/by toto2008 - Nginx Mailing List - English
Hello, You won't find the source for now, because : "The Windows version is provided as a binary-only due to the current build process (which currently uses some Wine tools). When the build process has been cleaned up, source will be made available. Igor does not want to support build issues with the current system." (quote from : http://wiki.nginx.org/NginxInstall) Byeby toto2008 - Nginx Mailing List - English