ERROR: failed to ptrace(PEEKDATA)
Здравствуйте.У меня есть ВПС с виртуализацией openvzСтоит nginx+php5-fpmВ error.log сыпится постояно следующее[03-Jun-2013 15:42:59] ERROR: failed to ptrace(PEEKDATA) pid 32183: Input/output error...
View ArticleRe: upstream may not have port 80 ; upgrade from 1.2.1 to 1.4.1
On Mon, Jun 03, 2013 at 03:06:46PM +0400, Maxim Dounin wrote:>> On Mon, Jun 03, 2013 at 11:31:58AM +0200, Rasmus Glud Andersen wrote:>> > After running nginx 1.2.1 with the following...
View ArticleMemory Management ( > 25GB memory usage)
Hello nginx!I have one worker-process, which uses over 25GB memory (and doesn't stop to do that).My configuration is... let's say special:So there is nginx, which proxies all requests to the PHP...
View ArticleRe: Memory Management ( > 25GB memory usage)
Hello,Please assign worker-processors according to the number of cpus yourserver have and reduce or comment the values regarding fastcgi buffers andexamine the changes after doing it.On Mon, Jun 3,...
View ArticleRe: Memory Management ( > 25GB memory usage)
Thanks for your reply!I don't have performance issues. It's just the memory usage.I don't know how nginx handles its memory, but if I increase the number of worker processes wouldn't this lead into...
View ArticleRe: Memory Management ( > 25GB memory usage)
Hello!On Mon, Jun 03, 2013 at 08:57:21AM -0400, Belly wrote:> Hello nginx!>> I have one worker-process, which uses over 25GB memory (and doesn't stop to> do that).> My configuration...
View ArticleRe: ngx_http_conf_get_module_main_conf questions
Maxim Dounin Wrote:-------------------------------------------------------> Hello!>> On Sun, Jun 02, 2013 at 06:46:54PM -0400, vagner wrote:>> > Максим, спасибо за ответ> > Вот...
View ArticleRe: ngx_http_conf_get_module_main_conf questions
vagner Wrote:-------------------------------------------------------> Maxim Dounin Wrote:> -------------------------------------------------------> > Hello!> >> > On Sun, Jun...
View ArticleRe: Memory Management ( > 25GB memory usage)
Thanks Maxim for you answer!Maxim Dounin Wrote:-------------------------------------------------------> Hello!>> On Mon, Jun 03, 2013 at 08:57:21AM -0400, Belly wrote:>> > Hello...
View ArticleRe: ngx_http_conf_get_module_main_conf questions
Hello!On Mon, Jun 03, 2013 at 10:11:43AM -0400, vagner wrote:[...]> > А вы не могли бы подсказать, могу ли я сделать одназначный вывод из> > структуры ngx_http_request_s что был передан...
View ArticleRe: Memory Management ( > 25GB memory usage)
Hello!On Mon, Jun 03, 2013 at 10:13:03AM -0400, Belly wrote:> Thanks Maxim for you answer!>> Maxim Dounin Wrote:> -------------------------------------------------------> > Hello!>...
View ArticleRe: Memory Management ( > 25GB memory usage)
On Jun 3, 2013, at 10:13 AM, Belly wrote:>>> What is the best setting for my situation?>>>> I would recommend using "fastcgi_max_temp_file_size 0;" if you>> want to disable...
View ArticleRe: ngx_http_conf_get_module_main_conf questions
Maxim Dounin Wrote:-------------------------------------------------------> Hello!>> On Mon, Jun 03, 2013 at 10:11:43AM -0400, vagner wrote:>> [...]>> > > А вы не могли бы...
View ArticleWebsite is displayed differently between Operating Systems and Browsers
I'm still trying to wrap my head around the Nginx configuration, I have several websites hosted with the same Nginx server, however when I view the back-end of a particular one with Chrome on Linux,...
View ArticleRe: ngx_http_conf_get_module_main_conf questions
Maxim Dounin Wrote:-------------------------------------------------------> Hello!>> On Sun, Jun 02, 2013 at 06:46:54PM -0400, vagner wrote:>> > Максим, спасибо за ответ> > Вот...
View ArticleNeed help: websocket proxy stops working after a while
I got nginx websocket proxy working but the socket would closein a minute or so. So I addproxy_read_timeout 180s;and it works within 3 minutes but closed the websocket after 3minutes, but it works OK...
View ArticleRe: переменные в userid_domain
Простите за воскрешение старой темыА что если так:map $http_host $no_www_domain {hostnames;.foo.com foo.com;.bar.com bar.com;.baz.com baz.com;}server {server_name .foo.com .bar.com .baz.com;location /...
View ArticleHTTP status codes missing description in header for proxy_pass
We're using nginx as a middle layer in front of our application server (mod_perl). When mod_perl returns an error page, the HTTP status line is missing the "reason phrase" after the status code, like...
View ArticleRE: HTTP status codes missing description in header for proxy_pass
Hi,nginx does its job correctly: $ curl -I http://nginx.org/404 $ HTTP/1.1 404 Not Found $ [...]I guess the irregular response comes from your mod_perl backend? Did youcheck that out?Capturing...
View Article