To view bind version, run command It shows bind version 9.9.4-RedHat-9.9.4-51.el7 To hide bind version, edit named.conf You need to add Inside your options block. Now restart bind Verify bind version changed with command
To install PHP 7 on CentOS 7 server, install epel and remi repository. Install PHP 7 from remi repository. Enable remi-php70 Restart apache Edit php.ini to your requirement PHP CentOS 7
To disable MySQL strict mode, edit my.cnf file Find something like following. Replace with Now restart MySQL Verify MySQL Strict Mode To verify if you are running MySQL on strict mode or not, run If MySQL is not running under
I was working on a site that have “cache” folder inside DocumentRoot of Apache. Since this is a cache folder used by the PHP application, it need to be writable by apache user. We need to prevent access to this
Haproxy is an open source load balancer software. http://www.haproxy.org If you have large site running on multiple web server, haproxy helps to to balance load between these web servers. To install haproxy on Ubuntu, run Haproxy config file is located
ISPConfig DNS Error ISPConfig is a free Open Source control panel. https://www.ispconfig.org Port used by ISPConfig 8080. Web sites are stored in folder Here is an example folder structure Each site have following folder structure See Free Hosting Control Panels
ab is a tool for benchmarking web servers. It generate large amount of concurrent requests to a web site, simulating high traffic. This helps you identify how many visitors your web server able to handle. Here we generate 30 concurrent
ppk is format used to store private key by popular windows ssh client Putty. This do not work on Linux, if you want to use .ppk file to connect to remote server from Linux machine, you need to convert it