<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>edsysad.org &#187; Apple Server Admin</title>
	<atom:link href="http://edsysad.org/category/apple-server-admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://edsysad.org</link>
	<description>another ed blogger....</description>
	<lastBuildDate>Fri, 27 Aug 2010 16:13:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>10.6.2 Server with APC cache</title>
		<link>http://edsysad.org/2009/12/14/10-6-2-server-with-apc-cache/</link>
		<comments>http://edsysad.org/2009/12/14/10-6-2-server-with-apc-cache/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 17:51:39 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Apple Server Admin]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=163</guid>
		<description><![CDATA[As many are aware there is some funkiness trying to get APC caching working with 10.6.2 Server. After running all over the web, I finally generated the needed apc.so using macports. If you want to save yourself a ton of trouble , you can try the attached apc.so. Steps to install: Download and unzip. Move [...]]]></description>
			<content:encoded><![CDATA[<p>As many are aware there is some funkiness trying to get APC caching working with 10.6.2 Server. After running all over the web, I finally generated the needed apc.so using macports.</p>
<p>If you want to save yourself a ton of trouble , you can try the attached <a href="http://edsysad.org/wp-content/uploads/2009/12/apc.so_.zip">apc.so</a>.</p>
<h3>Steps to install:</h3>
<ol>
<li>Download and unzip.</li>
<li>Move to &#8220;/usr/lib/php/extensions/no-debug-non-zts-20090626/&#8221;<br />
(Use cli: sudo mv apc.so /usr/lib/php/extensions/no-debug-non-zts-20090626/) this assumes your are in the folder with apc.so</li>
<li>Edit your php.ini file (/etc/php.ini) with the following:<br />
[APC Cache]<br />
extension=apc.so<br />
(***Add <a title="APC Configuration" href="http://us2.php.net/manual/en/apc.configuration.php" target="_blank">additional configuration parameters</a> here***)</li>
<li>Save your php.ini and restart the webserver.</li>
<li>Browse to your phpinfo file on your webserver and check to see if APC is running.</li>
</ol>
<p>I hope this saves some of you time. I&#8217;m really at a lose to why Apple doesn&#8217;t correctly install PEAR/PECL so that developers can make the modifications they need.</p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2009/12/14/10-6-2-server-with-apc-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding SSL Support to OpenDirectory Replica</title>
		<link>http://edsysad.org/2008/10/31/adding-ssl-support-to-opendirectory-replica/</link>
		<comments>http://edsysad.org/2008/10/31/adding-ssl-support-to-opendirectory-replica/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 00:24:11 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Apple Server Admin]]></category>
		<category><![CDATA[10.5 Server]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[LDAPS]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=28</guid>
		<description><![CDATA[While configuring our web filter, we realized that Apple&#8217;s default master/slave setup only allows LDAPS through the master server. This has some major limitations in regards to the usefulness of replicas. It turns out that one simple terminal command solves the problem. sudo slapconfig -setldapconfig -ssl on -sslcert /etc/certificate/&#60;your certificate&#62;.crt -sslkey /etc/certificate/&#60;your certificate&#62;.key -ssldomain &#60;server [...]]]></description>
			<content:encoded><![CDATA[<p>While configuring our web filter, we realized that Apple&#8217;s default master/slave setup only allows LDAPS through the master server. This has some major limitations in regards to the usefulness of replicas. It turns out that one simple terminal command solves the problem.</p>
<p style="padding-left: 30px;">sudo slapconfig -setldapconfig -ssl on -sslcert /etc/certificate/&lt;your certificate&gt;.crt -sslkey /etc/certificate/&lt;your certificate&gt;.key -ssldomain &lt;server domain&gt;</p>
<p>If there&#8217;s a way to do this through the GUI I couldn&#8217;t find it. Hope this helps somebody else out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2008/10/31/adding-ssl-support-to-opendirectory-replica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
