Re: про якобы уязвимость
А китайсы с вами поделились fully functional remote code execution exploit,который available through the safe3q?Или таят?2013/4/29 Maxim Dounin <mdounin@mdounin.ru>> Hello!>> On Mon, Apr...
View ArticleRE: Online Jobs and Entertainment
Ironports :)Kingsley-----Original Message-----From: nginx-bounces@nginx.org [mailto:nginx-bounces@nginx.org] On Behalf Of Paul N. PaceSent: Tuesday, 30 April 2013 2:57 AMTo: nginx@nginx.orgSubject: Re:...
View Articlerewrite difficulty
Hello,I have difficulty to convert apache like rewrite to nginx. This is myconfig file of virtualhost on nginx. http://pastebin.com/HTtKXnFyMy installed php script should have following...
View ArticleRe: php-fpm workers eating lots of memory even on zero traffic
Hifpm workers share APC cache between them, memory is added to RES and SHR, looking at the usage it seems you have about 128 Mb (maybe a bit more) APC dedicated for opcode and variable caching.If you...
View ArticleColdFusion 10 and Nginx
Hi. I am newbie in nginx. How to configure CF 10 with nginx? How do I display <cfoutput>#NOW()#</cfoutput> in nginx web server? tq in advance.
View ArticleWebsites can get to the correct server blocks
http://stackoverflow.com/questions/16264412/nginx-host-multiple-websites-cant-get-the-correct-websiteI would like to know how to host multiple websites on a single IP address.I'm using Nginx in Ubuntu...
View ArticleRe: про якобы уязвимость
Hello!On Tue, Apr 30, 2013 at 01:06:47AM +0300, Sergey Croitor wrote:> А китайсы с вами поделились fully functional remote code execution exploit,> который available through the safe3q?> Или...
View ArticleRedirecting www to non-www with Varnish installed?
Hello, before I installed Varnish, I was redirecting the www version of my domain to the non-www version with the following code:server {server_name www.example.com;rewrite ^(.*) http://example.com$1...
View ArticleRe: woff mime type
Мне тоже такой mime тип нужен.... Сейчас браузеры ругаются - хром говорит: "Resource interpreted as Font but transferred with MIME type application/octet-stream:...
View ArticleRe: Howto set geoip_country for IPv4 and IPv6 databases?
Hi,i'm trying to get this to work with the current NginX package 1.4.0 from dotdeb.org (using --with-ipv6) on a debian squeeze system. When downloading the GeoIP ipv6 binary...
View ArticleRe: Converting subdomain to path component without redirect ?
*i meant: This is my "working" nginx.config ( without the rewrite rules ):On 29 April 2013 22:02, henrique matias <hems.inlet@gmail.com> wrote:> Hello guys,>> Am having trouble setting...
View ArticleRe: Не записывается access log
У меня после обновления до 1.4.0 per-server'ные access_log'и не пишутсявообще ни в каком случае. Если указать в http{} — все обращения на всехосты будут писаться туда. Если не указать — в дефолтный...
View ArticleRe: nginx-1.4.0
Появилась какая-то странная ошибка, из-за которой не работаютиндивидуальные access_log'и для каждого server{}. Всё пишется либо втот, что указан в http{}, либо, если не указано — в дефолтный...
View ArticleRe: Emulate SSI 'exec cmd' with nginx
Thank you!This solved my problem.Best regardsLukas
View ArticleRe: про якобы уязвимость
open source сканер уязвимостей, который состоит из одного скриншота -тоже ведь их ?http://code.google.com/p/safe3si/30 апреля 2013 г., 14:54 пользователь Maxim Dounin <mdounin@mdounin.ru>...
View ArticleRe: nginx-1.4.0
Более точный юз-кейс:Не работает, как показало тестирование, access_log только в двухserver{}, оба из которых используютroot /path/to/site;index index.<ext>; #в этом месте подразумевается...
View ArticleRe: Howto set geoip_country for IPv4 and IPv6 databases?
On Tue, Apr 30, 2013 at 06:14:54AM -0400, Rancor wrote:> Hi,>> i'm trying to get this to work with the current NginX package 1.4.0 from> dotdeb.org (using --with-ipv6) on a debian squeeze...
View ArticleRe: Howto set geoip_country for IPv4 and IPv6 databases?
Hey,thanks for your reply. The packages of dotdeb.org are build with IPv6 support. When i'm using:nginx -Vthe output contains:--with-ipv6Additional netstat -npl shows this output:tcp6 0 0 :::80 :::*...
View ArticleRe: nginx-1.4.0
Hello!On Tue, Apr 30, 2013 at 07:32:55PM +0700, Vadim A. Misbakh-Soloviov wrote:> Более точный юз-кейс:>> Не работает, как показало тестирование, access_log только в двух> server{}, оба из...
View ArticleRe: rewrite difficulty
On 30 April 2013 03:36, tseveendorj <tseveendorj@gmail.com> wrote:> Hello,>> I have difficulty to convert apache like rewrite to nginx. This is my config> file of virtualhost on...
View Article