Finally got apache running correctly on my machine. I was working on a site using the built in PHP server, but I ran into issues when getting it deployed at school.
Hopefully today I can more closely replicate my environment and get it debugged.
Discussion
Finally got apache running correctly on my machine. I was working on a site using the built in PHP server, but I ran into issues when getting it deployed at school.
Hopefully today I can more closely replicate my environment and get it debugged.
@brianb Honestly, DDEV is great for this as you can specify php / MySQL versions in a config file. And have different ones for different projects.
@mattwilcox Thanks. I'll take a look at it today.