Install a php script in PHP-FPM & Caddy via Docker
| | |

Install a php script in PHP-FPM & Caddy via Docker

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…

Apache Fancy Indexes

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,…