I'm running MAMP Pro 4.4 on OSX High Sierra and after a while I started getting 500 errors while working on a Laravel 5.2 application. I opened activity monitor and noticed there were 40 httpd processes running, the majority of which had 18 threads. I tried killing them through the command line, stopping and starting MAMP, but they all return when MAMP starts up again. The best closest thing I could find when researching the issue is:
Stop a number of httpd processes starting on MacBook Pro running Mac OS X Lion?.
Has anyone else run into this before? (I'm not sure if it's related to the httpd processes as other local sites I use MAMP will load fine but it seems to be the only thing I can tell that might be causing the issue.)