ipClicks
This site is a friendly manual for various deployments/expirements with servers
Learn about deploying your own server and levereging docker for easy management of the monitoring solution
Learn about restricting access to protected directories server wide
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 ....