Re: Some Issues with Configuration

2014-03-11 Thread Francis Daly
On Mon, Mar 10, 2014 at 09:53:53PM +, Richard Ibbotson wrote: Hi there, > 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. You can make it easier for people to help you if you don'

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-09 Thread Francis Daly
On Sat, Mar 08, 2014 at 09:02:37PM +, Richard Ibbotson wrote: Hi there, > NGINX is serving up static HTML pages but I now find that WordPress > pages are being served as plain text. nginx uses a single config file. There is an "include" directive where other files are (effectively) copied

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 Steve Holdoway
Hi! On Wed, 2014-03-05 at 21:18 +, Richard Ibbotson wrote: > 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

Re: Some Issues with Configuration

2014-03-05 Thread Jonathan Matthews
On 5 March 2014 21:18, Richard Ibbotson wrote: > 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

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

Re: Some Issues with Configuration

2014-03-05 Thread Jonathan Matthews
On 5 March 2014 11:13, Richard Ibbotson wrote: > 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 packa

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