<?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>Wed, 04 Apr 2012 03:46:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	
<div id="wdsb-share-box" style="border:2px solid;">
	<ul>
			<li>
						<div class="wdsb-item" id="wdsb-service-google">
				<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script><g:plusone size="tall"></g:plusone>			</div>
		</li>
			<li>
						<div class="wdsb-item" id="wdsb-service-facebook">
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fedsysad.org%2F2011%2F12%2F07%2Fos-x-server-wildcard-dns%2F&amp;send=false&amp;layout=box_count&amp;width=100&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=60" scrolling="no" frameborder="0" style="border:none; width:58px; height:62px;" allowTransparency="true"></iframe>			</div>
		</li>
			<li>
						<div class="wdsb-item" id="wdsb-service-twitter">
				<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script><a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical">Tweet</a>			</div>
		</li>
			<li>
						<div class="wdsb-item" id="wdsb-service-stumble_upon">
				<script src="http://www.stumbleupon.com/hostedbadge.php?s=5"></script>			</div>
		</li>
			<li>
						<div class="wdsb-item" id="wdsb-service-reddit">
				<script type="text/javascript" src="http://www.reddit.com/static/button/button2.js"></script>			</div>
		</li>
			<li>
						<div class="wdsb-item" id="wdsb-service-linkedin">
				<script src="http://platform.linkedin.com/in.js" type="text/javascript"></script><script type="IN/Share" data-counter="top"></script>			</div>
		</li>
			<li>
						<div class="wdsb-item" id="wdsb-service-pinterest">
							</div>
		</li>
		</ul>
</div>	<item>
		<title>OS X Server Wildcard DNS</title>
		<link>http://edsysad.org/2011/12/07/os-x-server-wildcard-dns/</link>
		<comments>http://edsysad.org/2011/12/07/os-x-server-wildcard-dns/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 03:44:51 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Apple Server Admin]]></category>
		<category><![CDATA[WordpressMU]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=365</guid>
		<description><![CDATA[So many folks have asked me about this when they have been trying to setup a WordPress Network with an OS X server. On 10.6.x you do the following: Setup your base level domain in Server Admin (usually www) Open Applications &#62; Utilities &#62; Terminal Type &#8211; cd /var/named/zones This get you to the folder [...]]]></description>
			<content:encoded><![CDATA[<p>So many folks have asked me about this when they have been trying to setup a WordPress Network with an OS X server.</p>
<p>On 10.6.x you do the following:</p>
<ol>
<li>Setup your base level domain in Server Admin (usually www)</li>
<li>Open Applications &gt; Utilities &gt; Terminal</li>
<li>Type &#8211; cd /var/named/zones </li>
<li>This get you to the folder with DNS configuration files</li>
<li>Type &#8211; ls -al</li>
<li>Find the db file that is similar to your domain (i.e. db.my.website.zone.apple)</li>
<li>Open the file in a text editor by typing &#8211; nano db.my.website.zone.apple (use your file name)</li>
<li>Ctrl-V (or scroll) to the bottom of the document</li>
<li>Add wildcard entry by typing &#8211; * IN CNAME website.com.</li>
<li>Close the document with Ctrl-x and then type &#8211; y to save.</li>
<li>Go back to Server Admin and restart the DNS service.</li>
<li>* should now appear.</li>
</ol>
<p><a href="http://edsysad.org/wp-content/uploads/2011/12/server.jpg" rel="shadowbox[sbpost-365];player=img;" rel="lightbox[365]"><img class="alignnone size-full wp-image-366" title="server" src="http://edsysad.org/wp-content/uploads/2011/12/server.jpg" alt="Showing DNS wildcard in Server Admin" width="815" height="169" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2011/12/07/os-x-server-wildcard-dns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>

