----------------------------------------------------------------------- Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get a Free CD of Ubuntu mailed to your door without any cost. Visit : www.ubuntu.com ---------------------------------------------------------------------- On Mon, Mar 2, 2009 at 2:18 AM, VamVan <vamseevan@xxxxxxxxx> wrote: > Hello All, > > What is the situation when we get internal server error 500 on PHP pages? > > From Internet I got some info like, you get it when : > > 1) If friendly urls are not supported by apache.(mod_rewrite) > 2) If max_execution_time max's out. > and some more related to apache. > > I got a weird situation where I do PHP eval() and if the parsed string is > wrong, I get internal server error 500. > > So question is I was under the impression that PHP code errors will never > result in a http response errors. Am I completely wrong here? Can anyone > tell me from their experience what are the specific scenarios we get this > error? Understandably 2) for the eval. > > > Thanks, > V >