<?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: Apache updated to 2.2.11</title>
	<atom:link href="http://diymacserver.com/2008/12/15/apache-updated-to-2211/feed/" rel="self" type="application/rss+xml" />
	<link>http://diymacserver.com/2008/12/15/apache-updated-to-2211/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 16:07:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/2008/12/15/apache-updated-to-2211/comment-page-1/#comment-3063</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 27 Dec 2008 11:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?p=305#comment-3063</guid>
		<description>Markis, There are more methods: check http://httpd.apache.org/docs/2.2/howto/auth.html

mod_authnz_ldap
mod_authz_dbm
mod_authz_default
mod_authz_groupfile
mod_authz_owner
mod_authz_user</description>
		<content:encoded><![CDATA[<p>Markis, There are more methods: check <a href="http://httpd.apache.org/docs/2.2/howto/auth.html" rel="nofollow">http://httpd.apache.org/docs/2.2/howto/auth.html</a></p>
<p>mod_authnz_ldap<br />
mod_authz_dbm<br />
mod_authz_default<br />
mod_authz_groupfile<br />
mod_authz_owner<br />
mod_authz_user</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markis</title>
		<link>http://diymacserver.com/2008/12/15/apache-updated-to-2211/comment-page-1/#comment-3062</link>
		<dc:creator>Markis</dc:creator>
		<pubDate>Sat, 27 Dec 2008 08:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?p=305#comment-3062</guid>
		<description>Hi Richard,

I believe I need both ldap and authnz-ldap so I can use secure WebDav, unless you know of a way to use MySQL with WebDav.

Thanks,
Markis</description>
		<content:encoded><![CDATA[<p>Hi Richard,</p>
<p>I believe I need both ldap and authnz-ldap so I can use secure WebDav, unless you know of a way to use MySQL with WebDav.</p>
<p>Thanks,<br />
Markis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/2008/12/15/apache-updated-to-2211/comment-page-1/#comment-3061</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 27 Dec 2008 08:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?p=305#comment-3061</guid>
		<description>Markis, do you need ldap support in Apache? This module is rarely used for authentication. If you don&#039;t use it you&#039;ll be fine.</description>
		<content:encoded><![CDATA[<p>Markis, do you need ldap support in Apache? This module is rarely used for authentication. If you don&#8217;t use it you&#8217;ll be fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markis</title>
		<link>http://diymacserver.com/2008/12/15/apache-updated-to-2211/comment-page-1/#comment-3060</link>
		<dc:creator>Markis</dc:creator>
		<pubDate>Fri, 26 Dec 2008 21:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?p=305#comment-3060</guid>
		<description>I added:

sudo ln -s /usr/local/apr/lib lib

to my apache2 folder and now everything seems to work.

Markis</description>
		<content:encoded><![CDATA[<p>I added:</p>
<p>sudo ln -s /usr/local/apr/lib lib</p>
<p>to my apache2 folder and now everything seems to work.</p>
<p>Markis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markis</title>
		<link>http://diymacserver.com/2008/12/15/apache-updated-to-2211/comment-page-1/#comment-3057</link>
		<dc:creator>Markis</dc:creator>
		<pubDate>Fri, 26 Dec 2008 11:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?p=305#comment-3057</guid>
		<description>I just downloaded this version and tried to build on my test server PowerPC running 10.4.11.  Ran into similar errors as others have posted elsewhere.  Following their instructions did the following steps:

Downloaded apr-1.3.3 &amp; apr-util-1.3.4 from the Apache website even though it appears these are included in this distribution by the Changelog files.

Uncompressed files in /http-2.2.11/srclib/ folder which is where the included files are located. 

Change to my user:group permissions:
sudo chown -R admin:staff apr-1.3.3 
sudo chown -R admin:staff apr-1.3.4

cd apr-1.3.3 folder
CFLAGS=</description>
		<content:encoded><![CDATA[<p>I just downloaded this version and tried to build on my test server PowerPC running 10.4.11.  Ran into similar errors as others have posted elsewhere.  Following their instructions did the following steps:</p>
<p>Downloaded apr-1.3.3 &amp; apr-util-1.3.4 from the Apache website even though it appears these are included in this distribution by the Changelog files.</p>
<p>Uncompressed files in /http-2.2.11/srclib/ folder which is where the included files are located. </p>
<p>Change to my user:group permissions:<br />
sudo chown -R admin:staff apr-1.3.3<br />
sudo chown -R admin:staff apr-1.3.4</p>
<p>cd apr-1.3.3 folder<br />
CFLAGS=</p>
]]></content:encoded>
	</item>
</channel>
</rss>

