1) Register at Comodo Waf website [https://waf.comodo.com/] as we will be needing Email and Password later. https://accounts.comodo.com/cwaf/management/signup 2) Install Mod_Security. cd /usr/src wget https://www.modsecurity.org/tarball/2.9.0/modsecurity-2.9.0.tar.gz tar xzf modsecurity-2.9.0.tar.gz cd modsecurity-2.9.0 ./configure –with-apxs=/usr/local/apache/bin/apxs make && make install 3) Create Mod_Security config file. wget –output-document=”/usr/local/apache/conf.d/modsec2.conf” http://dl-package.bullten.in/cwp/files/mod_security/modsec2.txt 4) Restart Apache. service httpd restart 5) Check if Mod_Security is loaded […]
Category: Web Control Panel
Tổng hợp các hệ quản trị hosting giao diện GUI
AaPanel Linux script reference
Contents InstallationManagementNginxApacheMySQLFTPPHPRedisMemcachedInstallation Centos Installation yum install -y wget && wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh && bash install.sh Ubuntu/Deepin Installation wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && sudo bash install.sh Debian Installation wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && bash install.sh Fedora Installation yum install -y wget && wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh && bash install.sh Management Stop service bt stop Start […]
Cài đặt Aapanel
Requirements: Memory: 512M or more, 768M or more is recommended (Pure panel for about 60M of system memory) Hard disk: More than 100M available hard disk space (Pure panel for about 20M disk space) System: CentOS 7.1+ (Ubuntu16.04+., Debian9.0+), to ensure that it is a clean operating system, there is no other environment with Apache/Nginx/php/MySQL […]
“Imunify agent is not running” troubleshooting
Having the Imunify service installed, you may come across the situation when the message “Imunify agent is not running” is displayed when you try to access the Dashboard: First of all, try to check the status of the service via the command line using the following (based on the service you are using: Imunify360 or ImunifyAV(+)): Imunify360 […]