Webdev Setup on FreeBSD
I wanted a small webdev setup where I could test some Python CGI code and do some shenanigans with PHP.
Nothing special here and certainly nothing professional - Not a webdev by trade at all! Let’s delve into setting up that environment.
Apache all the way The webserver of choice for me is Apache in this setup. Sure, one can use Nginx, Lighttpd or something else entirely - that is up to the reader.
First things first: We need to install Apache and PHP
jhx7.de · Yet Another SysAdmin