<?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: Configuring Apache on Leopard</title>
	<atom:link href="http://diymacserver.com/installing-apache/configuring-apache-on-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://diymacserver.com</link>
	<description></description>
	<lastBuildDate>Wed, 02 May 2012 02:04:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: zi94sm65</title>
		<link>http://diymacserver.com/installing-apache/configuring-apache-on-leopard/comment-page-1/#comment-8931</link>
		<dc:creator>zi94sm65</dc:creator>
		<pubDate>Wed, 19 Jan 2011 15:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=153#comment-8931</guid>
		<description>An upgrade of Snow Leopard caused my apachectl (start, stop, restart) script to stop working and throwing the error msg: /usr/sbin/apachectl: line 82: ulimit: open files: cannot modify limit: Invalid argument

Had to look for the line in apachectl: ULIMIT_MAX_FILES=&quot;ulimit -S -n `ulimit -H -n`&quot;

Changing that line as follows fixed the problem:
ULIMIT_MAX_FILES=&quot;&quot;</description>
		<content:encoded><![CDATA[<p>An upgrade of Snow Leopard caused my apachectl (start, stop, restart) script to stop working and throwing the error msg: /usr/sbin/apachectl: line 82: ulimit: open files: cannot modify limit: Invalid argument</p>
<p>Had to look for the line in apachectl: ULIMIT_MAX_FILES=&#8221;ulimit -S -n `ulimit -H -n`&#8221;</p>
<p>Changing that line as follows fixed the problem:<br />
ULIMIT_MAX_FILES=&#8221;"</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-apache/configuring-apache-on-leopard/comment-page-1/#comment-6819</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 05 Apr 2010 19:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=153#comment-6819</guid>
		<description>Follow up: In the knowledge base on the security update (http://support.apple.com/kb/HT4077) it is noted that firewall rules might become inactive.</description>
		<content:encoded><![CDATA[<p>Follow up: In the knowledge base on the security update (<a href="http://support.apple.com/kb/HT4077" rel="nofollow">http://support.apple.com/kb/HT4077</a>) it is noted that firewall rules might become inactive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-apache/configuring-apache-on-leopard/comment-page-1/#comment-6818</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 05 Apr 2010 19:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=153#comment-6818</guid>
		<description>I didn&#039;t find any problems. But I must say I don&#039;t use the default firewall configuration. I use noobproof to configure the standard firewall, I can configure it a lot better with that tool.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t find any problems. But I must say I don&#8217;t use the default firewall configuration. I use noobproof to configure the standard firewall, I can configure it a lot better with that tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aleks</title>
		<link>http://diymacserver.com/installing-apache/configuring-apache-on-leopard/comment-page-1/#comment-6817</link>
		<dc:creator>aleks</dc:creator>
		<pubDate>Mon, 05 Apr 2010 18:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=153#comment-6817</guid>
		<description>Hi

after installing the security update for Leopard (March 2010) apache isnt serving webpages anymore. it is still running and localhost brings up postfixadmin, but not remotely.  Switching off the os x firewall completely solves teh problem but that is not something I feel comfortable with. httpd is added as an allow for &quot; set access&quot; rule.  I tried removing it from the list and re placing it in the firewall list.  Anyone else have this problem?  I am running apache 2.2.14 as 32 bit.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>after installing the security update for Leopard (March 2010) apache isnt serving webpages anymore. it is still running and localhost brings up postfixadmin, but not remotely.  Switching off the os x firewall completely solves teh problem but that is not something I feel comfortable with. httpd is added as an allow for &#8221; set access&#8221; rule.  I tried removing it from the list and re placing it in the firewall list.  Anyone else have this problem?  I am running apache 2.2.14 as 32 bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-apache/configuring-apache-on-leopard/comment-page-1/#comment-6473</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 01 Feb 2010 00:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=153#comment-6473</guid>
		<description>Mario, you can create your own alias if you want to. We don&#039;t do that as it might interfere with apple&#039;s setup and apple might change apache with a software update. So always use /usr/local/apache2/bin/apachectl. You could also add /usr/local/apache2/bin to the PATH variable in bash before /usr/sbin.</description>
		<content:encoded><![CDATA[<p>Mario, you can create your own alias if you want to. We don&#8217;t do that as it might interfere with apple&#8217;s setup and apple might change apache with a software update. So always use /usr/local/apache2/bin/apachectl. You could also add /usr/local/apache2/bin to the PATH variable in bash before /usr/sbin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jr</title>
		<link>http://diymacserver.com/installing-apache/configuring-apache-on-leopard/comment-page-1/#comment-6471</link>
		<dc:creator>Jr</dc:creator>
		<pubDate>Sun, 31 Jan 2010 20:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=153#comment-6471</guid>
		<description>Hi Richard,

Thanks for the great website. I don&#039;t understand why when I start apachectl from /usr/local/apache2/bin

how do I change the alias? its pointing to incorrech apachectl

sh-3.2# pwd           
/usr/local/apache2/bin
sh-3.2# which apachectl
/usr/sbin/apachectl

Thanks Mario</description>
		<content:encoded><![CDATA[<p>Hi Richard,</p>
<p>Thanks for the great website. I don&#8217;t understand why when I start apachectl from /usr/local/apache2/bin</p>
<p>how do I change the alias? its pointing to incorrech apachectl</p>
<p>sh-3.2# pwd<br />
/usr/local/apache2/bin<br />
sh-3.2# which apachectl<br />
/usr/sbin/apachectl</p>
<p>Thanks Mario</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kieran</title>
		<link>http://diymacserver.com/installing-apache/configuring-apache-on-leopard/comment-page-1/#comment-6296</link>
		<dc:creator>Kieran</dc:creator>
		<pubDate>Thu, 21 Jan 2010 04:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=153#comment-6296</guid>
		<description>This means that apache is not running at all. That output is just listing the grep process that you just ran to get the result. If apache were running you would get additional line(s) indicating the full path of the httpd binary.</description>
		<content:encoded><![CDATA[<p>This means that apache is not running at all. That output is just listing the grep process that you just ran to get the result. If apache were running you would get additional line(s) indicating the full path of the httpd binary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luc Marivoet</title>
		<link>http://diymacserver.com/installing-apache/configuring-apache-on-leopard/comment-page-1/#comment-4957</link>
		<dc:creator>Luc Marivoet</dc:creator>
		<pubDate>Mon, 10 Aug 2009 18:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=153#comment-4957</guid>
		<description>Hi Richard,

I started the httpd DIY version (sudo launchctl start com.diymacserver.apache2) but when I used your command I got following output :

macs-mac-mini:~ mac$ ps -ax &#124; grep http
 1062 ttys001    0:00.00 grep http

Any clue ?

And could you verify the Hosts i sent you ?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Richard,</p>
<p>I started the httpd DIY version (sudo launchctl start com.diymacserver.apache2) but when I used your command I got following output :</p>
<p>macs-mac-mini:~ mac$ ps -ax | grep http<br />
 1062 ttys001    0:00.00 grep http</p>
<p>Any clue ?</p>
<p>And could you verify the Hosts i sent you ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-apache/configuring-apache-on-leopard/comment-page-1/#comment-4956</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 10 Aug 2009 17:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=153#comment-4956</guid>
		<description>Luc, Yes there is, use the command:

`ps -ax &#124; grep http`

In the output is should tell you which httpd process is running.

`0:13.34 /usr/local/apache2/bin/httpd -k start`</description>
		<content:encoded><![CDATA[<p>Luc, Yes there is, use the command:</p>
<p>`ps -ax | grep http`</p>
<p>In the output is should tell you which httpd process is running.</p>
<p>`0:13.34 /usr/local/apache2/bin/httpd -k start`</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luc Marivoet</title>
		<link>http://diymacserver.com/installing-apache/configuring-apache-on-leopard/comment-page-1/#comment-4954</link>
		<dc:creator>Luc Marivoet</dc:creator>
		<pubDate>Mon, 10 Aug 2009 14:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=153#comment-4954</guid>
		<description>Hi,

I was wondering, is there an easy way to know if the apache (DIY) is running. I tried to start through Web Sharing (system preferences) and there it worked. I know this is the original Apache and not the DIY version.

So far no luck in starting the DIY version and reach my server even locally.

Thanks for any help</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I was wondering, is there an easy way to know if the apache (DIY) is running. I tried to start through Web Sharing (system preferences) and there it worked. I know this is the original Apache and not the DIY version.</p>
<p>So far no luck in starting the DIY version and reach my server even locally.</p>
<p>Thanks for any help</p>
]]></content:encoded>
	</item>
</channel>
</rss>

