yum install ImageMagick-devel
cd /usr/local/php70/bin
./pecl upgrade-all
Category Archives: Hosting
No space left on device: AH00023: Couldn’t create the rewrite-map mutex
No space left on device: AH00023: Couldn’t create the rewrite-map mutex
AH00020: Configuration Failed, exiting
ipcs -s | tail -n +4 | head -n -1 | tr -s ' ' | cut -d' ' -f3 | sort | uniq -c | sort -nr
123 apache
1 root
ipcs -s | tail -n +4 | head -n -1 | tr -s ' ' | cut -d' ' -f2,3 | while read -r id owner; do [[ $owner == "apache" ]] && ipcrm -s "$id"; done
service httpd start
Also you can try reboot server.
joomla spam mails: account details for
User Registration can be disabled by setting Users -> Manage -> Options -> Allow User Registration to “No”.
(FATAL): The server must be in runlevel 3 before the installation can continue
If you are getting this error on Centos 7 OS
systemctl set-default multi-user.target
Removed symlink /etc/systemd/system/default.target.
Created symlink from /etc/systemd/system/default.target to /usr/lib/systemd/system/multi-user.target
mysqldump error output: mysqldump: Got error: 1045: “Access denied for user ‘da_admin’@’localhost’ (using password: YES)” when trying to connect
Error while backing up database
Error while backing up database: The sql file is 0 bytes in size:
You should add user name to /root/.my.cnf
vi /root/.my.cnf
user=root
password=some_password
pagespeed diredtacmin
wget https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_x86_64.rpm
rpm -i --nodeps mod-pagespeed-stable_current_x86_64.rpm
vi /etc/httpd/conf/extra/httpd-includes.conf
Include /etc/httpd/conf.d/pagespeed.conf
vi /etc/httpd/conf/httpd.conf
# Include conf/extra/httpd-deflate.conf
service httpd restart
apachectl -t -D DUMP_MODULES | grep speed
exim by size
Locate messages matching a specific size
exiqgrep -s '^..M$'
cpanel reinstall phpmyadmin
rm -fR /usr/local/cpanel/3rdparty/etc/phpmyadmin
rm -fR /var/cpanel/userhomes/phpmyadmin
mkdir /usr/local/cpanel/3rdparty/etc/phpmyadmin
mkdir /var/cpanel/userhomes/phpmyadmin
chattr -ia /usr/local/cpanel/3rdparty/etc/phpmyadmin
chattr -ia /var/cpanel/userhomes/phpmyadmin
chown -R cpanelphpmyadmin:cpanelphpmyadmin /var/cpanel/userhomes/phpmyadmin ;
/scripts/upcp –force
service cpanel restart
cpanel mysql missing menu
/scripts/update_db_cache
/usr/local/cpanel/bin/setupdbmap
info [update_db_cache] MySQL is not enabled. Exiting now.
It means you need enable MySQL in Service Manager.
lighttpd mod_rewrite wordpress
url.rewrite = (
“^/(wp-admin|wp-includes|wp-content)/(.*)” => “$0”,
“^/(.*).(.+)$” => “$0”,
“^/(.+)/?$” => “/index.php/$1”
)
server.error-handler-404 = “/index.php”
Premature end of script headers: redirect.cgi
cPanel fails to redirect, because of Internal server error
cagefsctl --remount-all
service proxyexecd restart
ERROR: The system cannot update the /var/cpanel/sysinfo.config file because it cannot determine your distribution’s major version.
/usr/local/cpanel/scripts/gensysinfo
rpm -qf --queryformat '%{VERSION}\n' /etc/redhat-release
php selector disabled please contact hoster
Need to check cloudlinux license
cldetect --check-license
OK
413 Request Entity Too Large
vi /etc/nginx/nginx.conf
client_max_body_size 50M;
client_body_buffer_size 1m;
client_body_timeout 15;
client_header_timeout 15;
cPanel disable service command line
vim /etc/chkserv.d/chkservd.conf