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.