Hi everyone, I have setup nginx as the front end server and apache as the backend server so that nginx handles the static content pages and then redirect php pages over to apache which works great. My question is when i say put a php page with a mistake i.e. putting a : instead of ; on my regular xampp installation it comes up say parse error etc but when doing the same on my nginx/apache setup there's a blank page but when correcting the mistake and running it again it runs fine. Is this just becuase it don't forward php errors or as its a proxy aswell, is there a way of passing the error through to nginx or do i just deal with it as it will not do it period. Many Thanks