Disable Apache Error log in ISPConfig
ISPConfig is a free hosting control panel. It come with Nginx and Apache web servrs. You can select one during installation. if…
ISPConfig is a free hosting control panel. It come with Nginx and Apache web servrs. You can select one during installation. if…
To forward all requests from port 80 to port 8080, run Here is another command that specify network interface and forward traffic…
ASTPP is a Open Source VoIP Billing Solution for Freeswitch. It supports prepaid and postpaid billing with call rating and credit control.…
Caddy is used to serving videos on https://odysee.com, it is a block-chain based video service with no censoring. Install Caddy Web Server…
Caddy is a light weight web server written in golang. Caddy auto generate SSL for your web site using LetsEncrypt and support…
When using curl linux command line tool, to set user agent, run curl –user-agent “USER_AGENT_HERE” URL_HERE You can also use curl -A…
phpMyAdmin configuration file is config.inc.php located in phpMyAdmin install folder. To enable connecting to arbitary Server, add $cfg[‘AllowArbitraryServer’] = true; This will…
iostat – Report Central Processing Unit (CPU) statistics and input/output statistics for devices and partitions. The iostat command is used for monitoring…
To install PHP 7.4 on CentOS 7, first install remi repository. yum install epel-release -y rpm -ivh https://rpms.remirepo.net/enterprise/remi-release-7.rpm Set PHP 7.4 as…
By default, Plesk store backups in folder /var/lib/psa/dumps/. To move this to a differnt partition or directory, create a folder mkdir /backup…
When you are using Reverse Proxy like Nginx, Haproxy or Amazon ELB in front of web server and web server use HTTP…