Re: Кроссдоменная авторизация средставми nginx
Ну, если принципиально (а автор писал, что его смущает лишь кроссдоменность), до для авторизации можно сделать отдельный server{} на IP (без домена) или даже лучше порту. Допустим, получим следующую...
View ArticleRe: Gzip и ETag
Hello!On Wed, May 08, 2013 at 11:18:31AM +0100, Anatoly Mikhailov wrote:>> On May 8, 2013, at 10:34 AM, Maxim Dounin <mdounin@mdounin.ru> wrote:>> > Hello!> >> > On...
View ArticleRe: Gzip и ETag
Hello!On Wed, May 08, 2013 at 11:33:55AM +0100, Anatoly Mikhailov wrote:[...]> >>> Кстати, до реализации SPDY все было точно так же (ETag не> >>> проксировался при Gzip)?>...
View ArticleRe: Gzip и ETag
расскажите более подробно про сценарии, когда необходим именно ETag ?по моим наблюдениям большинство браузеров используютIf-Not-Modified-Since, и небольшая часть - одновременноIf-Not-Modified-Since и...
View ArticleRe: Gzip и ETag
2013/5/8 Maxim Dounin <mdounin@mdounin.ru>:> Контент сжатый и контент несжатый - это два разных контента, и тут> можно использовать только weak entity tags. Ну или Last-Modified.Сквид может...
View ArticleRe: Gzip и ETag
On May 8, 2013, at 11:49 AM, Илья Шипицин <chipitsine@gmail.com> wrote:> расскажите более подробно про сценарии, когда необходим именно ETag ?>ETag необходим тогда, когда вы точно уверены,...
View ArticleRe: Gzip и ETag
> смысл использовать эвристику браузера для статичного контента?Не знаю, почему вы называете этот метод эвристикой...Но - у меня не статический контент, у меня квази-статический контент.И он не мой,...
View Article104: Connection reset by peer
Hi All,I understand that this is a generic error, but it has been frustratingtrying to solve this issue and i'm not able to find an answer anywhere.basically i have an application which is running fine...
View ArticleRe: Gzip и ETag
On May 8, 2013, at 12:26 PM, Daniel Podolsky <onokonem@gmail.com> wrote:>> смысл использовать эвристику браузера для статичного контента?> Не знаю, почему вы называете этот метод...
View ArticleRe: Negated Regular Expressions in location
Use negative regex assertion:location ~ ^/(?!(favicon\.ico|resources|robots\.txt)) {.... # your stuff}Andrejsloco (at) andrews.lv
View ArticleRe: Gzip и ETag
это бред, бред и еще сто раз бред.если вы точно уверены, что контент кешируемый, добавляете на негоExpire (или max-age, как нравится) и у браузера уже есть копияконтента, про которую он точно знает,...
View ArticleRe: 104: Connection reset by peer
After a very long search on Google (almost 15s, including keyboard input),I found astonishing help, based on the information you provided.About the FPM children burying, I found a resource on...
View ArticleRe: 104: Connection reset by peer
hi,i've seen that info as well ( yes i tried searching for answers asmentioned ) and it did not help me unfortunately.i've increased from 500 to 1000 to 10000. increase children servers...
View ArticleRe: Gzip и ETag
On May 8, 2013, at 12:50 PM, Илья Шипицин <chipitsine@gmail.com> wrote:> это бред, бред и еще сто раз бред.ответ в пустоту, не забывайте указывать контекст>> если вы точно уверены, что...
View Article403 Forbidden error with Mediawiki
I'm having a frustrating experience trying to get nginx to work properly with mediawiki's pretty urls. For some reason my configuration won’t detect that my mediawiki installation is installed in a...
View ArticleRe: Gzip и ETag
Если Expire уже правильный, то для динамического контента вы все равносгенерируете страницу (независимо от ETag-ов), а за статическимконтентом браузер второй раз не придет.то есть проблем нет вообще...
View ArticleRe: 104: Connection reset by peer
Do you have some information on the number of concurrent connections?Since you already played with the 'max_requests' parameter too, it seemsnot to be the reason of the trouble. But better be safe than...
View ArticleRe: 104: Connection reset by peer
Hi All,my apologies, but i think the issue is that php is crashing. was notlooking at the syslog:[2617248.127349] php5-fpm[504727] general protection ip:6787a9sp:7fff22c5c6f0 error:0 in...
View ArticleRe: 104: Connection reset by peer
Hi B.R.To answer your question i'm only sending max 10 connection to NGINX on myload balancer. and even if i took it out of the load balancerand there is only me accessing the server, it still happens....
View ArticleRe: 403 Forbidden error with Mediawiki
Why would Nginx automatically redirect mydomain.com do mydomain.com/w/ ifyou don't tell it to do so?Your error log shows that you are trying to list the files of your rootdirectory (so it means you...
View Article