nginx got an 500 error when uploading files
Hi everyone,I am using nginx 1.4.1 and php-fpm 5.3.25.Everything is fine except when I uploading files to server.I have a Discuz! x3(a forum system) and when I post threads, exceptattachment everything...
View ArticleRe: Rewriting
On Sat, May 25, 2013 at 02:40:37PM +0300, wishmaster wrote:[Back to the list]Hi there,> > I suspect that the final logic will be something like:> >> > if this is not an admin...
View ArticleRe: подстановка в regexp
On 05/26/13 03:16, Валентин Бартенев wrote:> On Saturday 25 May 2013 21:25:12 Sergey Kobzar wrote:>> Приветствую>>>> Есть>>>> location ~...
View ArticleMono MVC Timeout
Hi everyone!I am struggling to get a (simple) MVC app work under OpenBSD (5.3) + Mono(2.10.9) + Nginx (1.2.6)I can get a simple index.aspx (Hello World) app to work, but the defaultMVC 3 template...
View ArticleRe: подстановка в regexp
On Sunday 26 May 2013 14:51:48 Sergey Kobzar wrote:> On 05/26/13 03:16, Валентин Бартенев wrote:> > On Saturday 25 May 2013 21:25:12 Sergey Kobzar wrote:> >> Приветствую>...
View ArticleRe: Mono MVC Timeout
How soon after making a request do you see the 504 and how does itrelate to your fastcgi_read_timeout setting?(http://wiki.nginx.org/HttpFastcgiModule#fastcgi_read_timeout).[ Whilst I might have been...
View ArticleRe: Уведомление модуля о том, что сессия завершилась
У меня получилось так:1. В модуле ngx_epoll_module.c добавилextern tcp_close_notification (ngx_connection_t *c);2. В функции ngx_epoll_del_connection() вызываю tcp_close_notification(c);А функция...
View ArticleRe: прошу помочь с кешированием
Hello!On Mon, May 27, 2013 at 02:58:45PM +0400, Nikolay Grebnev wrote:> Добрый день.>> Не получается сделать кеширование для титульных страниц (виртуальных хостов> много). В лог идет все...
View ArticleRe: Задержки при proxy_cache + HLS
27.05.2013 14:53, Eugene Mychlo пишет:> Можно немного поподробнее про задачу парсинга? Фраза не совсем понятна.Ну, вот скажем перелить на свой сервер файл при nginx_mp4_module несоставляет особого...
View ArticleRe: прошу помочь с кешированием
В базовых ответах кук нет.А если идет кука - то юзер не прилогинен и пусть, соответственно, некешируется2013/5/27 Maxim Dounin <mdounin@mdounin.ru>> Hello!>> On Mon, May 27, 2013 at...
View ArticleRe: Задержки при proxy_cache + HLS
27.05.2013 13:41, Anatoly Mikhailov пишет:> интересно, за счет чего экономия трафика, такой уж большой оверхед у HTTP? Чем замеряли?График прикрепил, трафик упал с 2 Гбит/с полки, до 1.3 Гбит/с в...
View ArticleRe: прошу помочь с кешированием
Максим, спасибо!!!По всей видимости, куки там есть!2013/5/27 Nikolay Grebnev <nikolaygrebnev@gmail.com>> В базовых ответах кук нет.> А если идет кука - то юзер не прилогинен и пусть,...
View ArticleRe: Задержки при proxy_cache + HLS
27.05.2013, в 16:23, Андрей Василишин написал(а):> 27.05.2013 14:53, Eugene Mychlo пишет:>>> Можно немного поподробнее про задачу парсинга? Фраза не совсем понятна.>> Ну, вот скажем...
View Article[nginx] Upstream: http_403 support in proxy_next_upstream (and f...
details: http://hg.nginx.org/nginx/rev/05c53652e7b4branches:changeset: 5231:05c53652e7b4user: Maxim Dounin <mdounin@mdounin.ru>date: Mon May 27 16:54:09 2013 +0400description:Upstream: http_403...
View ArticleRe: Rewriting and proxy problem
2013/5/25 Francis Daly <francis@daoine.org>> On Fri, May 24, 2013 at 02:39:58PM -0300, Sergio Belkin wrote:>> Hi there,>> > I am completeley newbie to nginx>>...
View ArticleRe: Rewriting and proxy problem
2013/5/27 Sergio Belkin <sebelk@gmail.com>>> 2013/5/25 Francis Daly <francis@daoine.org>>>> On Fri, May 24, 2013 at 02:39:58PM -0300, Sergio Belkin wrote:>>>> Hi...
View Article$scheme ~* "htt(p|ps)"
Доброго времени. Может кто подсказать почему вот такая конструкция неработает?server {server_name my.site.com;listen 80;listen 443;if ($scheme ~* "htt(p|ps)" ) {return 301...
View ArticleRe: $scheme ~* "htt(p|ps)"
Вероятно потому, что вы переадресовываете с https на https. Вот вам и цикл.27 мая 2013 г., 17:47 пользователь Рома Слєпчик <roma@slepchik.com.ua>написал:> Доброго времени. Может кто подсказать...
View ArticleRe: $scheme ~* "htt(p|ps)"
Это понятно, ну а как тогда сделать правильно переадресанию сhttps://my.site.com https://my.site.com/manager наhttps://my.site.com/manager27 мая 2013 г., 17:56 пользователь Дмитрий...
View ArticleRe: $scheme ~* "htt(p|ps)"
On Monday, May 27, 2013 at 18:00 , Рома Слєпчик wrote:> Это понятно, ну а как тогда сделать правильно переадресанию с https://my.site.com (https://my.site.com/manager) на...
View Article