|
Home > Archive > Netware Webserver > July 2006 > apache_worker stuck in loop
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
apache_worker stuck in loop
|
|
| mmo@shcs.sa.edu.au 2006-07-25, 7:11 pm |
| Hey all,
We have an issue where the server will start getting slow, the module
causing the issue is apache_worker, is there a way to see what files the
module actually has open, cause I'm thinking it's a seldom used php page on
the server.
Thanks
| |
| Guenter 2006-07-27, 1:11 pm |
|
mmo@shcs.sa.edu.au Wrote:
> Hey all,
>
> We have an issue where the server will start getting slow, the module
> causing the issue is apache_worker, is there a way to see what files
> the
> module actually has open, cause I'm thinking it's a seldom used php
> page on
> the server.
>
> Thanks
Hi,
set in your httpd.conf:
Code:
--------------------
LogLevel debug
--------------------
retstart Apache, and wait for the next crash - then you can probably
see something more in the Apache log files...
also take a look at sys:/php5/error.log.
Guenter.
--
Guenter
|
|
|
|
|