Posted: Sun Feb 17, 2008 9:33 am
Those messages are harmless, they're just picking up some buggy motherboard messages. There are only two components other than the kernel that touch apache, mod_security and mod_evasive. If you've used the default kernel and your load is still going through the roof then the kernel was ruled out when you did that.
You can try disabling mod_security and mod_evasive next, just mv their conf's out of /etc/httpd/conf.d/ and restart the daemon. If you're still having problems, then you've ruled out all of ASL completely and its something else.
Then I would start looking around for the usual culprits, .htaccess files for any server related settings. I've seen mod_rewrite do it when it gets into a loop, badly written apps, etc.
You can try disabling mod_security and mod_evasive next, just mv their conf's out of /etc/httpd/conf.d/ and restart the daemon. If you're still having problems, then you've ruled out all of ASL completely and its something else.
Then I would start looking around for the usual culprits, .htaccess files for any server related settings. I've seen mod_rewrite do it when it gets into a loop, badly written apps, etc.