<?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>BuildDocs.com - Operating System and Application Build Documents Repository &#187; web server</title>
	<atom:link href="http://builddocs.com/tags/web-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://builddocs.com</link>
	<description>Better Docs / Better Systems</description>
	<lastBuildDate>Thu, 15 Jul 2010 11:22:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Building LAMP on Ubuntu Part 1</title>
		<link>http://builddocs.com/database_servers/building-lamp-on-ubuntu-part-1/</link>
		<comments>http://builddocs.com/database_servers/building-lamp-on-ubuntu-part-1/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 17:27:33 +0000</pubDate>
		<dc:creator>joshhrob</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://builddocs.com/?p=404</guid>
		<description><![CDATA[This build document outlines the installation and setup of a basic LAMP (Linux Apache MySQL PHP) web server using Ubuntu 9.04.
This build will be broken up into 3 parts:
Part 1: Installing Ubuntu Operating System
Part 2: Basic Server Configuration
Part 3: Working with Ubuntu LAMP
In this build we will be using ubuntu-9.04-server-amd64.iso, which can be downloaded via [...]]]></description>
			<content:encoded><![CDATA[<p>This build document outlines the installation and setup of a basic LAMP (Linux Apache MySQL PHP) web server using Ubuntu 9.04.</p>
<p>This build will be broken up into 3 parts:</p>
<p>Part 1: Installing Ubuntu Operating System<br />
Part 2: <a href="http://builddocs.com/server_os_builds/building-lamp-on-ubuntu-part-2/">Basic Server Configuration</a><br />
Part 3: <a href="http://builddocs.com/server_os_builds/building-lamp-on-ubunta-part-3/">Working with Ubuntu LAMP</a></p>
<p>In this build we will be using ubuntu-9.04-server-amd64.iso, which can be downloaded via BitTorrent or from the Ubuntu website.</p>
<p>After downloading the iso file, you must either burn it to a CD or if this is a virtual machine you may mount the iso file to your VM&#8217;s CD-rom drive.</p>
<p>To begin installation, insert CD and boot server. When installer boots, select English.</p>
<p><img class="aligncenter size-full wp-image-408" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-33-43.jpg" alt="Ubuntu 64-bit-2009-08-17-09-33-43" width="448" height="336" /></p>
<p>At Ubuntu welcome screen, select Install Ubuntu Server and press Enter</p>
<p><img class="aligncenter size-full wp-image-409" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-34-39.jpg" alt="Ubuntu 64-bit-2009-08-17-09-34-39" width="448" height="336" /></p>
<p>Select English and press Enter</p>
<p><img class="aligncenter size-full wp-image-412" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-35-14.jpg" alt="Ubuntu 64-bit-2009-08-17-09-35-14" width="448" height="336" /></p>
<p>Select Country and press Enter</p>
<p><img class="aligncenter size-full wp-image-413" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-35-27.jpg" alt="Ubuntu 64-bit-2009-08-17-09-35-27" width="448" height="336" /></p>
<p>Select No to skip keyboard detection</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/Red5-2009-08-20-16-13-13.jpg" alt="Red5-2009-08-20-16-13-13" width="448" height="336" class="aligncenter size-full wp-image-602" /></p>
<p>Select Country / keyboard layout</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/Red5-2009-08-20-16-13-23.jpg" alt="Red5-2009-08-20-16-13-23" width="448" height="336" class="aligncenter size-full wp-image-603" /></p>
<p>Install begins and runs for a few minutes</p>
<p><img class="aligncenter size-full wp-image-417" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-38-07.jpg" alt="Ubuntu 64-bit-2009-08-17-09-38-07" width="448" height="336" /></p>
<p>Enter a hostname for your server</p>
<p><img class="aligncenter size-full wp-image-419" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-39-16.jpg" alt="Ubuntu 64-bit-2009-08-17-09-39-16" width="448" height="336" /></p>
<p>Select Timezone</p>
<p><img class="aligncenter size-full wp-image-420" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-39-26.jpg" alt="Ubuntu 64-bit-2009-08-17-09-39-26" width="448" height="336" /></p>
<p>Choose disk partition method. In this build we will select guided &#8211; use entire disk and setup LVM (Logical Volume Manager). If you wish to setup a custom partitioning scheme choose Manual.</p>
<p><img class="aligncenter size-full wp-image-423" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-39-38.jpg" alt="Ubuntu 64-bit-2009-08-17-09-39-38" width="448" height="336" /></p>
<p>Select your hard drive / disk</p>
<p><img class="aligncenter size-full wp-image-421" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-41-28.jpg" alt="Ubuntu 64-bit-2009-08-17-09-41-28" width="448" height="336" /></p>
<p>Select Yes to write changes to the disk</p>
<p><img class="aligncenter size-full wp-image-425" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-41-58.jpg" alt="Ubuntu 64-bit-2009-08-17-09-41-58" width="448" height="336" /></p>
<p>Verify you want to use the entire disk, press Enter to continue</p>
<p><img class="aligncenter size-full wp-image-427" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-42-06.jpg" alt="Ubuntu 64-bit-2009-08-17-09-42-06" width="448" height="336" /></p>
<p>Select Yes to write changes</p>
<p><img class="aligncenter size-full wp-image-431" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-42-28.jpg" alt="Ubuntu 64-bit-2009-08-17-09-42-28" width="448" height="336" /></p>
<p>Install continues</p>
<p><img class="aligncenter size-full wp-image-433" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-43-49.jpg" alt="Ubuntu 64-bit-2009-08-17-09-43-49" width="448" height="336" /></p>
<p>Enter your username</p>
<p><img class="aligncenter size-full wp-image-454" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-46-21.jpg" alt="Ubuntu 64-bit-2009-08-17-09-46-21" width="448" height="336" /></p>
<p>Enter your password (and once again to confirm)</p>
<p><img class="aligncenter size-full wp-image-452" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-47-03.jpg" alt="Ubuntu 64-bit-2009-08-17-09-47-03" width="448" height="336" /></p>
<p>When asked to encrypt home directory select No</p>
<p><img class="aligncenter size-full wp-image-437" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-47-34.jpg" alt="Ubuntu 64-bit-2009-08-17-09-47-34" width="448" height="336" /></p>
<p>Enter proxy server if any (in this build we leave blank)</p>
<p><img class="aligncenter size-full wp-image-438" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-47-44.jpg" alt="Ubuntu 64-bit-2009-08-17-09-47-44" width="448" height="336" /></p>
<p>Install continues</p>
<p><img class="aligncenter size-full wp-image-440" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-47-581.jpg" alt="Ubuntu 64-bit-2009-08-17-09-47-58" width="448" height="336" /></p>
<p>Select install security updates automatically</p>
<p><img class="aligncenter size-full wp-image-441" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-48-20.jpg" alt="Ubuntu 64-bit-2009-08-17-09-48-20" width="448" height="336" /></p>
<p>Select Software to install. Use up/down arrows and space bar to select. Select LAMP server, mail server and openssh server. Press Enter</p>
<p><img class="aligncenter size-full wp-image-443" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-49-44.jpg" alt="Ubuntu 64-bit-2009-08-17-09-49-44" width="448" height="336" /></p>
<p>Enter root password for MySQL database (and type again to confirm)</p>
<p><img class="aligncenter size-full wp-image-444" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-52-26.jpg" alt="Ubuntu 64-bit-2009-08-17-09-52-26" width="448" height="336" /></p>
<p>For mail configuration, select Internet Site and press Enter</p>
<p><img class="aligncenter size-full wp-image-445" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-10-46-13.jpg" alt="Ubuntu 64-bit-2009-08-17-10-46-13" width="448" height="336" /></p>
<p>Enter hostname/domain name for mail server</p>
<p><img class="aligncenter size-full wp-image-446" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-10-47-30.jpg" alt="Ubuntu 64-bit-2009-08-17-10-47-30" width="448" height="336" /></p>
<p>Last of install files get installed</p>
<p><img class="aligncenter size-full wp-image-447" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-10-47-38.jpg" alt="Ubuntu 64-bit-2009-08-17-10-47-38" width="448" height="336" /></p>
<p>When done, press Enter to finish. System will reboot. Make sure to remove CD-rom</p>
<p><img class="aligncenter size-full wp-image-448" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-10-51-56.jpg" alt="Ubuntu 64-bit-2009-08-17-10-51-56" width="448" height="336" /></p>
<p>Next Section: <A HREF="http://builddocs.com/server_os_builds/building-lamp-on-ubuntu-part-2/">Ubuntu Server Configuration</A></p>
<p>If you have questions or problems with this build please leave a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://builddocs.com/database_servers/building-lamp-on-ubuntu-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 2003 IIS 6 Web Server</title>
		<link>http://builddocs.com/server_os_builds/windows-2003-iis-6-web-server/</link>
		<comments>http://builddocs.com/server_os_builds/windows-2003-iis-6-web-server/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 23:12:12 +0000</pubDate>
		<dc:creator>joshhrob</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[iis 6]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[windows 2003]]></category>

		<guid isPermaLink="false">http://builddocs.com/?p=47</guid>
		<description><![CDATA[This document outlines the steps to build an IIS 6 web server on Windows Server 2003 Enterprise Edition. This build is for a standalone (non-domain) system.
This document is organized in the following sections:

Windows Installation
System Configuration
IIS Web Server Installation and Configuration
Troubleshooting
Security Overview

I. Windows Installation
Insert Windows 2003 Server Enterprise Edition CD and reboot server. If necessary, make sure [...]]]></description>
			<content:encoded><![CDATA[<p>This document outlines the steps to build an IIS 6 web server on Windows Server 2003 Enterprise Edition. This build is for a standalone (non-domain) system.</p>
<p>This document is organized in the following sections:</p>
<ul>
<li>Windows Installation</li>
<li>System Configuration</li>
<li>IIS Web Server Installation and Configuration</li>
<li>Troubleshooting</li>
<li>Security Overview</li>
</ul>
<h2>I. Windows Installation</h2>
<p>Insert Windows 2003 Server Enterprise Edition CD and reboot server. If necessary, make sure bios is set to boot from CD. Wait about a minute for initial Windows Installer to load.</p>
<p><img class="aligncenter size-full wp-image-78" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-05-20-31-25.jpg" alt="Win2k3-2009-08-05-20-31-25" width="504" height="280" /></p>
<p>Press Enter to begin installation</p>
<p><img class="aligncenter size-full wp-image-79" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-05-20-31-51.jpg" alt="Win2k3-2009-08-05-20-31-51" width="504" height="277" /></p>
<p>Press F8 to accept License Agreement</p>
<p><img class="aligncenter size-full wp-image-81" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-05-20-32-01.jpg" alt="Win2k3-2009-08-05-20-32-01" width="504" height="277" /></p>
<p>On the following screen press C to create a new partition.</p>
<p><img class="aligncenter size-full wp-image-82" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-05-20-32-11.jpg" alt="Win2k3-2009-08-05-20-32-11" width="504" height="277" /></p>
<p>Enter the size you wish for your C drive. For a typical web server 12 gigs should be good. We will format the rest of the disk with additional partitions later.</p>
<p><img class="aligncenter size-full wp-image-85" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-05-20-32-39.jpg" alt="Win2k3-2009-08-05-20-32-39" width="504" height="277" /></p>
<p>Press Enter to begin installing on this partition</p>
<p><img class="aligncenter size-full wp-image-86" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-05-20-32-48.jpg" alt="Win2k3-2009-08-05-20-32-48" width="504" height="277" /></p>
<p>Select NTFS filesystem and press Enter</p>
<p><img class="aligncenter size-full wp-image-94" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-05-20-32-56.jpg" alt="Win2k3-2009-08-05-20-32-56" width="504" height="277" /></p>
<p>The partition will be formatted and the first phase of windows files will be installed. This may take approx 10 to 30 minutes depending on the system.</p>
<p><img class="aligncenter size-full wp-image-88" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-05-20-33-41.jpg" alt="Win2k3-2009-08-05-20-33-41" width="504" height="277" /></p>
<p>When finished system will reboot</p>
<p><img class="aligncenter size-full wp-image-89" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-05-20-35-25.jpg" alt="Win2k3-2009-08-05-20-35-25" width="504" height="277" /></p>
]]></content:encoded>
			<wfw:commentRss>http://builddocs.com/server_os_builds/windows-2003-iis-6-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
