Re: How to bind nginx to ipv4 and ipv6 interface ?
Multiple listen statementsOn 20/12/2012, at 7:25 AM, "hristoc" <nginx-forum@nginx.us> wrote:> Any one ?>> Posted at Nginx Forum:...
View ArticleRe: How to bind nginx to ipv4 and ipv6 interface ?
On Nov 27, 2012, at 1:50 , hristoc wrote:> Hello,> any one can tell me what is wrong on my nginx 1.2.5 version compied with> ipv6 suppot ? I try to start nginx on both ipv4 and ipv6. I read on...
View ArticleRe: websockets
On 16/12/2012 07:58, Nick Zavaritsky wrote:> Hi!>> According to the roadmap at http://trac.nginx.org/nginx/roadmap, the support for websockets is planned for release in 2 month. Is there any...
View ArticleЗамена $request_method в proxy_pass
Здравствуйте, в логах proxy_pass выдаёт следующую структуру запросаGET /params?aaa=5Host: www.server.ru......Host: можно заменить с помощью proxy_set_header your_hostподскажите пожалуйста, как заменить...
View ArticleRe: unix socket creation upon SIGUSR2
You could do a rolling restart if you have more then one php-fpminstance. If you had only one server, i suppose you could still run twodifferent instances of php-fpm on different Ports or sockets, so...
View ArticleRe: Замена $request method в proxy pass
Здравствуйте, Уважаемый(-ая, -ое) aaaa5!a> Здравствуйте, в логах proxy_pass выдаёт следующую структуру запросаa> GET /params?aaa=5a> Host: www.server.rua> ......a> Host: можно заменить с...
View ArticleDisplay/log value of document_root
I am currently debugging a problem where PHP-FPM claims that there is "No input file specified", but the file clearly exists in that location.Is it possible to ask nginx to log the value or display the...
View Articlecrypt_r() issue when viewing HTTP auth page
When viewing a page that is HTTP auth password protected, we sometimes get an error 500 (internal server error), but 100% of the time, a browser reload of the page makes it work the second time around....
View ArticleRe: Handling nginx's too many open files even I have the correct ulimit
On Wed, Dec 19, 2012 at 4:32 PM, Igor Sysoev <igor@sysoev.ru> wrote:> /proc/sys/fs/file-maxcat /proc/sys/fs/file-max394959_______________________________________________nginx mailing...
View ArticleRe: websockets
On Dec 20, 2012, at 0:02, Ian Hobson <ian.hobson@ntlworld.com> wrote:> On 16/12/2012 07:58, Nick Zavaritsky wrote:>> Hi!>>>> According to the roadmap at...
View ArticleFor nginx server php setcookie() is not working in chrome and IE
Hi,I am Shashikant, deployed the application on nginx server but I am facing a problem while setting cookies.Cookie is successfully set on Firefox browser but failed to set in IE and chrome.Can you...
View ArticleRe: Как узнать response content type?
Maxim Dounin Wrote:-------------------------------------------------------> Hello!>> On Wed, Dec 19, 2012 at 10:09:13AM -0500, F1restorm wrote:>> > Как сделать работоспособной...
View ArticleRe: Замена $request method в proxy pass
20 декабря 2012 г., 2:21 пользователь aaaa5 <nginx-forum@nginx.us> написал:> Здравствуйте, в логах proxy_pass выдаёт следующую структуру запроса> GET /params?aaa=5> Host:...
View ArticleRe: Замена $request method в proxy pass
Цитата из лога: [GET /params?aaa=5]Где именно здесь то, что мне надо?2. Почему просто нельзя нормально ответить?
View ArticleRe: Замена $request method в proxy pass
Напомню, вопрос был задан "как заменить GET /params?aaa=5 на GET params?aaa=5, то бишь убрать слеш"Ответ "Введите в лог логгирование $args" - этим слэш не заменишь
View ArticleRe: Замена $request method в proxy pass
Читал стандарт ISO 9625, там про это не написано
View ArticleRe: Замена $request method в proxy pass
В общем, насколько я понимаю из вашего ответа, этого сделать нельзя?Спасибо.
View ArticleRe: Замена $request method в proxy pass
Видимо Вы таки не воспользовались советом почитать RFC прежде, чемзадавать вопросы.Очень зря.20.12.2012 09:53, aaaa5 пишет:> Напомню, вопрос был задан "как заменить GET /params?aaa=5 на GET>...
View ArticleRe: Замена $request method в proxy pass
Тогда стоит почитать RFC, а не ISO.20.12.2012 09:56, aaaa5 пишет:> Читал стандарт ISO 9625, там про это не написано>> Posted at Nginx Forum:...
View Article