If you have to install a really great network those such as Nagios those will be steps needed: 1.Installing Apache2…
Using the old bash script for automatic renewal sometimes fail with this error (or similar one): warning:certbot.renewal:attempting to renew cert…
First let us enable few modules that will be needed: a2enmod proxy a2enmod proxy_http Sample vhosta config file for apache2:…
Let’s encrypt was created with one goal in mind, which was create secure platform that will give everybody ability to…
MariaDB and MySQL are both compatible with each other, the decision is on system administrator which one will be used.…
Enabling PHP for Apache server is trivial. apt-get install php5 libapache2-mod-php5 service apache2 restart Lets check if PHP really works:…
There are multiply reasons why you would like to use ssl for your http and create usable https for you…
Our own www server is sometimes needed when building webapp, it is also used in internal like in external networks.…