Install OpenLiteSpeed on CentOS
To install OpenLiteSpeed web server on CentOS, install repository for your CentOS version For CentOS 6 rpm -Uvh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el6.noarch.rpm For CentOS 7…
To install OpenLiteSpeed web server on CentOS, install repository for your CentOS version For CentOS 6 rpm -Uvh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el6.noarch.rpm For CentOS 7…
On CentOS 7 VestaCP install PHP 5.6 by default. This is very old version of PHP. To upgrade PHP to latest version…
To regenerate grub config on CentOS 7, run grub2-mkconfig -o /boot/grub2/grub.cfg If you use UEFI, run grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg OVH CentOS 7…
On a Cpanel Server using CentOS 7 + php-fpm, site phpinfo() shows few functions are set to disabled in disable_functions. I checked…
dnf is package manager for RHEL/CentOS 8. This is improved version of yum. To search for a package, use dnf search PACKAGE_NAME…
CentOS 8 is a short-lived Linux distribution based on Red Hat Enterprise Linux (RHEL). Due to a change in policy, CentOS 8…
To start Apache from command line with out using a systemd service file or init script, run /usr/sbin/httpd -DFOREGROUND To stop Apache,…
On CentOS 7 sevrer running apache, when try to install plugin in WordPress admin area, i get error Installazione fallita: Il download…
To download RPM file from yum repo, you need to install yum-utils package. yum install -y yum-utils Now you can use command…
On CentOS 7 server with firewalld running, used following command to open ports used by Zimbra Mail Server. firewall-cmd –zone=public –permanent –add-service=http…
To add IP address on a Linux server, first find name of your network interface. This can be done with command ip…
CentOS Web Panel (CWP) is a free hosting control panel for CentOS servers. To install CentOS Web Panel, run CWP use same…