Apache2 troubleshooting

David J Berube djberube at berubeconsulting.com
Tue Oct 24 10:17:25 EDT 2006


Hi list,

I'd strongly recommend taking Apache out of the loop - use the command 
line PHP interface. (It works much like you'd expect - more or less like 
the python, ruby, perl, etc command line interfaces.)

In that way, you take Apache out of the loop entirely. Keep in mind that 
Apache manages it's own processes, and I do believe it kills and 
restarts processes after a given number of requests. Even if it doesn't, 
by using the CLI you reduce to problem to a simpler Unix job control issue.

Take it easy,

David Berube
Berube Consulting
djberube at berubeconsulting.com
(603)-485-9622
http://www.berubeconsulting.com/

Kjel Anderson wrote:
 > Hey list,
 >
 > I'm trying to debug a problem with Apache2, and I was hoping that
 > someone on this list might be able to give me an idea where to start.
 > It seems as if Apache is restarting itself. The logs have this:
 >
 > [Mon Oct 23 17:06:45 2006] [notice] Apache/2.0.55 (Ubuntu) PHP/5.1.2
 > configured -- resuming normal operations
 >
 > This is a development server that has an ungodly PHP script running on
 > it the takes about ten hours to complete. This happened at about hour
 > eight. If anyone has any helpful suggestions, I am all ears.
 >
 > Thanks,
 >
 > Kjel
 > _______________________________________________
 > gnhlug-discuss mailing list
 > gnhlug-discuss at mail.gnhlug.org
 > http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
 >
 >



More information about the gnhlug-discuss mailing list