<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to start MAMP on port 80 without a password</title>
	<atom:link href="http://www.onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/</link>
	<description>a blog about building stuff on the web</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:05:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Josh Fraser</title>
		<link>http://www.onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/comment-page-1/#comment-683</link>
		<dc:creator>Josh Fraser</dc:creator>
		<pubDate>Thu, 03 Sep 2009 01:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/#comment-683</guid>
		<description>It appears that this issue has been resolved in Snow Leopard.   </description>
		<content:encoded><![CDATA[<p>It appears that this issue has been resolved in Snow Leopard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Fraser</title>
		<link>http://www.onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/comment-page-1/#comment-626</link>
		<dc:creator>Josh Fraser</dc:creator>
		<pubDate>Sat, 01 Aug 2009 02:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/#comment-626</guid>
		<description>Other people have reported having the same issue.  I&#039;m not sure why it doesn&#039;t exit as expected.  If you figure it out, please let me know so I can share with my other readers.   </description>
		<content:encoded><![CDATA[<p>Other people have reported having the same issue.  I&#039;m not sure why it doesn&#039;t exit as expected.  If you figure it out, please let me know so I can share with my other readers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bberg</title>
		<link>http://www.onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/comment-page-1/#comment-624</link>
		<dc:creator>bberg</dc:creator>
		<pubDate>Fri, 31 Jul 2009 13:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/#comment-624</guid>
		<description>hello. ok, created an app in automator using the &quot;run shell script&quot; action. added the app to my sudoers file successfully. the only problem is that when i run the app, it justs reads &quot;workflow running&quot; at the top menu. it gets stuck. any ideas? thanks </description>
		<content:encoded><![CDATA[<p>hello. ok, created an app in automator using the &quot;run shell script&quot; action. added the app to my sudoers file successfully. the only problem is that when i run the app, it justs reads &quot;workflow running&quot; at the top menu. it gets stuck. any ideas? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Fraser</title>
		<link>http://www.onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/comment-page-1/#comment-592</link>
		<dc:creator>Josh Fraser</dc:creator>
		<pubDate>Mon, 06 Jul 2009 20:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/#comment-592</guid>
		<description> 
I&#039;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&#039;m not sure that it actually is doing anything. I just close it out if it starts to bug me. I&#039;d love to hear if you figure out a solution for that. </description>
		<content:encoded><![CDATA[<p>I&#039;ve not tested this, but I think this would work: </p>
<p>sudo /Applications/MAMP/bin/stopApache.sh<br />
/Applications/MAMP/bin/stopMysql.sh<br />
exit 0 </p>
<p>I have that same issue with the automator appearing to run forever, although I&#039;m not sure that it actually is doing anything. I just close it out if it starts to bug me. I&#039;d love to hear if you figure out a solution for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Fraser</title>
		<link>http://www.onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/comment-page-1/#comment-593</link>
		<dc:creator>Josh Fraser</dc:creator>
		<pubDate>Mon, 06 Jul 2009 20:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/#comment-593</guid>
		<description>I&#039;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&#039;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.   </description>
		<content:encoded><![CDATA[<p>I&#039;ve not tested this, but I think this would work: </p>
<p>sudo /Applications/MAMP/bin/stopApache.sh<br />
/Applications/MAMP/bin/stopMysql.sh<br />
exit 0 </p>
<p>I have that same issue with the automator appearing to run forever, although I&#039;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.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/comment-page-1/#comment-591</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 06 Jul 2009 18:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/#comment-591</guid>
		<description>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! </description>
		<content:encoded><![CDATA[<p>Thanks Josh &#8211; DUH! </p>
<p>Is there an equivalent method for shutting MAMP down (as it also requires the login prompt). </p>
<p>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 &#8211; 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!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Fraser</title>
		<link>http://www.onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/comment-page-1/#comment-590</link>
		<dc:creator>Josh Fraser</dc:creator>
		<pubDate>Mon, 06 Jul 2009 17:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/#comment-590</guid>
		<description>That error suggests that the user you&#039;re running it under is unable to write to that file.  It sounds like you need to change the permissions for that log file. </description>
		<content:encoded><![CDATA[<p>That error suggests that the user you&#039;re running it under is unable to write to that file.  It sounds like you need to change the permissions for that log file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/comment-page-1/#comment-589</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 06 Jul 2009 16:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/#comment-589</guid>
		<description>What a lucky find!  The MAMP login has been bugging me for the longest time! Thanks a trillion-fold. 
 
When I run your script (with the visudo override in place), MAMP does, indeed, start up but the terminal displays this message before starting the mysqld daemon: 
 
chown: /Applications/MAMP/logs/mysql_error_log: Operation not permitted 
 
Do you have any idea what it means?  Is it important or can I just ignore it? 
 </description>
		<content:encoded><![CDATA[<p>What a lucky find!  The MAMP login has been bugging me for the longest time! Thanks a trillion-fold. </p>
<p>When I run your script (with the visudo override in place), MAMP does, indeed, start up but the terminal displays this message before starting the mysqld daemon: </p>
<p>chown: /Applications/MAMP/logs/mysql_error_log: Operation not permitted </p>
<p>Do you have any idea what it means?  Is it important or can I just ignore it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Fraser</title>
		<link>http://www.onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/comment-page-1/#comment-421</link>
		<dc:creator>Josh Fraser</dc:creator>
		<pubDate>Mon, 20 Apr 2009 17:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/#comment-421</guid>
		<description>Sure.  Where are you getting stuck? </description>
		<content:encoded><![CDATA[<p>Sure.  Where are you getting stuck?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Soper</title>
		<link>http://www.onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/comment-page-1/#comment-417</link>
		<dc:creator>Nick Soper</dc:creator>
		<pubDate>Mon, 20 Apr 2009 09:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2008/12/02/how-to-start-mamp-on-port-80-without-a-password/#comment-417</guid>
		<description>This all goes a little over my head.  
 
Is there any way you can explain in a bit more details how to go about setting this up please? I&#039;m afraid I&#039;m never going to be able to get from your explanation, to writing the script, to linking it all up to Automator. 
 </description>
		<content:encoded><![CDATA[<p>This all goes a little over my head.  </p>
<p>Is there any way you can explain in a bit more details how to go about setting this up please? I&#039;m afraid I&#039;m never going to be able to get from your explanation, to writing the script, to linking it all up to Automator.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
