Host Stacey on a nginx server? (convert .htaccess to nginx)
Stacey is a lightweight content management system. I am using it on my porfolio website however it uses .htaccess file to make friendly urls. Is it possible to rewrite this .htaccess lines for using in...
View ArticleRe: Delayed 503 limit_req response - feature request
Hello!On Fri, Jan 25, 2013 at 02:09:21PM -0500, CM Fields wrote:> Nginx Feature Request: Delay 503 limit_req responses>> We would like to delay the 503 response to clients which exceed the>...
View ArticleПрокси Яндекс-Турбо
Здравствуйте.Яндекс-браузер как и Опера-мини использует свои прокси. Рекальныйзаголовок отправляется так же в X-Forwarded-For . Также отправляетсязаголовок X-Yandex-Turbo: yes по которому можно в...
View Articleпроверка на пустую строку в map
Здравствуйте.Как в map проверить, что значение переменной не пустая строка? Толькочерез регэкспmap $a $b {default 0;"~." 1;}или есть способы эффективнее?--С уважением,Михаил...
View ArticleRe: проверка на пустую строку в map
On Saturday 26 January 2013 17:47:50 Михаил Монашёв wrote:> Здравствуйте.>> Как в map проверить, что значение переменной не пустая строка? Только> через регэксп>> map $a $b {>...
View ArticleRe[2]: проверка на пустую строку в map
Здравствуйте, Валентин.>> Как в map проверить, что значение переменной не пустая строка? Только>> через регэксп>>>> map $a $b {>> default 0;>> "~." 1;>>...
View ArticleRe[2]: image_filter и пустые переменные.
Здравствуйте, Maxim.>> Если сейчас в качестве ширины будет пустая переменная, то>> image_filter resize ширина "-";>> не выдаёт изображений вообще. Хотя вроде бы пустая переменная...
View Articlesession_start() slows my servers??
HelloI keep getting occasional slow downs on the server, with no apparantrelation to user count.It was slow at 800 users per second and now with 1300 is instant.I started logging slow scripts in...
View ArticleMinimal Debian Wheezy Setup Using Stock Packages
You will need all the official repos for the packages specified. But aworking super basic Debian Wheezy system can be running fpm relatively easy.It took a while to get to this point because there is a...
View Articlecache configuration
Hello everyone!A cache issue...I created an XML file order.xml with this simle cotent:<?xml version="1.0" encoding="utf-8"?><order ordernumber="123asdf7"><customer...
View Articlesecure link and mp4 returning 404
Hi,I'm having some difficulty getting the mp4 module to cooperate to with the secure link module. Having got the secure_link bit to work i'm now getting 404 errors and when i look at the error log i...
View Articlenginx as reverse proxy for weblogic
Была мысль заменить связку apache+ webllogic-plugin на nginx. Но сколько раз не пробовал - все равно родной плагин работает лучше.Неужели nginx за столько времени не додумался до того, что 10 лет назад...
View Article[BUG] "client_body_in_file_only on" no longer works with upstream modules in...
Hello!I've noticed that for nginx 1.3.9+, "client_body_in_file_only on" nolonger always sets r->request_body->bufs, which makes upstream moduleslike ngx_proxy send empty request bodies to the...
View ArticleRe: Закрытие по IP для разных хостов
> 192.168.0.1 one.example.com> 192.168.0.2 two.example.comА что у вас это означает? То, что 192.168.0.1 может ходить только на one.example.com?Ну тогда нужно в locationif ( $geo != $host )...
View ArticleRe: nginx as reverse proxy for weblogic
если apache+weblogic-plugin вас устраивает, используйте его.27 января 2013 г., 13:45 пользователь teo <nginx-forum@nginx.us> написал:> Была мысль заменить связку apache+ webllogic-plugin на...
View ArticleRe[3]: image_filter и пустые переменные.
Здравствуйте.Вдогонку...Посмотрел debug-лог. Так и есть. Смотрится, что за формат изображения,вытаскиваются размеры изображения... Как это отключить в зависимостиот значения переменной?--С...
View ArticleRe: cache configuration
It's probably browser caching - Did you try pressing Ctrl+F5 or clearing your browser's cache?
View ArticleDebugging FastCGI caching
I'm trying to use Nginx FastCGI caching to cache my site's home page and blog home page. However, caching doesn't seem to be working on these pages, and $upstream_cache_status always seems to be...
View ArticleRe: Debugging FastCGI caching
On Sun, Jan 27, 2013 at 07:12:59AM -0500, Daniel15 wrote:Hi there,> I'm trying to use Nginx FastCGI caching to cache my site's home page and> blog home page. However, caching doesn't seem to be...
View ArticleRe: nginx as reverse proxy for weblogic
Илья Шипицин Wrote:-------------------------------------------------------> если apache+weblogic-plugin вас устраивает, используйте его.В данном случае у nginx легко настроить блокировку доступа с...
View Article