This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Go to File > Edit Template > Apache > httpd.conf | |
2. Do a Find & Replace for MAMP_FastCgiServer_MAMP | |
3. Comment out the line MAMP_FastCgiServer_MAMP | |
4. Add a config line for your version of PHP, with the desired timeout limit at the end like so: FastCgiServer /Applications/MAMP/fcgi-bin/php5.6.2.fcgi -idle-timeout 3600 |