Aarvi

Linux

WordPress login brute force

Facing issues with bruteforce on wp-login page in wordpress ? You can stop it using below method, copy paste the below code in httpd.conf and restart httpd xx.xx.xx.xx is the IP address where you can add your own IP address to be able to access wp-login <FilesMatch wp-login.php> Order Allow,Deny Allow from xx.xx.xx.xx Deny from […]
Read more

Disable directory browsing linux

To disable the directory browsing in account you need to do the below steps # cd to the directory you want to disable directory browsing in my case it was #cd  /home/online/public_html/images create a new file .htaccess # vi .htaccess paste the below code in .htaccess Options -Indexes save file and exit Now directory browsing […]
Read more

Amazon SES Request Expired, it must be within 300secs/of server time.

While using Amazon Simple Email Service, sometimes we encounter this error message:   ” AWS Error Code: RequestExpired, AWS Error Message: Request timestamp: Sun, 13 Mar 2011 06:10:27 GMT expired. It must be within 300 secs/ of server time.” This error probably means that Amazon SES time differs from your system clock time. If you’re using […]
Read more

Mod_Security disable

If you want to disable security for one singled domain name you can do it by editing virtualhost in httpd.conf You can add the below setting in apache’s virtualhost for the domain name You need to add below rule to disable mod_security <IfModule mod_security2.c> SecRuleEngine off </IfModule>    
Read more

An unexpected error occurred. Something may be wrong with WordPress.org

Are you getting error below error in wordpress while installing plugin ? “An unexpected error occurred. Something may be wrong with WordPress.org”  The solution for this issue is to check file wp-config.php While troubleshooting issue I see the error was in wp-config.php I commented out below settings to fix this issue /** EXAMPLE – proxy […]
Read more

Domain name Transfer

To transfer the domain name from your old domain registrar to us                                             Please apply using below URL Once done please make sure the at your old domain registrar 1) You need to disable the privacy Protection                                       […]
Read more

“perl: warning: Setting locale failed”

This post shows a simple way of fixing  warning when running perl in linux. perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_CTYPE = “UTF-8”, LANG = “en_US.UTF-8”     are supported and installed on your system. perl: warning: Falling back to the standard […]
Read more

Lynx file “/etc/lynx.lss” is not available.

Are you getting below error in cpanel for cron  Lynx file “/etc/lynx.lss” is not available” in cpanel server ?  You can fix it using below mentioned setting   # vi /var/cpanel/exim.conf.deps   and append it and add below entries                             /etc/lynx.lss Now Save file and quit and error should dissappear          
Read more

How to find the max inode using folder in server in linux ?

Inodes are the important feature on any server which can sometimes be overused by clients in shared hostingTo find the user or folder using max inodes , SSH to server as root #cd /home     ; Change directory to /home run below command to see the max using inode account This will show the max inode […]
Read more

Aarvi server solutions Is a Web Hosting Support Company that has built a solid reputation for quality, reliability, and true professional service