I am using MAMP Pro version 2.2. When I make changes to my httpd.conf file, these changes are not reflected in the httpd.conf file generated by MAMP PRO when it rebooted its servers.
Through the terminal, I confirmed that the httpd.conf MAMP PRO file is read from /Applications/MAMP/conf/apache/httpd.conf. When I make changes to this file, they are not reflected in the generated httpd.conf file from which Apache is read (located in / Library / Application Support / appsolute / MAMP PRO / conf / httpd.conf.
In my life I can’t understand why my changes are not read in the generated httpd.conf file. Has anyone encountered this problem?
source
share