• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Problem with apache Seg faults in OSSEC

Amin Taheri

Golden Pleskian
Plesk Certified Professional
Hey guys,

Im getting this from OSSEC

Received From: www->/var/log/httpd/error_log
Rule: 30104 fired (level 12) -> "Apache segmentation fault."
Portion of the log(s):

[Sat Oct 13 14:05:01 2007] [notice] child pid 2755 exit signal Segmentation fault (11)
So I tried to see if it was in anyones error log

Code:
zgrep -li 'Segmentation fault' /var/www/vhosts/*/statistics/logs/error_log*

Didnt come back with anything. Any other ideas as to how I can find out who crashed the process?
 
Hi,

it looks like something died;)
these can be useful for you:

http://kb.swsoft.com/en/260

also try to run stats on failed domain:

# /usr/local/psa/admin/sbin/statistics --calculate-one --domain-name=domain.tld

and check if you receive Seg fault error
 
problem is you dont know what domain it is, which is the problem to which I was asking the question to in my first post :)

We also have file descriptors set to 131072 on our system so thats not the problem either.
 
Hi,

did you read that article?

also, you may try to calc stats for any domain or for all domain with
--all option
check --help for info
 
We have done the FD already, and IM not sure what calculating stats would do since I doubt it would mention seg faults.
 
Back
Top