Install docker Either regular docker install or rootless. Create a new directory Create a new directory where you will store your Docker Compose file and PHP/html etc files. For example, you can create a directory called “phpapp” in your home directory: write a docker compose file paste the below code in a new file called… Continue reading Install a php script in PHP-FPM & Caddy via Docker
Tag: web
virustotal api policy changes to curb one sided usage
Virustotal is a webapp that lets you upload files to check them for viruses before you install them. You can also scan a URL directly or search the VirusTotal database. The great thing about virustotal is that it checks the uploaded file against many commercial antivirus and malware detection engines not just one, and then… Continue reading virustotal api policy changes to curb one sided usage
Apache Fancy Indexes
Now that I have to support a cpanel server again, I have to dabble in apache confs. Sometimes you want apache to show an index of the files in a directory for simplicity, for this we use Apache Module mod_autoindex. Which gives a bare basics index mode and a fancier index mode with better layout,… Continue reading Apache Fancy Indexes