Monitoring your server stack using opensource self hosted tool

Learn about deploying your own server and levereging docker for easy management of the monitoring solution

August 19, 2022 · 2 min · admin

Blocking access to git/svn directories (repositories) using apache

Learn about restricting access to protected directories server wide

August 18, 2022 · 1 min · admin

Blocking access to php on upload directories Apache Security Webservers

This is going to be the very first post in the series, Apache hosting with vHosts and hardening the apache webserver for max security There are directories on your php projects where you don’t want exploiters to upload php script and in case somehow they manage to upload the php scripts, they should not be executed. You can place the following code to do exactly the same Blocking access to php on upload directories with ....

August 17, 2022 · 1 min · admin