iserversupport
- Total activity 157
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 67
Activity overview
Latest activity by iserversupport-
iserversupport commented,
You can achieve this by closing mysql port in csf conf and allow only necessary IP's using the command csf -a "tcp|in|d=3306|s=IP.IP.IP.IP"
-
iserversupport commented,
Try this, it will update horde configuration /usr/local/cpanel/bin/update_horde_config
-
iserversupport commented,
Try this command find . \( -name \*.jpg -or -name \*.png -or -name \*.jpeg -or -name \*.gif -or -name \*.bmp \) -type f -exec file {} \; | grep "PHP script"
-
iserversupport commented,
Increase MaxRequestsPerProcess value
-
iserversupport commented,
You can find details of core file using the command gdb -c core.XXXX Please check this link for more info - Removed -
-
iserversupport commented,
What is in the MySQL error log
-
iserversupport commented,
Is it a dedicated server or VPS if so try to run it from command line using sh script.sh If its working add the cron as root using command crontacb -e
-
iserversupport commented,
Try a force upcp /scripts/upcp --force
-
iserversupport commented,
Is it an ongoing issue ? Maybe the reason is fsck check on server reboot
-
iserversupport commented,
You can tweak open_basedir from WHM >> Home >> Security Center >> PHP open_basedir Tweak