WordPress upload directory isn’t writable. Server error. When you have added a 3rd party plugin in the wordpress, there might be a change that you will get the above error. The simple solution for this issue is changing the permission of uploads, special integrated theme upload and upgrade directory to 777

I have installed the CSF in the server. When I try to run the perl test in the CSF, it is giving the following error. # perl /etc/csf/csftest.pl Testing ip_tables/iptable_filter…OK Testing ipt_LOG…OK Testing ipt_multiport/xt_multiport…OK Testing ipt_REJECT…OK Testing ipt_state/xt_state…OK Testing ipt_limit/xt_limit…OK Testing ipt_recent…FAILED [Error: iptables: Unknown error 4294967295] – Required for… Continue Reading CSF error some missing iptables modules [4] ipt_REDIRECT…FAILED, ipt_owner, ipt_recent, iptables_nat

At  times, you will find the following error message in the “/var/log/messages” ======= FAIL: ftp per_source_limit from=xxx.xxx.xxx.xxx ======= You can resolve the issue by adding the following line in the file ‘/etc/xinet.d/ftp_psa’ ======= per_source            = UNLIMITED  ======= After saving the file, restart xinet.d by using the following command. /sbin/service xinetd… Continue Reading FAIL: ftp per_source_limit

At times, you may get many emails notifying about the Dr.Web service. You may disable it by following the steps mentioned below: It differs from one Plesk version to that of the other. For Plesk 8: Edit the file ‘/etc/drweb/drweb32.ini‘ and set UpdateNotify = no For plesk 9: Edit the… Continue Reading Disable Dr.Web email notifications

If web statistics present in the Plesk panel is not working, you can run the following command in the command prompt. ========== %plesk_bin%\statistics.exe” –all –process-domains=karthick.com –from-date=2012/5/2 ========== You can find more options by running statistics.exe –help Have a Accurate Web Statistics 🙂

1. Create a user: useradd testpasswd test 2. Add this user in wheel group. usermod -a -G wheel test 3. Now, Edit PAM configuration file for su. (/etc/pam.d/su) —-  vi /etc/pam.d/su uncomment below line auth sufficient /lib/security/$ISA/pam_wheel.so trust use_uid This will allow users in wheel group as a trusted users.… Continue Reading Wheel user to become as root (su -) without password

# inode checking : Inode Usage :  1) You can check the inodes of an account on your server by using SSH: # quota -s 2) If you have SSH access to your account you can view the inodes for a specific folder using the following command : root@XXX [/]#… Continue Reading How to resolve : Internal server Error when accessing cPanel/WHM/Webmail

unable to enter into VPS You may get an error while entering to a openvz vps. You cant also ssh to the vps from outside. Error: vzctl enter xxxx enter into VE xxxx failed Unable to open pty: No such file or directory 1. If it is a redhat based… Continue Reading Error : Unable to open pty: No such file or directory

How can I setup email forwarder in cPanelTo set email forwarder in cPanel, please follow the steps :- 1) Log in to cPanel. 2) Click on “Forwarders” under Mail category. 3) You can set two type of forwarding under this *Email Account Forwarders :- Forwarders allow you to send a… Continue Reading Setup email forwarder in cPanel

How can I protect my folder with password in cPanel To protect the folder on the web with password, please follow the steps :- 1) Login to cPanel. 2) Click on “Password Protect Directories ” icon under “Security” setting. 3) Select the folder you wish to protect with “Password”. 4)… Continue Reading Protect my folder with password in cPanel