Comments on: How to start MAMP on port 80 without a password https://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/ building stuff on the web with Josh Fraser Thu, 05 Aug 2010 03:48:57 +0000 hourly 1 By: kristenstewartj https://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/comment-page-1/#comment-1176 Thu, 05 Aug 2010 03:48:57 +0000 https://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/#comment-1176 Good information, but how is it without the password?

]]>
By: Josh Fraser https://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/comment-page-1/#comment-1170 Mon, 02 Aug 2010 20:46:06 +0000 https://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/#comment-1170 In reply to Damian.

Very nice. Thanks for letting me know about it. I've added a note to my post linking to your app.

]]>
By: Damian https://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/comment-page-1/#comment-1166 Sat, 31 Jul 2010 20:28:16 +0000 https://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/#comment-1166 In reply to Josh Fraser.

I've put together an app that allows you to start/stop MAMP's Apache and MySQL without the password request, even on port 80. It stores the password in Keychain, so you only need to enter it once. It has a nice icon too!

Download: http://www.46palermo.com/blog/run-mamp-without-pa

]]>
By: Josh Fraser https://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/comment-page-1/#comment-683 Thu, 03 Sep 2009 01:01:54 +0000 https://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/#comment-683 In reply to bberg.

It appears that this issue has been resolved in Snow Leopard.

]]>
By: Josh Fraser https://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/comment-page-1/#comment-626 Sat, 01 Aug 2009 02:21:52 +0000 https://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/#comment-626 In reply to bberg.

Other people have reported having the same issue. I'm not sure why it doesn't exit as expected. If you figure it out, please let me know so I can share with my other readers.

]]>
By: bberg https://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/comment-page-1/#comment-624 Fri, 31 Jul 2009 13:01:40 +0000 https://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/#comment-624 hello. ok, created an app in automator using the "run shell script" action. added the app to my sudoers file successfully. the only problem is that when i run the app, it justs reads "workflow running" at the top menu. it gets stuck. any ideas? thanks

]]>
By: Josh Fraser https://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/comment-page-1/#comment-592 Mon, 06 Jul 2009 20:05:01 +0000 https://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/#comment-592 In reply to Steve.

I've not tested this, but I think this would work:

sudo /Applications/MAMP/bin/stopApache.sh
/Applications/MAMP/bin/stopMysql.sh
exit 0

I have that same issue with the automator appearing to run forever, although I'm not sure that it actually is doing anything. I just close it out if it starts to bug me. I'd love to hear if you figure out a solution for that.

]]>
By: Josh Fraser https://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/comment-page-1/#comment-593 Mon, 06 Jul 2009 20:04:21 +0000 https://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/#comment-593 I've not tested this, but I think this would work:

sudo /Applications/MAMP/bin/stopApache.sh
/Applications/MAMP/bin/stopMysql.sh
exit 0

I have that same issue with the automator appearing to run forever, although I'm not sure that it actually is doing anything. I just close it out if it starts to bug me. But let me know if you figure out a solution for that.

]]>
By: Steve https://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/comment-page-1/#comment-591 Mon, 06 Jul 2009 18:10:05 +0000 https://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/#comment-591 In reply to Josh Fraser.

Thanks Josh – DUH!

Is there an equivalent method for shutting MAMP down (as it also requires the login prompt).

BTW: I attempted to write an Automator action but although it DOES start MAMP, it also runs forever. I never use Automator so it is most likely something I am doing wrong – I did a net lookup on running shell scripts with Automator and they talk about writing Cocoa apps for it which seems an awful lot of bother for a one line script. Ho-hum!

]]>
By: Josh Fraser https://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/comment-page-1/#comment-590 Mon, 06 Jul 2009 17:59:41 +0000 https://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/#comment-590 In reply to Steve.

That error suggests that the user you're running it under is unable to write to that file. It sounds like you need to change the permissions for that log file.

]]>