<?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>Mon, 08 Mar 2010 15:55:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-apache/configuring-apache-on-leopard/comment-page-1/#comment-4849</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 31 Jul 2009 17:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=153#comment-4849</guid>
		<description>Please note if you use the Darwin layout all the other stuff in this site may not work as it is based on the DIYMacServer layout.

In the Darwin layout the httpd.conf is located in /etc/apache2/ and apachectl is in /usr/sbin</description>
		<content:encoded><![CDATA[<p>Please note if you use the Darwin layout all the other stuff in this site may not work as it is based on the DIYMacServer layout.</p>
<p>In the Darwin layout the httpd.conf is located in /etc/apache2/ and apachectl is in /usr/sbin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Powell</title>
		<link>http://diymacserver.com/installing-apache/configuring-apache-on-leopard/comment-page-1/#comment-4848</link>
		<dc:creator>Josh Powell</dc:creator>
		<pubDate>Fri, 31 Jul 2009 15:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=153#comment-4848</guid>
		<description>I also installed the darwin installation, but when I update the httpd.conf file at /etc/httpd.conf and restart the server in /usr/local/apache2/bin with ./apachectl restart or (stop then start) it doesn&#039;t seem to be picking up any of my changes.  Any idea what&#039;s going on?</description>
		<content:encoded><![CDATA[<p>I also installed the darwin installation, but when I update the httpd.conf file at /etc/httpd.conf and restart the server in /usr/local/apache2/bin with ./apachectl restart or (stop then start) it doesn&#8217;t seem to be picking up any of my changes.  Any idea what&#8217;s going on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashiso</title>
		<link>http://diymacserver.com/installing-apache/configuring-apache-on-leopard/comment-page-1/#comment-4573</link>
		<dc:creator>ashiso</dc:creator>
		<pubDate>Fri, 03 Jul 2009 22:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=153#comment-4573</guid>
		<description>OK thanks!</description>
		<content:encoded><![CDATA[<p>OK thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-apache/configuring-apache-on-leopard/comment-page-1/#comment-4569</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 03 Jul 2009 18:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=153#comment-4569</guid>
		<description>@ashiso, because you used the Darwin layout your use of the directories is different. You need to use the original configuration directory as where you found it. So in your case /etc/apache2/ is the correct location.</description>
		<content:encoded><![CDATA[<p>@ashiso, because you used the Darwin layout your use of the directories is different. You need to use the original configuration directory as where you found it. So in your case /etc/apache2/ is the correct location.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
