Articles in this category Where can I find the php.ini file? There is a separate php.ini file for each of the PHP versions present in MAMP. You can find it here (where "x.y.z" stands for the corresponding PHP version): "/Applications/MAMP/bin/php/phpx.y.z/conf/... Where is more information about MAMP Cloud functions? You can find more information about MAMP Cloud functions in the following links: http://documentation.mamp.info/en/MAMP-Mac/Cloud/ http://documentation.mamp Where can I find the log files? All log files are stored in this folder: /Applications/MAMP/logs/ Apache will not start on MAMP 3.2 ? In the file "/Applications/MAMP/conf/apache/httpd.conf" remove the line LoadModule example_module modules/mod_example.so Is it possible to install MAMP on an external drive? No, MAMP has to be installed on the system drive. Which PHP modules are included? To find out which PHP modules are included, use the following procedure: Start the servers and direct your web browser to http://localhost:8888/MAMP/. Click on the phpInfo tab at the top of page.