It turns out cache is not working. Cache directory grows but server doesn't serve cached pages back. Installed 1.1.14 on gentoo. Nothing changed. Here is nginx.conf ============ user nobody nobody; worker_processes 1; error_log /var/log/nginx/error_log debug; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream;by coviex - How to...
Hi, "fastcgi_cache_valid" works for me only with "any". Setting 200, 301 etc. or omitting codes effectively turns caching off. What's the problem? Thanks PS it works with 1.1.14 on debian, but not with 1.0.10 on gentoo and latest on fedora.by coviex - How to...
Funny thing is there are two sibling threads on the forum named identically and answers to my question wind up here. http://forum.nginx.org/read.php?2,2757 http://forum.nginx.org/read.php?2,215184 And I didn't know about that so sorry for asking twice. I get that requests with %% are invalid. But why they don't appear in logs? Can I show pretty 404 page for those 400?by coviex - Nginx Mailing List - English
This query string results in 400 on all nginx servers/sites I know of. Say, http://nginx.org/download-%27.07%%27.html?frame=1. Any suggestions?by coviex - Nginx Mailing List - English
Hi, Having problems with urls containing percent sign. Most of them return 400 and don't even appear neither in error.log nor in access.log. GET /download-%27.07%%27.html?frame=1 HTTP/1.1 Host: www.my.eu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20100101 Firefox/6.0 FirePHP/0.6 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,by coviex - Nginx Mailing List - English