Re: Перезапуск кэш-менеджера
> К тому же не забывайте, что при reload, создаются две копии рабочих> процессов. Это может быть достаточно серьезной нагрузкой на сервер, которую> не хочется лишний раз запускать.Нагрузку на...
View Article.shtml as php
Hello,We are trying to parse .shtml files as .php with nginx + php-fpm, but we can't!Any ideas please?Some information:nginx version: nginx/1.2.6built by gcc 4.4.4 20100726 (Red Hat 4.4.4-13) (GCC)TLS...
View ArticleRe[2]: Перезапуск кэш-менеджера
Здравствуйте, Daniel.>> К тому же не забывайте, что при reload, создаются две копии рабочих>> процессов. Это может быть достаточно серьезной нагрузкой на сервер,>> которую не хочется...
View ArticleRe: Re[2]: Перезапуск кэш-менеджера
Да, Михаил. У нас именно такая ситуация. Раздаем очень много разногостатического контента. И несколько раз приходится думать перед тем, каксказать reload. Собственно поэтому и созникает вопрос,...
View ArticleRe: [BUG] Posted requests not handled after dns resolving
Because there is chance to call ngx_http_upstream_finalize_request infunction ngx_http_upstream_connect or it's sub calls, and i think thismakes no difference with failed resolution~Hello!On Wed, Mar...
View ArticleNGINX proxy websocket
I am using the Nginx v1.3.14 server proxy. I am sending the Websocket HTTP connection request "CONNECT HostName:Port HTTP/1.1" packet to the proxy from the client. It responds with an http-alt ack...
View ArticleRe: map a null/missing variable?
On Wednesday 13 March 2013 22:19:50 AJ Weber wrote:> OK,>> So I'm still working on my caching "issue", but this is a more general> question, so for the sake of indexing and helping others...
View ArticleFwd: Lua shared storage inconsistent?
Hello,I'm trying to count with a Lua-script the concurrent requests to a givenvirtual host on the backend to which Nginx relays als reverse proxy.My current code is somewhat more complex, but I try to...
View ArticleRe: nginx + my module crashes only when ignore client abort = on
thanksafter i get the subrequest response in a handler function i registered, what can i do in order to tell the ngin core the subrequest had finished ? in my case i do only these...
View ArticleRe: nginx + my module crashes only when ignore client abort = on
Hello!On Thu, Mar 14, 2013 at 12:46:43PM -0400, gadh wrote:> thanks> after i get the subrequest response in a handler function i registered, what> can i do in order to tell the ngin core the...
View Articlerewtite /back/struct => /back/index.php/struct
Нужно переводить ссылку вида site.ru/back/struct в site.ru/back/index.php/struct и отдавать в пхп.Пытаюсь написать конфиг под подобное поведение, но ничего не получается. В апаче было просто: .htaccess...
View ArticleRe: nginx: [emerg] invalid host in upstream
It looks like Bitnami expects the Rails app to be in url/appname. So, I just removed the /ndeavor from the thin.yml and from nginx.conf.This is what my thin.yml looks like now:...
View ArticleRe: nginx: [emerg] invalid host in upstream
I restarted. Now I'm getting the website without the CSS. I thought Nginx would provide the static webpages including CSS.How can I tell if Nginx is running properly?Sorry - This is my first time...
View ArticleRe: nginx: [emerg] invalid host in upstream
My Rails app has this in production.rb: config.serve_static_assets = falseWhen I run Thin by itself, I have to make that true.I thought with Nginx it would stay false.
View ArticleRe: server name "" 444 и 200
Валентин Бартенев Wrote:-------------------------------------------------------> On Thursday 14 March 2013 17:10:06 anon wrote:> > Привет.> >> > Хочется сделать исключение в таком...
View ArticleRe: server name "" 444 и 200
> > location = /check{> > return 200;> > }> > return 444;> >> > }Все равно возвращает 444.
View ArticleRe: nginx: [emerg] invalid host in upstream
OK - we can close this thread. But, I'm going to start a new one because I still can't get to my Rails app.
View ArticleRe: server name "" 444 и 200
On Thursday 14 March 2013 23:44:02 anon wrote:> > > location = /check{> > > return 200;> > > }> > > return 444;> > >> > > }>> Все равно...
View ArticleThe service is not available. Please try again later.
I'm trying to get a Bitnami Rails running with Nginx and Thin.I've got Thin servers running on:bitnami@linux:/opt/bitnami$ thin -C projects/ndeavor/current/config/thin.yml startStarting server on...
View ArticleRe: server name "" 444 и 200
On Thursday 14 March 2013 23:41:33 anon wrote:> Валентин Бартенев Wrote:> ------------------------------------------------------->> > On Thursday 14 March 2013 17:10:06 anon wrote:>...
View Article