Where Are the Configuration Files Located in MAMP PRO?

The changes you make in the MAMP PRO interface and template files generate the actual configuration files when you start your servers. Here are the locations of these configuration files:

  • PHP:
    /Library/Application Support/appsolute/MAMP PRO/conf/php.ini

  • MySQL:
    /Applications/MAMP/tmp/mysql/my.cnf

  • Apache:
    /Library/Application Support/appsolute/MAMP PRO/conf/httpd.conf

  • Apache-SSL:
    /Library/Application Support/appsolute/MAMP PRO/conf/httpd-ssl.conf

  • Nginx:
    /Library/Application Support/appsolute/MAMP PRO/conf/nginx.conf

These files contain all the necessary server configurations and are automatically updated based on the settings you adjust in the MAMP PRO interface.