ziadmm0
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Comments
Recent activity by ziadmm0-
What is the RAM of your server? It should be atleast 1 GB. And by the way, browscap also causes high memory load. And about 5 seconds increase on page load. Do not restart your server if you hav...
-
Can anyone please tell me what can I do to fix this ?
-
if you are using cloudlinux, check the kernel version and update it. I'm using CENTOS 6.10 kvm and i update it yesterday. The problem still exists.
-
systemctl status httpd command output? [root ~]# systemctl status httpd bash: systemctl: command not found
-
Can anyone please help me?
-
Thank you
-
Thank you for your help In same file there are: [2019-08-16 11:37:29 +0300] info [cPhulkd] Login Blocked: Too many failures for this username for this authentication database. [Service]=[sshd] [Au...
-
In the file there are many codes like this $hd] [Remote IP Address]=[68.183.xx.xxx] [Authentication Database]=[system] [Username]=[admin] (5/5 failures) $ And every line have different IP and usern...
-
Hello cPanelLauren I didn't block any username, actually there are only one username which is mine.
-
Thank you very much all for the help, I think I've solved this problem in two steps: 1- allow 127.0.0.1 in iptables: iptables -I INPUT -s 127.0.0.1 -j ACCEPT iptables -I OUTPUT -s 127.0.0.1 -j ACC...