Re: Solving a 500 error

2013-10-02 Thread itpp2012
Sounds familiar, edit files elsewhere and overwrite them for nginx's destination, any basic editor has macro support, just make a macro that does a copy after save. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,24,243371#msg-243371 ___ n

Re: Solving a 500 error

2013-10-02 Thread Maxim Dounin
Hello! On Tue, Oct 01, 2013 at 05:52:32PM +0100, Ian Hobson wrote: > Hi All, > > I have an nginx install with the configuration below. > > The server is a linux VM running under Virtual Box on my windows > machine. The website / directory is made available as a sharename > using Samba, which I

Re: Solving a 500 error

2013-10-01 Thread Jonathan Matthews
On 1 October 2013 22:57, Ian Hobson wrote: > On 01/10/2013 20:36, Jonathan Matthews wrote: > > To be fair, chap, you're the one who has access to the log files! What > do *they* say? > > They tell me nothing new. You get a 500 in your *access* log and a simultaneous entry in your *error* log does

Re: Solving a 500 error

2013-10-01 Thread Steve Holdoway
On Tue, 2013-10-01 at 22:57 +0100, Ian Hobson wrote: > On 01/10/2013 20:36, Jonathan Matthews wrote: > > > To be fair, chap, you're the one who has access to the log files! What > > do *they* say? > They tell me nothing new. > > When I change a static file, I get a 500 error on the next static f

Re: Solving a 500 error

2013-10-01 Thread Ian Hobson
On 01/10/2013 20:36, Jonathan Matthews wrote: To be fair, chap, you're the one who has access to the log files! What do*they* say? They tell me nothing new. When I change a static file, I get a 500 error on the next static file I request - even if it is not the file I have changed. Sometime

Re: Solving a 500 error

2013-10-01 Thread Jonathan Matthews
On 1 October 2013 17:52, Ian Hobson wrote: > Hi All, > > I have an nginx install with the configuration below. > > The server is a linux VM running under Virtual Box on my windows machine. > The website / directory is made available as a sharename using Samba, which > I connect to from Windows, so

Solving a 500 error

2013-10-01 Thread Ian Hobson
Hi All, I have an nginx install with the configuration below. The server is a linux VM running under Virtual Box on my windows machine. The website / directory is made available as a sharename using Samba, which I connect to from Windows, so I can edit the files. I edit in windows, using fami