Skip to content

Instantly share code, notes, and snippets.

@deepakaryan1988
Last active June 6, 2024 10:53
Show Gist options
  • Save deepakaryan1988/b0d3f32d91bf4a6b4da0 to your computer and use it in GitHub Desktop.
Save deepakaryan1988/b0d3f32d91bf4a6b4da0 to your computer and use it in GitHub Desktop.
Mamp pro settings for max_execution_time out.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment