Re: if statement + ssl_certificate?
I know I would need a wildcard ssl yet...every application of SNI I have found uses different TLD, and never only different subdomains...anyway I have control over all the clients.
View ArticleRe: Проблема с chroot в связке Nginx + PHP-FPM
2 июня 2013 г., 7:35 пользователь Vadim A. Misbakh-Soloviov<mva@mva.name>написал:> 2) Я бы всё-таки посоветовал не слушать то, что написано в конфигах PHP> и не использовать их chroot, т.к....
View ArticleRe: HTTP status code 499 from long running requests
Hello!On Sat, Jun 01, 2013 at 09:09:55PM -0400, justin wrote:> Hello, I have long running requests upwards of five minutes that are called> via ajax (jQuery) (XHR), and hitting a backend PHP...
View ArticleRe: [PATCH]upstream server directive support variable
Hello!On Sun, Jun 02, 2013 at 09:34:58AM +0800, flygoast wrote:> Hi, guys>>> In my business, I need dynamicly to find the backend ip address> according to the request. However, I also...
View ArticleRe: Need help on proxy passing
Hello!On Sat, Jun 01, 2013 at 10:42:37AM +0530, chamith Jayaweera wrote:> I experience an issue on missing some part of the page (Long page) on> passing proxy requests. Please help me to solve...
View ArticleWhen nginx running more than 1 IP point to 1 Domain name
Hi,Plesk 11.0.9 #53CentOS 6.4VPSI have 2 Server IPs, one shared and one dedicated.Now I have added more 5 Dedicated IP Addresses.-Vhosts-Server IP (Dedicated) - No Website.Server IP (Shared) - 12...
View ArticleRe:Re: [PATCH]upstream server directive support variable
Thanks for your response.I've tried to dynamicly find upstream block name. However, now my backend ips are stored in some storage like REDIS, or memcache. In each request, I first to get the ips from...
View Articlerewrite utf8 : why lower case
HiI have some routes that was previously with uppercase for language and now I want lowrcase. here is a route : /Ka/განცხადებები that should simply become /ka/განცხადებებიin my conf if ($uri ~...
View ArticleRe: rewrite utf8 : why lower case
On Sun, Jun 02, 2013 at 03:33:34PM +0200, optimum.dulopin@laposte.net wrote:Hi there,> I have some routes that was previously with uppercase for language and now I want lowrcase. here is a route :...
View ArticleRe: Re: [PATCH]upstream server directive support variable
Hello!On Sun, Jun 02, 2013 at 08:46:33PM +0800, flygoast wrote:> I've tried to dynamicly find upstream block name. However, now> my backend ips are stored in some storage like REDIS, or>...
View Articlengx_http_conf_get_module_main_conf questions
Заранее извиняюсь за возможно глупый вопрос. Первый раз пишу модуль под nginx. Конечная цель - получение статистики из модуля ngx_http_static_module. Для этих целей создан модуль подобный ustats,...
View ArticleRe: ngx_http_conf_get_module_main_conf questions
Hello!On Sun, Jun 02, 2013 at 03:41:22PM -0400, vagner wrote:> Заранее извиняюсь за возможно глупый вопрос. Первый раз пишу модуль под> nginx. Конечная цель - получение статистики из модуля>...
View ArticleRe: fastcgi_read_timeout with PHP backend
Hello!On Sat, Jun 01, 2013 at 01:23:03PM -0400, B.R. wrote:> Hello,>> I do not know if my private emails on the matter to Maxim went through.> Non-broken resources were included.Non-broken...
View ArticleRe: ngx_http_conf_get_module_main_conf questions
Максим, спасибо за ответВот код: https://github.com/svagner/ngx_filestats_module/blob/master/ngx_http_filestats_module.cЯ понял, где сделал изначальную глупость - я попытался реализовать каунтеры в...
View ArticleAPI question: large data processing handler
hi,i am writing a module that creates and returns large amount of data,obviously this is blocking the worker but my main function that create thedata can be called many times to get the result by...
View ArticleHow to make your support service efficiently?
If you spend a lot of time replying to your customers' email requests, you know all too well how important it is to track how much time has passed since each request was received, its current...
View ArticlePrevent NGINX from rerouting to a backend that was previously down
I'm using NGINX's ip_hash directive to ensure that client requests always end up at the same backend server. In the case of a backend server outage, NGINX will reroute to the available server, and...
View ArticleMime types not registering on IE9/Firefox (Windows)
I've recently migrated from IIS to Nginx and after getting a baseline configuration up and running the sites look perfect under Chrome(Linux), but every other browser including under Windows, the CSS...
View Article