cahing server
Hi,i installed nginx on my local machine an i would like to do the caching for my website www.example.comhow can i configure nginx to cach my website because i didn't found a tutorial to configure...
View Article502 Bad Gateway- Nginx and thin
I have install nginx 1.1.19 and thin 1.5.0 in Ubuntu 12.04 and I aminstall redmine, when I try to access the page of redmine gives me thefollowing error: 502 Bad Gateway. In Nginx log reads:2013/03/18...
View ArticleRe: 502 Bad Gateway- Nginx and thin
Hello!On Mon, Mar 18, 2013 at 04:12:58PM +0100, Yunior Miguel A. wrote:> I have install nginx 1.1.19 and thin 1.5.0 in Ubuntu 12.04 and I am> install redmine, when I try to access the page of...
View ArticleRe: 502 Bad Gateway- Nginx and thin
On Mon, Mar 18, 2013 at 04:12:58PM +0100, Yunior Miguel A. wrote:Hi there,> I have install nginx 1.1.19 and thin 1.5.0 in Ubuntu 12.04 and I am> install redmine, when I try to access the page of...
View ArticleRe: порядок прохождения http-фаз сервера
On Mon, Mar 18, 2013 at 06:53:22PM +0400, Maxim Dounin wrote:> Hello!>> > Например, надо сделать в случае неудачной аутентификации редирект на страницу> > с логином/паролем:>...
View ArticleRe: порядок прохождения http-фаз сервера
Hello!On Mon, Mar 18, 2013 at 07:38:07PM +0400, Oleg wrote:> On Mon, Mar 18, 2013 at 06:53:22PM +0400, Maxim Dounin wrote:> > Hello!> >> > > Например, надо сделать в случае...
View ArticleRe: 502 Bad Gateway- Nginx and thin
Whn I am go /tmp/thin.0.sock that file exist. Sometime when i am resetthe thin read thin:/var/lib/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in`block in require': iconv...
View Articlerewrite for missing images
Hello!I want do a specific rewrite for missing image, I mean that I've a 404 page for all other missing pages, now I want do a rewrite that shows an image when is an image that is missing.is that...
View Articlecustom error page with errors in it
Hi all!I does some rules for various web errors, that rules shows a custom error page:error_page 500 502 503 504 /50x.html;location = /50x.html{root /etc/nginx/_conf/error-page;}error_page 404...
View ArticleRe: порядок прохождения http-фаз сервера
On Mon, Mar 18, 2013 at 08:00:55PM +0400, Maxim Dounin wrote:> Hello!>> > А http-redirect может только модуль фазы NGX_HTTP_CONTENT_PHASE слать или с> > фазы NGX_HTTP_ACCESS_PHASE...
View ArticleRe: 502 Bad Gateway- Nginx and thin
On Mon, Mar 18, 2013 at 05:13:12PM +0100, Yunior Miguel A. wrote:Hi there,> I am put the same port and change server unix:/tmp/thin.sock;>> and the log is the same.I'm not sure what exact...
View ArticleSurge 2013 CFP Open
The Surge 2013 CFP is open. For details or to submit a paper, please visithttp://surge.omniti.com/2013--Katherine JeschkeDirector of Marketing and Creative ServicesOmniTI Computer Consulting, Inc.11830...
View ArticleRe: keep-alive: lost requests
> Чтение - заблокировано, и данные висят в буфере сокета и никому до> них нет дела. Если используется свой код - поставить nginx в> такую позу достаточно легко.А как это ловить и отлаживать?И...
View ArticleRe: keep-alive: lost requests
Hello!On Mon, Mar 18, 2013 at 10:34:59PM +0400, Daniel Podolsky wrote:> > Чтение - заблокировано, и данные висят в буфере сокета и никому до> > них нет дела. Если используется свой код -...
View ArticleRe: порядок прохождения http-фаз сервера
On Mon, Mar 18, 2013 at 08:00:55PM +0400, Maxim Dounin wrote:> Hello!>> > А http-redirect может только модуль фазы NGX_HTTP_CONTENT_PHASE слать или с> > фазы NGX_HTTP_ACCESS_PHASE...
View ArticleRe: keep-alive: lost requests
> (Самописный upload progress на перле? Вообще-то он такого не> умеет...)А что тут уметь? хендлер от временного файла есть, заголовокcontent-length есть, размер stat...
View ArticleRe: 502 Bad Gateway- Nginx and thin
Thans for all. The end configuration:thin configuration:chdir: /var/www/redmine/environment: productionaddress: 127.0.0.1port: 3000timeout: 30log: /var/log/thin/gespro.logpid:...
View ArticleRe: 502 Bad Gateway- Nginx and thin
thin => socket: /tmp/thin.socknginx => server unix:/tmp/thin.0.sock;would be the problem i think.Am 18.03.2013 20:53, schrieb Yunior Miguel A.:> Thans for all. The end configuration:>>...
View ArticleRe: 502 Bad Gateway- Nginx and thin
On Mon, Mar 18, 2013 at 08:53:10PM +0100, Yunior Miguel A. wrote:Hi there,I see that I was wrong in assuming how thin works.> thin configuration:> servers: 1> socket: /tmp/thin.sockIt looks...
View ArticleRe: keep-alive: lost requests
Hello!On Mon, Mar 18, 2013 at 11:01:14PM +0400, Daniel Podolsky wrote:> > (Самописный upload progress на перле? Вообще-то он такого не> > умеет...)> А что тут уметь? хендлер от...
View Article