View Single Post
Old 03-11-2006, 12:10 PM   #6 (permalink)
veridicus
Inactive
 
veridicus's Avatar
 
Join Date: 01-18-06
Posts: 139
iTrader: 0 / 0%
veridicus is just really niceveridicus is just really niceveridicus is just really niceveridicus is just really niceveridicus is just really niceveridicus is just really niceveridicus is just really niceveridicus is just really niceveridicus is just really niceveridicus is just really niceveridicus is just really nice
When I say crash I mean the PHP process crashing. That'll only bring down that one process and not the whole server, so the server can keep taking other requests.

For example, in the original release of PHP5, if you define a function and in that function make a global declaration to a variable which doesn't exist, then reference that variable, the PHP process will crash. Your apache error log should give some indication of memory allocation failure or something obscure like that.

Your URLs themselves have nothing to do with the error you're getting. It's definitely the code or something the code is doing to the server. Are your error logs showing anything interesting?
veridicus is offline   Reply With Quote