Re: FastCGI cache has stopped working
Hello!On Sun, Mar 03, 2013 at 07:45:21AM -0500, Daniel15 wrote:> Figured it out.>> The Expires header ("Sun, 3 Mar 2013 13:28:24 GMT") is using a single digit> for the date. If I change the...
View ArticleRe: FastCGI cache has stopped working
Hello!On Sun, Mar 03, 2013 at 08:02:45AM -0500, Daniel15 wrote:> Maxim Dounin Wrote:> -------------------------------------------------------> > In ths particular case I would suggest there...
View ArticleRe: Exchange / Outlook - RPC Method and Error 405
Hi,Thanks for the explanation. It absolutely makes sense now that you've clarified how Nginx works.Following on from this, I've now chosen to use HAProxy for this particular Exchange / Outlook Anywhere...
View ArticleRe: Не срабатывает limit_conn и limit_req?
04.03.2013 11:24, Ruslan Ermilov пишет:> Обработка запросов в nginx происходит в разных фазах.> Директивы модуля ngx_http_rewrite_module (директива return в т.ч.)> срабатывают на более ранних...
View ArticleTiming the backend response...
Hi,in a reverse-proxy setup, what are the options to time the backend response...?There is no timing info in server-status.Is the only way to get them to continually parse the logs for the$request_time...
View Article[HELP] Can't reach my server
Hi,I followed this: https://www.digitalocean.com/community/articles/how-to-install-linux-nginx-mysql-php-lemp-stack-on-centos-6//Starting nginx: [ OK ]//ps -ef | grep nginx:root 1739 1714 0 09:40 pts/0...
View ArticleRe: Не срабатывает limit_conn и limit_req?
On Mon, Mar 04, 2013 at 01:24:34PM +0400, denis wrote:> 04.03.2013 11:24, Ruslan Ermilov пишет:> > Обработка запросов в nginx происходит в разных фазах.> > Директивы модуля...
View ArticleRe: [HELP] Can't reach my server
Have you try localhost on the server (use lynx or somethink else)?I think the default.conf is it:server {listen 80;server_name localhost;....will be only used if you do something likehttp://localhostSo...
View ArticleRe: Nginx 0.8.4 Trying to bind on port 80 ?
An other process is using the same address, chances are it's apache, in that case :sudo /etc/init.d/apache2 stopmay correct the problem.
View ArticleRe: NginX and Magento very strange problem (?!)
Hello!On Sun, Mar 03, 2013 at 10:30:17AM -0500, omolinete wrote:> Hello All,>> This is my first post on the forum, so thank you very much in advance for> your attention on my topic. Hope...
View ArticleRe: FastCGI cache has stopped working
Maxim Dounin Wrote:-------------------------------------------------------> Nice catch. It's not a bug in nginx though, as HTTP only allows> fixed-width subset of RFC1123, see here:>>...
View ArticleRe: Не срабатывает limit_conn и limit_req?
04.03.2013 14:45, Ruslan Ermilov пишет:> Как вариант, можно определить отдельный URI для 302, который> будет представлен статическим файлом, и задать желаемое ограничение> там:>> http...
View ArticleRe: Где лучше всего хранить состояние модуля?
Hello!On Mon, Mar 04, 2013 at 08:29:00AM +0400, Sergey Zhemzhitsky wrote:> Привет, Nginx Гуру>> Модули к nginx никогда не разрабатывал, поэтому не пинайте сильно.>> Я пытаюсь написать...
View ArticleRe: Gzip not compressing response body with status code other than 200, 403, 404
Hello!On Sun, Mar 03, 2013 at 04:07:50PM +0100, Bruno Prémont wrote:> Hello Maxim,>> On Sat, 01 September 2012 Maxim Dounin <mdounin@mdounin.ru> wrote:> > On Sat, Aug 25, 2012 at...
View ArticleRe: Не срабатывает limit_conn и limit_req?
04.03.2013 14:45, Ruslan Ermilov пишет:> Как вариант, можно определить отдельный URI для 302, который> будет представлен статическим файлом, и задать желаемое ограничение> там:В Вашем варианте...
View Articleлогика fail_timeout в апстриме.
Здравствуйте..Имеется слудующий апстрим:upstream web1 { server 10.10.10.1 fail_timeout=180; server 10.10.10.2; }Т.е. насколько я понимаю, при возникновении хотя бы одного таймаута за 180 секунд, сервер...
View Articleupstream && if
Доброго времени суток всем подписчикам!Подскажите, возможно ли нечто этакое:Использую proxy_pass, для примера:upstream some_proxy {server SERV_NAME_1:8080;server SERV_NAME_2:8080 backup;}в локейшене...
View ArticleRe: nginx mailing-list and sender filtering (vs BATV)
On 3 Mar2013, at 08:28 , Phil Pennock <nginx+phil@spodhuis.org> wrote:>> But yes, I understand the issue and do use RCPT-time checks myself,> after normalisation of the sender address,...
View ArticleRe: логика fail_timeout в апстриме.
Hello!On Mon, Mar 04, 2013 at 05:06:08PM +0400, vinny13@land.ru wrote:> Здравствуйте.>> Имеется слудующий апстрим:> upstream web1 { server 10.10.10.1 fail_timeout=180; server 10.10.10.2;...
View Article