Re: nginx in ubuntu (trusty) 14.04

2014-03-13 Thread Richard Ibbotson
On Thursday 13 Mar 2014 10:05:22 Jeroen Ooms wrote: > 2014/03/13 16:11:01 [emerg] 14625#0: bind() to 0.0.0.0:80 failed > (98: Address already in use) > 2014/03/13 16:11:01 [emerg] 14625#0: bind() to [::]:80 failed (98: > Address already in use) > 2014/03/13 16:11:01 [emerg] 14625#0: bind() to 0.0.

Re: Some Issues with Configuration

2014-03-10 Thread Richard Ibbotson
Hi Thanks for some helpful answers so far. I'm sure I'm neary there. Just need a bit more help. I'm getting error 404 when I try to load a Wordpress page. That's better than the previous attempt where NGINX was loading the PHP code from WP. Some progress. I can also load static HTML page

Re: Some Issues with Configuration

2014-03-08 Thread Richard Ibbotson
> >>> http://wiki.nginx.org/WordPress<< > > > > I'll have a read through this again. The part that might work Thanks to Jonathan Matthews and Steve Holdoway for some helpful comments. I've made some progress and probably a couple of steps backwards as well. Bit more help could be useful. N

Re: Some Issues with Configuration

2014-03-05 Thread Richard Ibbotson
On Wednesday 05 Mar 2014 21:03:22 Jonathan Matthews wrote: > Nginx doesn't execute PHP. It passes each request destined for your > blog (i.e. the locations you decide are "your blog") to another > process that runs/is-running the PHP. Take a look here, and it might > help: >> http://wiki.nginx.or

Some Issues with Configuration

2014-03-05 Thread Richard Ibbotson
Hi I've been having a few problems with configuration of NGINX. No problems with running Apache or Lighttpd on my own Linux box but I've been scratching my head over NGINX. When I've compiled from source or used the vanilla Ubuntu package I find that I can download the front page from my bo