<?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 Linux Noob &#187; apache</title>
	<atom:link href="http://thelinuxnoob.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://thelinuxnoob.com</link>
	<description>Fixin&#039; issues one ticket at a time</description>
	<lastBuildDate>Tue, 19 Jul 2011 12:43:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Enable PHP5 when PHP4 is default</title>
		<link>http://thelinuxnoob.com/linux/enable-php5-when-php4-is-default/</link>
		<comments>http://thelinuxnoob.com/linux/enable-php5-when-php4-is-default/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 02:27:14 +0000</pubDate>
		<dc:creator>Clayton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[nano]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://69.10.59.80/~thelinux/?p=7</guid>
		<description><![CDATA[The following tutorial will show how to enable PHP5 on your site, when Apache has PHP4 as default. I normally do everything through SSH, so here are the steps. root@thelinuxnoob.com [/]# cd home/thelinux/public_html/ root@thelinuxnoob.com [~/public_html]# nano .htaccess Add the following line to the .htaccess: AddType application/x-httpd-php5 .php ctrl + x ctrl + y enter root@thelinuxnoob.com [...]]]></description>
			<content:encoded><![CDATA[<p>The following tutorial will show how to enable PHP5 on your site, when Apache has PHP4 as default. I normally do everything through SSH, so here are the steps.</p>
<blockquote><p>root@thelinuxnoob.com [/]# cd home/thelinux/public_html/<br />
root@thelinuxnoob.com [~/public_html]# nano .htaccess<br />
Add the following line to the .htaccess: AddType application/x-httpd-php5 .php<br />
ctrl + x<br />
ctrl + y<br />
enter<br />
root@thelinuxnoob.com [~/public_html]# cat .htaccess | grep php5<br />
AddType application/x-httpd-php5 .php<br />
root@thelinuxnoob.com [~/public_html]# chmod 644 .htaccess<br />
root@thelinuxnoob.com [~/public_html]# chown thelinux.thelinux .htaccess<br />
root@thelinuxnoob.com [~/public_html]#</p></blockquote>
<p>Via FTP</p>
<blockquote><p>Open favorite text editor<br />
AddType application/x-httpd-php5 .php<br />
Save as “.htaccess”<br />
Upload through FTP client</p></blockquote>
<p>That’s my quick tutorial of the day, tune in next time for more tutorials <img class="wp-smiley" src="http://thelinuxnoob.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
]]></content:encoded>
			<wfw:commentRss>http://thelinuxnoob.com/linux/enable-php5-when-php4-is-default/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

