<?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>Sat, 04 Feb 2012 07:23:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>

   <image>
    <title>Open source blog, linux, php, python, security</title>
    <url>http://0.gravatar.com/avatar/5152c5736f5f8dd9570ffb2f9068e8ab.png?s=48</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]]></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>
]]></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]]></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>
]]></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>
]]></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>

