chmod root

Active Member
Oct 18, 2006
28
0
151
One issue...

No log handling enabled - turning on stderr logging
read_config_store open failure on /var/net-snmp/snmpapp.conf
read_config_store open failure on /var/net-snmp/snmpapp.conf
read_config_store open failure on /var/net-snmp/snmpapp.conf
Failed loading /usr/local/ioncube/ioncube_loader_lin_4.3.so: /usr/local/ioncube/ioncube_loader_lin_4.3.so: undefined symbol: zend_hash_add_or_update

I get that when tailing apache logs.

Second...

How do I trace which user/domain is causing a server load spike constantly? I can't tell if its exim or php/httpd.

I tried these, got nowhere

ls -al /tmp|grep -v sess

I have phpsuexec enabled
 

Attachments

MaX DiVeL

Member
Oct 23, 2006
8
0
151
Well, according to the message, your hosting provider has suspended your account. You will need to talk with them as to why.:D
 

freedog96150

Well-Known Member
Mar 25, 2005
68
0
156
Nevada, USA
I would run easyapache, or rebuild apache and php. Seems like there is some problem with your php build. I would also reinstall Zend.

From ssh:
/scripts/easyapache
/scripts/installzendopt

Remember that Google is your friend.
 

chmod root

Active Member
Oct 18, 2006
28
0
151
I ran that with same exact modules.

(phpsuexec enabled, has been for months)

Now php mail function does not work. How do I fix that?
 

freedog96150

Well-Known Member
Mar 25, 2005
68
0
156
Nevada, USA
Make sure that the php mail classes are in your include path in the php.ini file. If you have Zend optimizer installed, you will most likely find your php.ini file in the /usr/local/Zend/etc folder. If you are NOT running Zend optimizer, then you will most likely find your php.ini in the /etc directory. If you are unsure of the location of your php.ini file than a phpinfo file will tell you all the stats of your php setup. For more info on creating and using the phpinfo file, search the forums. Also, for more info on the mail() function, including setup please visit this link http://phpmailer.sourceforge.net/.

HTH