<?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>The Year of the Geek &#187; servers</title>
	<atom:link href="http://yearofthegeek.net/tag/servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://yearofthegeek.net</link>
	<description>More like 24 Years, but this is easier.</description>
	<lastBuildDate>Tue, 10 Aug 2010 19:28:54 +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>Update on previous Issue</title>
		<link>http://yearofthegeek.net/2008/11/update-on-previous-issue/</link>
		<comments>http://yearofthegeek.net/2008/11/update-on-previous-issue/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 22:09:50 +0000</pubDate>
		<dc:creator>John Mahlman IV</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pow.idmi.poly.edu/~johnmahlman/?p=60</guid>
		<description><![CDATA[So, very odd things are happening. First, our DNS server is not taking updates for some reason, unless Poly isn&#8217;t sending updates for some reason. Either way, on my network, the site does not work, on any other network, it&#8217;s fine now. Second, the site that was originally setup was not working of course, but [...]]]></description>
			<content:encoded><![CDATA[<p>So, very odd things are happening. First, our DNS server is not taking updates for some reason, unless Poly isn&#8217;t sending updates for some reason. Either way, on my network, the site does not work, on any other network, it&#8217;s fine now. Second, the site that was originally setup was not working of course, but I decided to do some trickery. I wanted to see if the system was actually working properly, or if it was actually the WordPress install. I switched the working virtual host home directory with the Word Press one, and lo-and-behold, it didn&#8217;t work. I just uploaded a fresh WordPress install to the proper directory, and it&#8217;s now a working site!</p>
<p>Turns out it was NOT Leopard server, but the WordPress configuration. So let this be a lesson, always start fresh if you can. <img src='http://yearofthegeek.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://yearofthegeek.net/2008/11/update-on-previous-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Server Admin 10.5</title>
		<link>http://yearofthegeek.net/2008/11/apple-server-admin-105/</link>
		<comments>http://yearofthegeek.net/2008/11/apple-server-admin-105/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 18:05:58 +0000</pubDate>
		<dc:creator>John Mahlman IV</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://pow.idmi.poly.edu/~johnmahlman/?p=55</guid>
		<description><![CDATA[As I wrote before, I use Apple servers at work and most times I enjoy using them. I feel that the operating system is very stable (I happen to use 10.4.1 and 10.5.5) and very customizable, and i also feel that the hardware is very good. It&#8217;s very rare that I see the CPUs being [...]]]></description>
			<content:encoded><![CDATA[<p>As I wrote <a href="yearofthegeek.net/?p=37">before</a>, I use Apple servers at work and most times I enjoy using them. I feel that the operating system is very stable (I happen to use 10.4.1 and 10.5.5) and very customizable, and i also feel that the hardware is very good. It&#8217;s <span style="text-decoration: underline;">very</span> rare that I see the CPUs being pegged or the memory getting drained somehow.</p>
<p>Our secondary server, POW, the server that this site is currently hosted on hosts a few different domains. Recently, I have been setting up things for our new HCI and Games lab here at BXMC. They wanted a site so they made one in WordPress with my recommendation. Now I need to move it to the server with a better domain than pow.idmi.poly.edu/~chrisdimauro/wordpress. I was instructed to use socialgamelab.bxmc.poly.edu (the bxmc is due to the expected change in all of our domains soon). I call up my guy at IS and he tells me it&#8217;s done. Excellent for me.</p>
<p>Now the task of setting up another virtual host on POW. Normally this is a CLI job with lots of files and configuration but not with Server Admin (SA); SA gives you a really nice GUI for editing many server features. One can completely configure and maintain their server without ever using CLI by using SA. More complex set-ups will have difficulty at times while only using SA.</p>
<p>This is what you&#8217;re presented with after opening SA, a very nice looking summary of your server and it&#8217;s running processes.</p>
<p><img src="http://yearofthegeek.net/wp-content/uploads/2008/11/serveradmin-1.png" alt="ServerAdmin_1" /></p>
<p>Now, I want to add a new website to this server using a name-based virtual host. So I&#8217;ll select &#8216;Web&#8217; from the left side list of active services, and begin to edit this:</p>
<p><img src="http://yearofthegeek.net/wp-content/uploads/2008/11/picture-1.png" alt="Picture 1.png" /></p>
<p>That&#8217;s a very simple, straight-forward form for a website. I filled out all of the appropriate information, pointed everything to the proper directory, and save. I restart apache, and try the site after a few (i needed to wait for it to replicate to the external dns servers). After a short wait, I test the site. I am directed to the main site, pow.idmi.poly.edu. Something is not working on my end, I don&#8217;t think virtual hosting is working properly. So I test one of our other virtual hosts on the server, and that works. I compare the two, both are the same 100%. Now it&#8217;s time to bring out the CLI and go deeper into the config files.</p>
<p>Apparently Leopard server uses different configuration for virtual hosts and apache in general. It breaks up each virtual host config file into numbered .conf files. Apache&#8217;s httpd.conf just includes the directory and any .conf files that are inside of that directory. Sure, this looks nice, it&#8217;s pretty clean and easy to edit sites, but it&#8217;s a pain when researching help, I am literally stuck with Apple only help (to a good extent). I find the appropriate file (nicely named 0005_[ip]_socialgamelab.bxmc.poly.edu.conf) and look into the file. I compare it with the working virtual hosts .conf file and find, they&#8217;re also the same.</p>
<p>Now I begin to ask myself things like &#8220;Why?&#8221; and &#8220;What?&#8221; but at the same time begin to wonder how Leopard Server is messing this up. The site loads properly if I direct the browser to it&#8217;s long directory, but still only gives me the main site if I use the new virtual host name.</p>
<p>I am still in the process of working on getting this to work. I have a list made up of how I am going to resolve this. I think I will update as I go through the list.</p>
<ol>
<li>Comb the internet for help, this includes Apple discussion forums, and of course Google.</li>
<li>Change the bxmc to idmi. This could be conflicting on our network which is still using idmi for everything else.</li>
<li>Call Apple Support. When you buy Apple server products, like every other server retailer, you get support. We have support for our recently purchased Mac OS 10.5 Server, I will utilize this to it&#8217;s fullest extent.</li>
<li>Replace the entire apache configuration with a default configuration from another system that works. Last resort because I really do not want to re-configure the webserver.</li>
</ol>
<p><strong>Covering the List</strong></p>
<ol>
<li>I have been searching the internet and Apple discussion boards for hours (before I wrote this post). I found one issue with domain aliases using an (*) in place of a real alias, but nothing that fixed the problem yet.</li>
<li>IS has changed it to IDMI a little while ago, I&#8217;m waiting for it to update. Let&#8217;s hope this is the last step.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://yearofthegeek.net/2008/11/apple-server-admin-105/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
