hi all,

I am facing a strange problem with the apache 1.3.33 webserver. It seems to be crashing once in a while.
i checked out the logs and couldn't find the exact reason. Any way I can trace the possible reasons for the crash.

error
=====
[Fri Aug 19 07:51:55 2005] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri Aug 19 07:51:55 2005] [notice] Apache/1.3.33 configured -- resuming normal operations
[Fri Aug 19 07:51:55 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache/bin/suexec)
[Fri Aug 19 07:51:55 2005] [notice] Accept mutex: sysvsem (Default: sysvsem)


Settings in httpd.conf

RLimitMEM 408429909
RLimitCPU 240

ServerType standalone

Timeout 300

MaxKeepAliveRequests 100

KeepAliveTimeout 15

MinSpareServers 5
MaxSpareServers 10

StartServers 5

MaxClients 256

MaxRequestsPerChild 1000


Modules which are loaded are
LoadModule rewrite_module     libexec/mod_rewrite.so
LoadModule expires_module     libexec/mod_expires.so
LoadModule php4_module        libexec/libphp4.so
LoadModule bytes_log_module   libexec/mod_log_bytes.so
LoadModule auth_passthrough_module libexec/mod_auth_passthrough.so
LoadModule gzip_module        libexec/mod_gzip.so



thanks,
kailash

Reply via email to