<?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>Ali Abbas &#187; LAMP</title>
	<atom:link href="http://alouche.net/blog/category/unix-linux/lamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://alouche.net/blog</link>
	<description>Unix - Networking - News</description>
	<lastBuildDate>Sun, 11 Jul 2010 17:05:15 +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>PHP OPCodes Cached with APC – part 2</title>
		<link>http://alouche.net/blog/2009/10/21/lamp-php-opcodes-cached-with-apc-part-2/</link>
		<comments>http://alouche.net/blog/2009/10/21/lamp-php-opcodes-cached-with-apc-part-2/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 16:15:37 +0000</pubDate>
		<dc:creator>Ali Abbas</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Unix / Linux]]></category>
		<category><![CDATA[tweaking]]></category>

		<guid isPermaLink="false">http://alouche.net/blog/?p=716</guid>
		<description><![CDATA[Before reading this post, I recommend going over part 1 PHP OPCodes Cached with APC – part 1 In the first part we tackled what OPCodes are and how APC helps us streamline webserver performance by caching recurring script execution. In this second part, we will mostly look at the APC configuration main variable and [...]]]></description>
		<wfw:commentRss>http://alouche.net/blog/2009/10/21/lamp-php-opcodes-cached-with-apc-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP OPCodes Cached with APC &#8211; part 1</title>
		<link>http://alouche.net/blog/2009/10/21/lamp-php-opcodes-cached-with-apc-part-1/</link>
		<comments>http://alouche.net/blog/2009/10/21/lamp-php-opcodes-cached-with-apc-part-1/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 10:18:40 +0000</pubDate>
		<dc:creator>Ali Abbas</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Unix / Linux]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[tweaking]]></category>

		<guid isPermaLink="false">http://alouche.net/blog/?p=700</guid>
		<description><![CDATA[There are many caching system in use to optimize the execution of PHP script on busy web/database servers. Today we will focus on the OPcode caching method using APC. Before we start&#8230; what is an OPcode? The OPcode is an executable code generated each time a PHP script is interpreted and compiled. Each time you [...]]]></description>
		<wfw:commentRss>http://alouche.net/blog/2009/10/21/lamp-php-opcodes-cached-with-apc-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 basic Apache security tips</title>
		<link>http://alouche.net/blog/2008/10/29/3-basic-apache-security-tips/</link>
		<comments>http://alouche.net/blog/2008/10/29/3-basic-apache-security-tips/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 18:26:25 +0000</pubDate>
		<dc:creator>Ali Abbas</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Unix / Linux]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://alouche.net/?p=71</guid>
		<description><![CDATA[Here are just few things to keep in mind when setting up Apache and undergoing a quick security audit. 1. Turn off TRACE or TRACK Methods on Apache A Trace or Track method is a debug method used to debug webserver connections. A server supporting Trace connections can be subject to cross-site scripting attacks, dubbed [...]]]></description>
		<wfw:commentRss>http://alouche.net/blog/2008/10/29/3-basic-apache-security-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Select Optimization line</title>
		<link>http://alouche.net/blog/2008/10/06/mysql-selectoptimization-line/</link>
		<comments>http://alouche.net/blog/2008/10/06/mysql-selectoptimization-line/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 19:32:38 +0000</pubDate>
		<dc:creator>Ali Abbas</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Unix / Linux]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[select]]></category>

		<guid isPermaLink="false">http://alouche.net/?p=21</guid>
		<description><![CDATA[Weather used in php or any other scripting language&#8230; sometimes we have the need to query a database in order to fetch or manipulate certain data. One of the most common request, widely written and used is SELECT * FROM MyTable WHERE ID=&#8217;ValueX&#8217; and NAME=&#8217;ValueY&#8217;; now, ID and NAME are just columns&#8230; so nothing special [...]]]></description>
		<wfw:commentRss>http://alouche.net/blog/2008/10/06/mysql-selectoptimization-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 tips to optimize your PHP code</title>
		<link>http://alouche.net/blog/2008/10/06/10-tips-to-optimize-your-php-code/</link>
		<comments>http://alouche.net/blog/2008/10/06/10-tips-to-optimize-your-php-code/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 17:41:13 +0000</pubDate>
		<dc:creator>Ali Abbas</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Unix / Linux]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://alouche.net/?p=14</guid>
		<description><![CDATA[1. if you were to use between print or echo&#8230; use echo (Echo is known to be faster than print) 2. when doing string searches or action, do not simply/quickly jump on regex, but first have a look at php api&#8217;s string functions such as strpbrk, stripos etc.. 3. Display smart error messages&#8230; A lot [...]]]></description>
		<wfw:commentRss>http://alouche.net/blog/2008/10/06/10-tips-to-optimize-your-php-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->