<?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>Linux Admin Zone &#187; php</title>
	<atom:link href="http://linuxadminzone.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxadminzone.com</link>
	<description>Adding more reasons to celebrate Open Source.</description>
	<lastBuildDate>Wed, 23 Nov 2011 14:56:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Dynamically manage Apache virtualhosts in Linux</title>
		<link>http://linuxadminzone.com/dynamically-manage-apache-virtualhosts-in-linux/</link>
		<comments>http://linuxadminzone.com/dynamically-manage-apache-virtualhosts-in-linux/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 12:18:43 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=446</guid>
		<description><![CDATA[This is second part of article to describe how to dynamically manage Apache Virtual host. You can read first article here. In earlier article I mentioned using a php script to dynamically create/remove virtualhost entry in Apache (httpd) config file and then reload it using cron. Here I would describe how to manage DNS to [...]]]></description>
		<wfw:commentRss>http://linuxadminzone.com/dynamically-manage-apache-virtualhosts-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP script to dynamically create/remove apache virtual hosts/ subdomains</title>
		<link>http://linuxadminzone.com/php-script-to-dynamically-create-remove-apache-virtual-hosts-subdomains/</link>
		<comments>http://linuxadminzone.com/php-script-to-dynamically-create-remove-apache-virtual-hosts-subdomains/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 11:08:17 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=438</guid>
		<description><![CDATA[There&#8217;s situation with my friend where his team wanted to dynamically create/remove virtual hosts or subdomains using php. This can be achieved in several ways. You can use a control panel which obviously use resources or develop your own script to do this. There&#8217;s security aspects attached with script because it needs to update file [...]]]></description>
		<wfw:commentRss>http://linuxadminzone.com/php-script-to-dynamically-create-remove-apache-virtual-hosts-subdomains/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Upgrade/update php to latest 5.2.17 in Linux</title>
		<link>http://linuxadminzone.com/upgrade-update-php-to-latest-5-2-17-in-linux/</link>
		<comments>http://linuxadminzone.com/upgrade-update-php-to-latest-5-2-17-in-linux/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 15:54:54 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=427</guid>
		<description><![CDATA[In a CentOS 5.5 host, we were required to upgrade php to its latest release which is 5.2.17 when writing this article. Again there are various options to do such upgrade and trying to install with the package manager (yum) is just one (aka easy) of them. You can also trying downloading latest source code [...]]]></description>
		<wfw:commentRss>http://linuxadminzone.com/upgrade-update-php-to-latest-5-2-17-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>quick web based php script to check replication status of MySQL</title>
		<link>http://linuxadminzone.com/quick-web-based-php-script-to-check-replication-status-of-mysql/</link>
		<comments>http://linuxadminzone.com/quick-web-based-php-script-to-check-replication-status-of-mysql/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 16:42:14 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=314</guid>
		<description><![CDATA[This is a basic PHP script to check replication status of single or multiple MySQL servers. You have to update variables in the script to run in browser like user, password, ip of server etc. Here is the script code: &#60;? ########## # # dbrepstatus.php by Jagbir Singh (jags@jagbir.com) # # ######### ?&#62; &#160; &#60;html&#62;&#60;head&#62; [...]]]></description>
		<wfw:commentRss>http://linuxadminzone.com/quick-web-based-php-script-to-check-replication-status-of-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download, compile, install and configure php 5.3.5 in Linux</title>
		<link>http://linuxadminzone.com/download-compile-install-and-configure-php-5-3-5-in-linux/</link>
		<comments>http://linuxadminzone.com/download-compile-install-and-configure-php-5-3-5-in-linux/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 10:33:33 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=301</guid>
		<description><![CDATA[In a CentOS 5.2 Server, there PHP 5.2.4 and due to which PCI complaince test failed. We were in requirement to upgrade PHP to latest stable version. While writing this article, we found 5.3.5 as latest stable release of PHP. Describing here the steps taken to download, install PHP 5.3.5. Step 1. Check existing PHP [...]]]></description>
		<wfw:commentRss>http://linuxadminzone.com/download-compile-install-and-configure-php-5-3-5-in-linux/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

