<?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/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php.ph</link>
	<description>Linux Apache MySQL PHP</description>
	<lastBuildDate>Fri, 25 Dec 2009 15:38:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RP, Asia Give Open Source the Space to Expand Wings</title>
		<link>http://www.php.ph/2008/08/20/rp-asia-give-open-source-the-space-to-expand-wings/</link>
		<comments>http://www.php.ph/2008/08/20/rp-asia-give-open-source-the-space-to-expand-wings/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 19:00:26 +0000</pubDate>
		<dc:creator>aqua</dc:creator>
				<category><![CDATA[News and Views]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=64</guid>
		<description><![CDATA[Slowly but surely, open source technology is converting hordes of doubters to firm believers across Asia, including the Philippines. Consumer perception and preference for open source products such as the Apache Web Server, Linux Operating System, PHP, Apache Tomcat, and Eclipse IDE, have been on an upswing, according to open source guru Winston Damarillo during [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/08/20/rp-asia-give-open-source-the-space-to-expand-wings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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'
yum groupinstall 'Development Libraries'
cd /src
Download [...]]]></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 eaccelerator.
Through SSH
yum [...]]]></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>Fedora 9: Eaccelerator Installation</title>
		<link>http://www.php.ph/2008/07/25/fedora-9-eaccelerator-installation/</link>
		<comments>http://www.php.ph/2008/07/25/fedora-9-eaccelerator-installation/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 17:44:47 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=27</guid>
		<description><![CDATA[eAccelerator is a free open-source PHP accelerator. It increases the performance of PHP scripts by caching them in their compiled state.
In this Fedora eaccelerator installation, /var/www/html is the main html folder for http://server.domain.com.
Through SSH
yum -y install php-eaccelerator
View phpinfo() to verify if eAccelerator is enabled
echo "&#60;?php phpinfo(); ?&#62;" &#62; /var/www/html/phpinfo.php
Then point your browser to http://server.domain.com/phpinfo.php
or
Open a [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/07/25/fedora-9-eaccelerator-installation/feed/</wfw:commentRss>
		<slash:comments>1</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 the ; before [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/07/16/windows-installing-php-526-on-apache-229-manually/feed/</wfw:commentRss>
		<slash:comments>17</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. Next.

Server Information Dialogue will ask [...]]]></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>CentOS 5: Eaccelerator Control Panel</title>
		<link>http://www.php.ph/2008/01/06/centos-5-eaccelerator-control-panel/</link>
		<comments>http://www.php.ph/2008/01/06/centos-5-eaccelerator-control-panel/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 16:06:56 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.php.ph/2008/01/06/centos-5-eaccelerator-control-panel/</guid>
		<description><![CDATA[This is a continuation of Eaccelerator Installation topic here.
To install eAccelerator control panel, copy control.php to your main html folder. We&#8217;ll use /var/www/html and http://server.domain.com in our example.
Through SSH
Change directory.
cd /tmp/eaccelerator-0.9.5.2
Copy control.php to your main html folder.
cp control.php /var/www/html
Edit control.php. Change $user and $pw to your desired username and password.
$user = "admin";
$pw = "eAccelerator";
Edit the [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/01/06/centos-5-eaccelerator-control-panel/feed/</wfw:commentRss>
		<slash:comments>0</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 add [...]]]></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>CentOS 5: Eaccelerator Installation</title>
		<link>http://www.php.ph/2007/12/21/centos-5-eaccelerator-installation/</link>
		<comments>http://www.php.ph/2007/12/21/centos-5-eaccelerator-installation/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 14:07:49 +0000</pubDate>
		<dc:creator>aqua</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.php.ph/2007/12/21/centos-5-eaccelerator-installation/</guid>
		<description><![CDATA[eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It typically reduces server load and increases the speed of your PHP code by 1-10 times.
Through SSH.
yum install php-devel
yum groupinstall 'Development Tools'
Change directory.
cd /tmp
Get the file.
wget http://bart.eaccelerator.net/source/0.9.5.2/eaccelerator-0.9.5.2.tar.bz2
tar xvfj eaccelerator-0.9.5.2.tar.bz2
Change directory.
cd eaccelerator-0.9.5.2
Phpize.
phpize
./configure
Install it.
make
make install
Create the file /etc/php.d/eaccelerator.ini
vi /etc/php.d/eaccelerator.ini
Enter.
extension="eaccelerator.so"
eaccelerator.shm_size="0"
eaccelerator.cache_dir="/var/cache/eaccelerator"
eaccelerator.enable="1"
eaccelerator.optimizer="1"
eaccelerator.check_mtime="1"
eaccelerator.debug="0"
eaccelerator.filter=""
eaccelerator.shm_max="0"
eaccelerator.shm_ttl="0"
eaccelerator.shm_prune_period="0"
eaccelerator.shm_only="0"
eaccelerator.compress="1"
eaccelerator.compress_level="9"
Create /var/cache/eaccelerator ditrectory
mkdir -p /var/cache/eaccelerator
Change permission.
chmod 0777 [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2007/12/21/centos-5-eaccelerator-installation/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
