Re: connect() to 127.0.0.1:80 failed (99: Cannot assign requested address

2013-07-15 Thread Adrián Navarro
Given how lost you are I'd say go with Apache altogether, and forget nginx, as you'll have to deal with wp-specific config later on. And you seem pretty much lost. But if you want to stick to nginx, go with a correct configuration: forget apache and remove the proxy_pass. And if you want to

Re: connect() to 127.0.0.1:80 failed (99: Cannot assign requested address

2013-07-15 Thread Adrián Navarro
Remove the proxy_pass and its section altogether. Your config has duplicate routing: first a proxy_pass (apache? But to itself) then a fastcgi route. If you want pure nginx, remove the location..part with the proxy pass and reboot nginx. Sent from my BlackBerry -Original Message- Fr

Re: Regular expression used in server_name directive

2013-03-03 Thread Adrián Navarro
Just remove the part and it will act as only matching regex. --Original Message-- From: justin Sender: nginx-boun...@nginx.org To: nginx@nginx.org ReplyTo: nginx@nginx.org Subject: Re: Regular expression used in server_name directive Sent: Mar 4, 2013 04:21 I actually have a working r