one of our client trying to upload big file size which fails with the following error in /var/www/vhosts/system/example.com/logs/proxy_error_log file: Nginx support is enabled on the server: /usr/local/psa/admin/bin/nginxmng -s Enabled We try to adjust client_max_body_size in /etc/nginx/nginx.conf but it has no effect. Actually, Value for client_max_body_size directive is overwritten on domain level and is insufficient. To […]
Nslookup Commands to Troubleshoot DNS
nslookup (stands for name server lookup) is a network utility program used to test and troubleshoot DNS servers. As appears from its name, it gets name server information for domains by querying the DNS. […]
FirewallD Rules to Configure and Manage Firewall in Linux/CentOS 7
Today we’ll show you, how to Set Up and Configure a Firewall with FirewallD on CentOS 7. FirewallD is a firewall management system available by default on CentOS 7 servers. […]
One Page Checkout for WHMCS
One Page Checkout for WHMCS displays domain registration & products/services selection and all checkout steps on a single page for customers to modify any step at once. You may read more on WHMCS one-page checkout for WordPress vendor website whmpress.com It is suited for single product orders and offers a quick checkout. Customers can configure […]
How to clean up the /tmp folder contents on Linux servers
Each Linux server has a diretcory named /tmp which is installed with individual file system. it is used to hold temporary files. /tmp directory have all the all the website session files which is hosted on serve. […]
How to Enable .htaccess in Apache Web Server
Through .htaccess, we can enable the directory level configuration for Apache web server. This will help users to override the Apache global and virtual host settings. […]
How to Enable Basic Authentication on NGINX
Nginx is one of the famous web server used for web hosting. In this tutorial, we will show you how to configure basic authentication on Nginx for your websites. […]
How To Install PIP on Linux
Pip is a tool of managing Python packages which is used to install and manage software packages develop in Python. Pip is the same tool like the bundle, npm, composer in another programming language. […]
How to Change your WordPress Dashboard Language
Many users wants to work with WordPress in different languages for various users, but as soon as you change the website language, the Dashboard does as well. what if you want to keep the Dashboard in English, but display the site in French for the users? In this article we will see how do this. […]
How to change Joomla admin user password from MySQL CLI
Clients having Joomla based websites occassionaly forget their password. This is very easy to reset Joomla admin user password from MySQL CLI (command line interface). […]