try also to actively monitor logs, access and error logs. # tail -f /var/log/httpd/access_log or # tail -f /var/log/httpd/error_log this may help you to determine the exact point where httpd crashes with segfault.
or maybe you might want to try upgrading to the latest stable version. On 4/24/07, Orlando Andico <[EMAIL PROTECTED]> wrote:
segmentation fault can either be caused by bad code, or bad memory. bad memory can be triggered by heat, or bad power (i.e. cheapie power supplies, or fluctuating line power). if you can't handle these issues, just have a script which monitors apache on a 5-second basis and restarts it if it dies (simple programming exercise). On 4/24/07, jan gestre <[EMAIL PROTECTED]> wrote: > > > On 4/24/07, Ian Dexter R. Marquez <[EMAIL PROTECTED]> wrote: > > On 4/24/07, jan gestre <[EMAIL PROTECTED]> wrote: > > > > > > [Fri Apr 20 15:06:15 2007] [error] Cannot remove module mod_auth_anon.c: > not > > > found in module list > > > [Fri Apr 20 15:06:15 2007] [error] Cannot remove module mod_auth.c: not > > > found in module list > > > [Fri Apr 20 15:06:15 2007] [error] Cannot remove module mod_access.c: > not > > > found in module list > > > > Make sure the above modules are in the httpd config. Look for lines > > with LoadModule. (You might want to post here your httpd.conf, as well > > as the httpd version.) > > > > > > > ian, > > all the modules are in httpd.conf with the LoadModule parameter and the > apache version is 2.0.52, i also ran apachectl configtest, the syntax are > OK. > > _________________________________________________ > Philippine Linux Users' Group (PLUG) Mailing List > [email protected] (#PLUG @ irc.free.net.ph) > Read the Guidelines: http://linux.org.ph/lists > Searchable Archives: http://archives.free.net.ph > -- Orlando Andico Senior Sales Consultant - Embedded GTMi Oracle (Philippines) Corporation The statements and opinions expressed here are my own and do not necessarily represent those of Oracle Corporation. _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph
_________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

