Enable Mod_HTTP2 for Apache in CWP
Upgrade Openssl
cd /usr/local/src wget https://www.openssl.org/source/openssl-1.1.0h.tar.gz tar zxvf openssl-1.1.0h.tar.gz cd openssl-1.1.0h ./config --prefix=/usr --openssldir=/usr/lib64 shared make make install
Installing Comodo WAF With GUI in CWP
First Register on Comodo WAF website
https://accounts.comodo.com/cwaf/management/signup
Install Mod_Security (Latest Version GIT)
cd /usr/local/src ln -s /usr/local/apache/bin/httpd /usr/sbin/httpd ln -s /usr/local/apache/bin/apachectl /usr/sbin/apachectl useradd -d /usr/local/cwaf cwaf yum install libtool -y git clone https://github.com/SpiderLabs/ModSecurity.git modsecurity cd modsecurity sed -i '/AC_PROG_CC/a\AM_PROG_CC_C_O' configure.ac sed -i '1 i\AUTOMAKE_OPTIONS = subdir-objects' Makefile.am sh autogen.sh ./configure --with-apxs=/usr/local/apache/bin/apxs make make install
Sharing Files With Bullten’s Team
We have came up with a small system for our users who can share their files easily with our team. Maximum 50 Mb of file is allowed to be uploaded and the same file will be deleted within 7 days. Our user’s also have an option to delete their file when needed.
Access to the file sharing is at http://send.bullten.net/
Upgraded Shared and Reseller Hosting to Cloud
We are happy to announce that we have upgraded our Shared Hosting and Reseller Hosting platform to cloud environment. This upgradation makes our server more robust and secured environment for our users. We have included few new features which are an addon benefits for our users as mentioned below.
Buy Virtual Private Server In Europe
We are happy to launch our new range of Virtual Private Server in Europe (France).
Mitigating Layer7 HTTP Flood with Nginx+Fail2ban
This tutorial is regarding mitigation of layer 7 http flood using nginx and fail2ban. In this tutorial we assumed to have installed Centos Web Panel.
Setup Monitoring Services With Our Dedicated Server
We have new feature for our dedicated server users this week. Now dedicated server users can set monitoring of their service for particular port on server and our automated monitoring system will notify the user via email if a server goes down.