Re: access log time format
From what I can tell, iso_8601 is a specific format. Do you mean that I can manipulate it?Thanks,Casey----- Original Message -----> Yes, it is possible.>> See http://nginx.org/r/log_format,...
View ArticleRe: access log time format
On 15 May 2013 10:13, Casey Scott <casey@scottmail.org> wrote:> From what I can tell, iso_8601 is a specific format. Do you mean that I can manipulate it?>> Thanks,> CaseyYes, it's a...
View ArticleRe: access log time format
That format doesn't fulfill my need though. It's close.. but not quite a match. I need this format:----- Original Message -----> On 15 May 2013 10:13, Casey Scott <casey@scottmail.org>...
View ArticleMicrosoft RPC over HTTPS
I'm struggling with the above with nginx as reverse proxy. I can see RPC_IN_DATA and RPC_OUT_DATA methods crossing the proxy, but get 503 served after a short time.Config extracts:gzip off;tcp_nodelay...
View ArticleSupport for some markup, at least *bold* / code
Hi there,just a few moments ago I posted an answer to a question in the "How to..." forum, and I was looking really hard to find a way to emphasize the most important parts of my answer and format the...
View ArticleRe: Handling nginx's too many open files even I have the correct ulimit
I'm facing the same problem here, but I found much lower settings on our machine (a VPS running Ubuntu 12.04):# the hard limit of open fileswww-data@215247:~$ ulimit -Hn4096# the soft limit of open...
View ArticleNginx help needed
Hello,My company is looking for someone proficient with Nginx to help with some server configuration. We have a node.js app in development that has been working fine, but we need an expert to help us...
View ArticleRe: Nginx help needed
Alternatively, feel free to contact me directly: spencertward at gmail
View Article[nginx] Mail: removed surplus ngx_close_connection() call.
details: http://hg.nginx.org/nginx/rev/2220de0521cabranches:changeset: 5214:2220de0521causer: Filipe Da Silva <fdasilvayy@gmail.com>date: Thu May 09 10:54:28 2013 +0200description:Mail: removed...
View ArticleRe: Nginx returns HTTP 200 with Content-Length: 0
I met the same problem. Client got http 200 response, but the Content-Length: 0.I never define this. I don't why? Is there anybody know how to fix it?Thanks in advance.
View Articlebug?
Hy all!I have this error and i don't know how to slove it.https://gist.github.com/Stageline/9a643fa13d040d49f1d1Short details: I try request url with curl seems everithing OK, gettinghttp 200 code, but...
View ArticleRe: bug?
Hello!On Thu, May 16, 2013 at 09:32:43AM +0200, suttya wrote:> Hy all!>> I have this error and i don't know how to slove it.>>...
View ArticleRe: Nginx returns HTTP 200 with Content-Length: 0
It's not always happen, the possibility of this phenomenon is 0.081%.I havn't any idea about this...
View Articlenginx location single php file
Всем привет.Нужно отключить basic авторизацию для запроса http://domain.com/rpc.php?jkfgsdkfg. Для всего сайта включена basic авторизация. Создаю новый location :location ~ /rpc.php {auth_basic...
View ArticleRe: nginx location single php file
16.05.2013 13:35, skeletor пишет:> Всем привет.Добрый день!> Нужно отключить basic авторизацию для запроса...> Не могу понять, почему запрашивается basic авторизация при запросе>...
View ArticleRe: nginx location single php file
Спасибо за наводку, но вижу только обработку server_name (там у меня regexp). Nginx собран без модуля echo, а без него протестировать location'ы невозможно.
View ArticleRe: nginx location single php file
Hello!On Thu, May 16, 2013 at 06:19:33AM -0400, skeletor wrote:> Спасибо за наводку, но вижу только обработку server_name (там у меня> regexp).Видимо, nginx собран без debug'а. Подробнее...
View Articlelocation и proxy_pass
Есть такой server:server {listen 80;server_name example.com www.example.com;access_log /var/log/nginx/example.com/access.log main;error_log /var/log/nginx/example.com/error.log;include...
View ArticleRe: bug?
It possible, but nothing error found in php5-fpm.log or phperr.log.If this is php error, why can't reproduce it by load url in my browser orcurl?thanks2013/5/16 Maxim Dounin...
View ArticleRe: nginx location single php file
Здравствуйте, skeletor.Вы писали 16 мая 2013 г., 13:35:10:> Всем привет.> Нужно отключить basic авторизацию для запроса> http://domain.com/rpc.php?jkfgsdkfg. Для всего сайта включена basic>...
View Article