On Wed, Jul 06, 2005 at 02:58:22PM -0700, Dan Trainor wrote:
> Jason Czerak wrote:
> > Wed Jul 06 16:25:18 2005] [notice] child pid 24242 exit signal File size
> > limit exceeded (25)
> > [Wed Jul 06 16:27:00 2005] [notice] child pid 24368 exit signal File
> > size limit exceeded (25)
> > [Wed Jul 06 16:27:02 2005] [notice] child pid 24523 exit signal File
> > size limit exceeded (25)
> > [Wed Jul 06 16:30:14 2005] [notice] child pid 24630 exit signal File
> > size limit exceeded (25)
...
> Check access and error logs. One of them is >2G.
2.0.54 on Linux can handle >2Gb error/access log files.
But some other module or script is definitely accessing or trying to
create >2Gb files on this server. If you enable core dumps then you can
find out exactly where; start the server with "ulimit -c unlimited" and
add e.g. "CoreDumpDirectory /tmp" to your httpd.conf, then run gdb on
the core dumps produced in /tmp.
joe
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
|