<?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>:: b l a c k o n s o l e :: &#187; php</title>
	<atom:link href="http://blackonsole.org/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blackonsole.org</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 06:01:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>CentOS :: Install and Configure suPHP</title>
		<link>http://blackonsole.org/centos-install-and-configure-suphp</link>
		<comments>http://blackonsole.org/centos-install-and-configure-suphp#comments</comments>
		<pubDate>Thu, 30 May 2013 09:12:43 +0000</pubDate>
		<dc:creator>blackonsole</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[suphp]]></category>

		<guid isPermaLink="false">http://blackonsole.org/?p=1222</guid>
		<description><![CDATA[:: How to install suPHP on Linux CentOS [crayon-51c209d3b9d8f/] &#160; :: How to configure suPHP on CentOS Linux [crayon-51c209d3ba176/] # change and added double-quote on these line: [crayon-51c209d3ba55c/] to [crayon-51c209d3ba944/] &#160; :: How to configure suPHP on VirtualHost in Apache [crayon-51c209d3bad30/] # add suPHP configuration like these: [crayon-51c209d3bb115/] so your virtualhost like these: [crayon-51c209d3bb4fc/] &#160; [...]]]></description>
		<wfw:commentRss>http://blackonsole.org/centos-install-and-configure-suphp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cPanel :: Parse php in .html Files on FastCGI</title>
		<link>http://blackonsole.org/cpanel-parse-php-in-html-files-on-fastcgi</link>
		<comments>http://blackonsole.org/cpanel-parse-php-in-html-files-on-fastcgi#comments</comments>
		<pubDate>Thu, 11 Apr 2013 00:59:53 +0000</pubDate>
		<dc:creator>blackonsole</dc:creator>
				<category><![CDATA[cPanel / WHM]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blackonsole.org/?p=1175</guid>
		<description><![CDATA[:: How to enable parse php in html file on cPanel with FastCGI Add this line in .htaccess file: [crayon-51c209d3bebb0/] &#160; :: Links + Google + cPanel]]></description>
		<wfw:commentRss>http://blackonsole.org/cpanel-parse-php-in-html-files-on-fastcgi/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu :: Configure suPHP in Apache2</title>
		<link>http://blackonsole.org/ubuntu-configure-suphp-in-apache2</link>
		<comments>http://blackonsole.org/ubuntu-configure-suphp-in-apache2#comments</comments>
		<pubDate>Sun, 24 Mar 2013 05:19:02 +0000</pubDate>
		<dc:creator>blackonsole</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[suphp]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blackonsole.org/?p=1140</guid>
		<description><![CDATA[:: How to setup suPHP for Apache2 in Ubuntu 12.10 + Install and enable suphp [crayon-51c209d3bf767/] + Restarting Apache2 in Ubuntu 12.10 [crayon-51c209d3bfb4d/] &#160; :: Testing Create php file and add this line: [crayon-51c209d3bff36/] and see on this line: [crayon-51c209d3c031d/] &#160; :: Links + Google + HowToForge]]></description>
		<wfw:commentRss>http://blackonsole.org/ubuntu-configure-suphp-in-apache2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu :: PHP FastCGI + NGINX</title>
		<link>http://blackonsole.org/ubuntu-php-fastcgi-nginx</link>
		<comments>http://blackonsole.org/ubuntu-php-fastcgi-nginx#comments</comments>
		<pubDate>Thu, 28 Feb 2013 06:54:55 +0000</pubDate>
		<dc:creator>blackonsole</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php-fcgi]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blackonsole.org/?p=1119</guid>
		<description><![CDATA[:: How to setup PHP FastCGI for NGINX in Ubuntu + Installing NGINX and php-cgi [crayon-51c209d3c0ed4/] + Make php-fcgi script in init.d [crayon-51c209d3c12bc/] add these line: [crayon-51c209d3c16a5/] + change permission anda run the script when booting [crayon-51c209d3c1a8e/] + setup PHP FastCGI in NGINX [crayon-51c209d3c1e74/] add line in server {} like these: [crayon-51c209d3c2269/] so the configuration [...]]]></description>
		<wfw:commentRss>http://blackonsole.org/ubuntu-php-fastcgi-nginx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP :: Compile MySQLi Extension in PHP 5.3.1</title>
		<link>http://blackonsole.org/php-compile-mysqli-extension-in-php-5-3-1</link>
		<comments>http://blackonsole.org/php-compile-mysqli-extension-in-php-5-3-1#comments</comments>
		<pubDate>Wed, 16 Jan 2013 06:06:03 +0000</pubDate>
		<dc:creator>blackonsole</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Compile MySQLi]]></category>
		<category><![CDATA[MySQLi Compile]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blackonsole.org/?p=1057</guid>
		<description><![CDATA[:: What is MySQLi The MySQLi Extension (MySQL Improved) is a relational database driver used in the PHP programming language to provide an interface with MySQL databases. &#160; :: How to compile MySQLi Extension in PHP [crayon-51c209d3c39cf/] &#160; :: Checking MySQLi in PHP modules [crayon-51c209d3c3db6/] &#160; :: Restarting httpd [crayon-51c209d3c419d/] &#160; :: Links + Google [...]]]></description>
		<wfw:commentRss>http://blackonsole.org/php-compile-mysqli-extension-in-php-5-3-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>