24x7ss
- Total activity 511
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 243
Comments
Recent activity by 24x7ss-
Hi :), Do you see any bounce back message while sending from Gmail to any email user to your server ? Also have you checked the exim_maillogs on your server?
-
Have you checked mail logs from where that emails are coming ? May be some user is doing spamming from your server or any user is running mailing list. Also, configure exim using below link make s...
-
proc_open is disabled because of security reasons. If you are having server root access then you can enable it by modifying php.ini and removing proc_open from disable function list. zip can be in...
-
Run below command on server php -m | grep zip If it is not showing any output then zip is not enabled. You have to run easyapache to enable zip php module. It must show something like: [~]# php...
-
Hello, Did you change the .htaccess code for websites which were running 5.2 version from ntPHP ? seems this issue is caused by it.
-
Hello, I would then suggest you to try rebuilding the php with existing setup and see if that makes any difference. # /scripts/easyapache --build
-
Hello :), This should be checked with Wordpress support forum actually. But still I can help you with this. Kindly check if your wordpress is updated to latest version including the plugins & th...
-
Hello, Did you cat the file completely and checked for guid as well ? It result you gave could be false negative ? Also, make sure the stat output on /etc/passwd matches the date on which you crea...
-
Hello :), Check if the the process 'cpanellogd' is running or not # ps aufx | grep cpanellogd If its running, you can kill the process ID and then manually run the script #/scripts/runweblogs
-
Hello, That could have been a ddos attack on your server to make it busy or slow. Are you seeing similar IPs with such incoming requests ?