8 messages in ru.sysoev.nginxRe: Connection refused
FromSent OnAttachments
Redd VinyleneJul 28, 2008 7:59 pm 
jeff emmingerJul 28, 2008 9:46 pm 
Igor SysoevJul 28, 2008 10:20 pm 
Redd VinyleneJul 29, 2008 2:51 am 
Redd VinyleneJul 29, 2008 3:00 am 
Redd VinyleneJul 29, 2008 3:12 am 
Igor SysoevJul 29, 2008 3:31 am 
Redd VinyleneJul 29, 2008 4:05 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Connection refusedActions...
From:Redd Vinylene (redd@public.gmane.org)
Date:Jul 29, 2008 3:00:05 am
List:ru.sysoev.nginx

skip makes pf not listen to that interface, so i think that part is free...

i'm sorry i forgot to mention that nginx *is* running, although i'm getting the error 500 page...

thank you!

On Tue, Jul 29, 2008 at 7:20 AM, Igor Sysoev
<is-G@public.gmane.org> wrote:

On Tue, Jul 29, 2008 at 05:00:13AM +0200, Redd Vinylene wrote:

im trying nginx out for the first time here but im getting an error 500 plus:

2008/07/29 06:10:08 [error] 23982#0: *5 connect() to 127.0.0.1:5000 failed (61: Connection refused) while connecting to upstream, client: 80.202.207.23, server: mysite.com, request: "GET /HTTP/1.1", upstream: "http://127.0.0.1:5000/", host: "80.252.2.3", referrer: "http://80.252.2.3/"

please go to http://pastie.org/242754 for my nginx.conf and http://pastie.org/242931 for my pf.conf

anybody see anything wrong? thanks

Probably you have blocked connections via lo0 (127.0.0.1). However, I do not know pf well and do not know what does set skip on { lo0 } mean.