<?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>Phat Site Blog &#187; pcre</title>
	<atom:link href="http://blog.phatsite.com/tag/pcre/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.phatsite.com</link>
	<description>Web Stuff is Easy</description>
	<lastBuildDate>Sun, 29 Jan 2012 20:00:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Nginx on CentOS 5</title>
		<link>http://blog.phatsite.com/server-maintenance/installing-nginx-on-centos-5/</link>
		<comments>http://blog.phatsite.com/server-maintenance/installing-nginx-on-centos-5/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 23:13:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server Maintenance]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[pcre]]></category>
		<category><![CDATA[zlib]]></category>

		<guid isPermaLink="false">http://blog.phatsite.com/?p=8</guid>
		<description><![CDATA[yum install pcre
yum install pcre-devel
yum install openssl-devel
yum install zlib
tar xzvf nginx-0.X.XX.tar.gz (get latest stable version)
yum install gcc
./configure &#8211;sbin-path=/sbin/nginx &#8211;conf-path=/usr/local/nginx/nginx.conf &#8211;pid-path=/usr/local/nginx/nginx.pid &#8211;with-http_ssl_module &#8211;with-md5=auto/lib/md5 &#8211;with-sha1=auto/lib/sha1
make
make install
This will get you off with a nginx server.  Then, you have to configure your conf file and setup some start-up scripts, etc.
]]></description>
			<content:encoded><![CDATA[<p>yum install pcre<br />
yum install pcre-devel<br />
yum install openssl-devel<br />
yum install zlib<br />
tar xzvf nginx-0.X.XX.tar.gz (get latest stable version)<br />
yum install gcc<br />
./configure &#8211;sbin-path=/sbin/nginx &#8211;conf-path=/usr/local/nginx/nginx.conf &#8211;pid-path=/usr/local/nginx/nginx.pid &#8211;with-http_ssl_module &#8211;with-md5=auto/lib/md5 &#8211;with-sha1=auto/lib/sha1<br />
make<br />
make install</p>
<p>This will get you off with a nginx server.  Then, you have to configure your conf file and setup some start-up scripts, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.phatsite.com/server-maintenance/installing-nginx-on-centos-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

