Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

After accidentally deleting the 'mysql' database in my MAMP Pro installation this morning I decided to do a re-install. This seems to have resolved my original issue but I would like to restore all my virtual hosts from a Time Machine backup but I'm unsure where MAMP PRO stores these.

From memory I don't think they were stored with any hosts I had configured manually in 'etc/hosts'. Can anyone help?

share|improve this question

3 Answers

In MAMP Pro everything is in /Library/Application Support/appsolute/MAMP Pro/

[Different than MAMP]

share|improve this answer

MAMP stores hosts in your /etc/hosts file. They show up under the # MAMP Hosts comment.

share|improve this answer
Ok thanks for this guys. I have noticed that MAMP Pro does seem to add entries to the /etc/hosts file as stated. I have since copied and pasted in these entries from my backup to my hosts file and the addresses such as 'mysite.dev' dont navigate to the correct place in a browser. However if I recreate the host using MAMP Pro then it works. Therefore MAMP Pro must be editing another file as well as the etc/hosts file. Any ideas? – James Feb 15 '11 at 15:48
I thought you meant the actual host definitions, not the VirtualHost directives. MAMP doesn't store the configuration in a hard file, unfortunately. It regenerates the httpd.conf file automatically based on the VirtualHosts you have defined within the MAMP application. – coreyward Feb 15 '11 at 16:35

Have a look in:

/Applications/MAMP/conf/apache/

there should be some virtualhost configs in there

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.