1:-APACHE Installation APACHE Version – httpd-2.4.33 Follow the below steps to install apache in CentOS 7 Install EPEL Repository In order to install EPEL repository execute following command: sudo yum install epel-release -y Install required tools for compilation sudo yum install autoconf expat-devel libtool libnghttp2-devel pcre-devel -y Download and unpack […]
Category: Uncategorized
Steps to clear virtfs on cpanel server
First make sure that no users have jailed shell access in the “Manage Shell Access” interface. You can then use the script that you found in the blog post to unmout any bind-mounted directories. for i in `cat /proc/mounts | awk ‘/virtfs/ {print $2}’`; do umount $i;done CPanel also provides […]
Icons is missing in paper lantern theme
When accessing the accounts enabled with the paper lantern theme we could see that the image icons not being displayed. We have tried a cpanel upgrade on the server but could still find the issue being persisting. Steps to reproduce: Login to any cpanel with paper lantern enabled. Once logged […]
Horde giving fatal error (SQLSTATE[HY000]: General error: 1 no such table: horde_prefs)
I ran the command /usr/local/cpanel/bin/update_horde_config –user=diver –full and I am able to access webmail via horde ========================================================================== [23:55:18 xxx root@techflavouz /home/diver/mail/diver.si]cPs# /usr/local/cpanel/bin/update_horde_config –user=diver –full horde conf: /usr/local/cpanel/base/horde/config/conf.php Successfully updated the sql section of the Horde configuration. Running database checks for 1 account(s) … Using Universal Quota Support (quota=0) Running horde-db-migrate […]