<?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>Open source blog, linux, php, python, security &#187; apache</title>
	<atom:link href="http://www.alonon.net/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alonon.net</link>
	<description></description>
	<lastBuildDate>Wed, 02 Jun 2010 08:11:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>

   <image>
    <title>Open source blog, linux, php, python, security</title>
    <url>http://1.gravatar.com/avatar/5152c5736f5f8dd9570ffb2f9068e8ab?s=</url>
    <link>http://www.alonon.net</link>
   </image>
		<item>
		<title>Ubuntu install GD support for apache</title>
		<link>http://www.alonon.net/ubuntu-install-gd-support-for-apach/</link>
		<comments>http://www.alonon.net/ubuntu-install-gd-support-for-apach/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 13:26:40 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[gd]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=172</guid>
		<description><![CDATA[command: sudo apt-get install php5-gd Don&#8217;t forget to restart apache service apache2 restart Tags: apache, gd, Php Related posts installing apache php and mysql on Pardus (0) install php apache mysql phpmyadmin (3) Unlimited Subcategory with Adjacency List Model (8) Notice: Use of undefined constant/variable (0) mysql_insert_id (0)]]></description>
			<content:encoded><![CDATA[<p>command:</p>
<blockquote><p><code>sudo apt-get install php5-gd</code></p></blockquote>
<p>Don&#8217;t forget to restart apache</p>
<p>service apache2 restart</p>

	Tags: <a href="http://www.alonon.net/tag/apache/" title="apache" rel="tag">apache</a>, <a href="http://www.alonon.net/tag/gd/" title="gd" rel="tag">gd</a>, <a href="http://www.alonon.net/tag/php/" title="Php" rel="tag">Php</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.alonon.net/installing-apache-php-and-mysql-on-pardus/" title="installing apache php and mysql on Pardus (November 13, 2008)">installing apache php and mysql on Pardus</a> (0)</li>
	<li><a href="http://www.alonon.net/install-php-apache-mysql-phpmyadmin/" title="install php apache mysql phpmyadmin (January 1, 2009)">install php apache mysql phpmyadmin</a> (3)</li>
	<li><a href="http://www.alonon.net/unlimited-subcategory-with-adjacency-list-model/" title="Unlimited Subcategory with Adjacency List Model (February 1, 2009)">Unlimited Subcategory with Adjacency List Model</a> (8)</li>
	<li><a href="http://www.alonon.net/notice-use-of-undefined-constantvariable/" title="Notice: Use of undefined constant/variable (March 12, 2010)">Notice: Use of undefined constant/variable</a> (0)</li>
	<li><a href="http://www.alonon.net/mysql_insert_id/" title="mysql_insert_id (January 25, 2009)">mysql_insert_id</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/ubuntu-install-gd-support-for-apach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>install php apache mysql phpmyadmin</title>
		<link>http://www.alonon.net/install-php-apache-mysql-phpmyadmin/</link>
		<comments>http://www.alonon.net/install-php-apache-mysql-phpmyadmin/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 08:32:59 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=30</guid>
		<description><![CDATA[On ubuntu and kubuntu systems you can install php5 apache2 mysql and phpmyadmin with this command sudo apt-get install apache2 php5 php5-mysql php5-gd mysql-server phpmyadmin To enable mod_rewrite run this: sudo ln -sfn /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/ sudo /etc/init.d/apache2 restart Tags: apache, kubuntu, localhost, mysql, Php, phpmyadmin, ubuntu Related posts Ubuntu install GD support for apache (0) &#8230; <a href="http://www.alonon.net/install-php-apache-mysql-phpmyadmin/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>On ubuntu and kubuntu systems you can install php5 apache2 mysql and phpmyadmin with this command</p>
<blockquote><p>sudo apt-get install apache2 php5 php5-mysql php5-gd mysql-server phpmyadmin</p></blockquote>
<p>To enable mod_rewrite run this:</p>
<blockquote><p>sudo ln -sfn /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/<br />
sudo /etc/init.d/apache2 restart</p></blockquote>

	Tags: <a href="http://www.alonon.net/tag/apache/" title="apache" rel="tag">apache</a>, <a href="http://www.alonon.net/tag/kubuntu/" title="kubuntu" rel="tag">kubuntu</a>, <a href="http://www.alonon.net/tag/localhost/" title="localhost" rel="tag">localhost</a>, <a href="http://www.alonon.net/tag/mysql/" title="mysql" rel="tag">mysql</a>, <a href="http://www.alonon.net/tag/php/" title="Php" rel="tag">Php</a>, <a href="http://www.alonon.net/tag/phpmyadmin/" title="phpmyadmin" rel="tag">phpmyadmin</a>, <a href="http://www.alonon.net/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.alonon.net/ubuntu-install-gd-support-for-apach/" title="Ubuntu install GD support for apache (December 11, 2009)">Ubuntu install GD support for apache</a> (0)</li>
	<li><a href="http://www.alonon.net/mysql_insert_id/" title="mysql_insert_id (January 25, 2009)">mysql_insert_id</a> (0)</li>
	<li><a href="http://www.alonon.net/installing-apache-php-and-mysql-on-pardus/" title="installing apache php and mysql on Pardus (November 13, 2008)">installing apache php and mysql on Pardus</a> (0)</li>
	<li><a href="http://www.alonon.net/user-groups-and-users-in-ubuntu/" title="User groups and Users in Ubuntu (March 16, 2010)">User groups and Users in Ubuntu</a> (0)</li>
	<li><a href="http://www.alonon.net/unlimited-subcategory-with-adjacency-list-model/" title="Unlimited Subcategory with Adjacency List Model (February 1, 2009)">Unlimited Subcategory with Adjacency List Model</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/install-php-apache-mysql-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>installing apache php and mysql on Pardus</title>
		<link>http://www.alonon.net/installing-apache-php-and-mysql-on-pardus/</link>
		<comments>http://www.alonon.net/installing-apache-php-and-mysql-on-pardus/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 15:37:08 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[pardus]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=8</guid>
		<description><![CDATA[Open console and write pisi update-repo sudo pisi it apache mysql-server mod_php sudo mysql_install_db sudo service mysql-server on sudo service apache on After you should restart your comptuter Test &#60;?php echo &#8220;Hello World&#8221;; ?&#62; save this as test.php and copy /var/www/localhost/htdocs/ write firefox http://localhost/test.php if you do eveything correct,  you will see hello world on &#8230; <a href="http://www.alonon.net/installing-apache-php-and-mysql-on-pardus/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Open console and write</p>
<blockquote>
<ul>
<li>pisi update-repo</li>
<li>sudo pisi it apache mysql-server mod_php</li>
<li>sudo mysql_install_db</li>
<li>sudo service mysql-server on</li>
<li>sudo service apache on</li>
</ul>
</blockquote>
<p>After you should restart your comptuter</p>
<p>Test</p>
<p>&lt;?php</p>
<p>echo &#8220;Hello World&#8221;;</p>
<p>?&gt;</p>
<p>save this as test.php and copy /var/www/localhost/htdocs/</p>
<p>write firefox http://localhost/test.php</p>
<p>if you do eveything correct,  you will see hello world on page</p>

	Tags: <a href="http://www.alonon.net/tag/apache/" title="apache" rel="tag">apache</a>, <a href="http://www.alonon.net/tag/pardus/" title="pardus" rel="tag">pardus</a>, <a href="http://www.alonon.net/tag/php/" title="Php" rel="tag">Php</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.alonon.net/ubuntu-install-gd-support-for-apach/" title="Ubuntu install GD support for apache (December 11, 2009)">Ubuntu install GD support for apache</a> (0)</li>
	<li><a href="http://www.alonon.net/install-php-apache-mysql-phpmyadmin/" title="install php apache mysql phpmyadmin (January 1, 2009)">install php apache mysql phpmyadmin</a> (3)</li>
	<li><a href="http://www.alonon.net/unlimited-subcategory-with-adjacency-list-model/" title="Unlimited Subcategory with Adjacency List Model (February 1, 2009)">Unlimited Subcategory with Adjacency List Model</a> (8)</li>
	<li><a href="http://www.alonon.net/some-tips-for-pardus/" title="Some tips for Pardus (March 11, 2009)">Some tips for Pardus</a> (0)</li>
	<li><a href="http://www.alonon.net/notice-use-of-undefined-constantvariable/" title="Notice: Use of undefined constant/variable (March 12, 2010)">Notice: Use of undefined constant/variable</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/installing-apache-php-and-mysql-on-pardus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
