<?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>PHP.ph &#187; Apache</title>
	<atom:link href="http://www.php.ph/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php.ph</link>
	<description>Linux Apache MySQL PHP</description>
	<lastBuildDate>Sun, 13 Nov 2011 13:04:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Centos 5: Installing XCache From Source</title>
		<link>http://www.php.ph/2008/08/10/centos-5-installing-xcache-from-source/</link>
		<comments>http://www.php.ph/2008/08/10/centos-5-installing-xcache-from-source/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 22:37:49 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=50</guid>
		<description><![CDATA[XCache is an open-source opcode cacher. It optimizes performance by removing the compilation time of PHP scripts by caching the compiled state of PHP scripts into the shm (RAM) and uses the compiled version straight from the RAM. Fedora 9, Centos 5: Xcache Install from Source Through SSH. yum install php-devel yum groupinstall 'Development Tools' [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/08/10/centos-5-installing-xcache-from-source/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fedora 9: Installing APC</title>
		<link>http://www.php.ph/2008/07/28/fedora-9-installing-apc/</link>
		<comments>http://www.php.ph/2008/07/28/fedora-9-installing-apc/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 07:56:01 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=34</guid>
		<description><![CDATA[Alternative PHP Cache (APC) is a free and open opcode cache. It provides open and robust framework for caching and optimizing PHP intermediate code. For this Fedora 9 apc installation, /var/www/html is used as the main html folder for http://server.domain.com. If installed, uninstall eaccelerator first before installing Alternative PHP Cache as APC may conflict with [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/07/28/fedora-9-installing-apc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows: Installing PHP 5.2.6 on Apache 2.2.9 Manually</title>
		<link>http://www.php.ph/2008/07/16/windows-installing-php-526-on-apache-229-manually/</link>
		<comments>http://www.php.ph/2008/07/16/windows-installing-php-526-on-apache-229-manually/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 07:12:08 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.php.ph/2008/07/16/windows-installing-php-526-on-apache-229-manually/</guid>
		<description><![CDATA[ This is a continuation from the previous topic Apache on Windows. Download the latest php-x.y.z-Win32.zip at http://www.php.net/downloads.php . Unzip the contents of php-5.2.6-Win32.zip package to C:\PHP folder. Find and rename the file php.ini-recommended to php.ini. Open the file php.ini, look and uncomment the following directives (Click Edit &#62; Find or Ctrl F). Uncomment &#8211; remove [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/07/16/windows-installing-php-526-on-apache-229-manually/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Apache on Windows: Manually Installing Apache 2.2.9 on Windows</title>
		<link>http://www.php.ph/2008/07/13/apache-on-windows-manually-installing-apache-229-on-windows/</link>
		<comments>http://www.php.ph/2008/07/13/apache-on-windows-manually-installing-apache-229-on-windows/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 08:45:35 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.php.ph/2008/07/13/apache-on-windows-manually-installing-apache-229-on-windows/</guid>
		<description><![CDATA[A simple guide on Apache Installation on Windows, which will be used for testing purposes. Download the latest apache_x.y.z-win32-x86-no_ssl.msi at http://httpd.apache.org/download.cgi. Run the installer apache_2.2.9-win32-x86-no_ssl-r2.msi. First screen is the welcome note. Click Next. Second screen is the licence agreement. Accept the terms in the license agreement, click Next. Third screen, brief desription of the software. [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/07/13/apache-on-windows-manually-installing-apache-229-on-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CentOS 5: APC Installation &#8211; Alternative PHP Cache</title>
		<link>http://www.php.ph/2008/01/09/centos-5-apc-installation-alternative-php-cache/</link>
		<comments>http://www.php.ph/2008/01/09/centos-5-apc-installation-alternative-php-cache/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 12:30:46 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.php.ph/2008/01/09/centos-5-apc-installation-alternative-php-cache/</guid>
		<description><![CDATA[APC is a free, open, and robust framework for caching and optimizing PHP intermediate code. Through SSH. Find make. whereis make Output should be: make: /usr/bin/make If not, click here. Install APC. pecl install apc Create the file /etc/php.d/apc.ini vi /etc/php.d/apc.ini Enter. extension="apc.so" Save and exit. Restart Apache. /etc/init.d/httpd restart]]></description>
		<wfw:commentRss>http://www.php.ph/2008/01/09/centos-5-apc-installation-alternative-php-cache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WWW to Non-WWW,  htaccess File, 301 Redirect</title>
		<link>http://www.php.ph/2007/12/29/www-to-non-www-htaccess-file-301-redirect/</link>
		<comments>http://www.php.ph/2007/12/29/www-to-non-www-htaccess-file-301-redirect/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 13:52:09 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.php.ph/2007/12/29/www-to-non-www-htaccess-file-301-redirect/</guid>
		<description><![CDATA[http://php.ph and http://www.php.ph are considered as different websites by search engines. This causes a potential for duplicate content problem. To solve this, you should make your domain accessible via one-way, either www or non-www version. To redirect all traffic from http://php.ph to http://www.php.ph (substitute php.ph with your own domain name), edit your .htaccess file and [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2007/12/29/www-to-non-www-htaccess-file-301-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP with Apache on Windows</title>
		<link>http://www.php.ph/2007/12/01/php-with-apache-on-windows/</link>
		<comments>http://www.php.ph/2007/12/01/php-with-apache-on-windows/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 12:56:09 +0000</pubDate>
		<dc:creator>aqua</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.php.ph/2007/12/01/php-with-apache-on-windows/</guid>
		<description><![CDATA[A simple tutorial about setting up Apache server with PHP on Microsoft Windows. Read the post by clicking here.]]></description>
		<wfw:commentRss>http://www.php.ph/2007/12/01/php-with-apache-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jamp!</title>
		<link>http://www.php.ph/2007/11/25/jamp/</link>
		<comments>http://www.php.ph/2007/11/25/jamp/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 23:06:40 +0000</pubDate>
		<dc:creator>aqua</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Jamp]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.php.ph/2007/11/25/jamp/</guid>
		<description><![CDATA[Jamp! is updated All packages are updated to the latests stable version available The &#8220;Server&#8221; and &#8220;Service&#8221; commands are added for Tomcat 6.0 Jamp.hta UI is updated]]></description>
		<wfw:commentRss>http://www.php.ph/2007/11/25/jamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

