<?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>Doing &#38; Done &#187; apache</title>
	<atom:link href="http://doing.liduan.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://doing.liduan.com</link>
	<description>Record and Store</description>
	<lastBuildDate>Thu, 11 Feb 2010 11:19:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>add php gd (graphics directly) support i&#8230;</title>
		<link>http://doing.liduan.com/2009/09/01/add-php-gd-graphics-directly-support-i/</link>
		<comments>http://doing.liduan.com/2009/09/01/add-php-gd-graphics-directly-support-i/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 15:26:44 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[php5-gd]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/09/01/add-php-gd-graphics-directly-support-i/</guid>
		<description><![CDATA[add php gd (graphics directly) support in ubuntu

#sudo apt-get install php5-gd

then, restart web service

#sudo service lighttpd restart //or
#sudo service apache2 restart
]]></description>
			<content:encoded><![CDATA[<p>add php gd (graphics directly) support in ubuntu</p>
<pre class="brush: php">
#sudo apt-get install php5-gd
</pre>
<p>then, restart web service</p>
<pre class="brush: php">
#sudo service lighttpd restart //or
#sudo service apache2 restart
</pre>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/09/01/add-php-gd-graphics-directly-support-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rewrite mod tutorial with some examples.</title>
		<link>http://doing.liduan.com/2009/04/05/rewrite-mod-tutorial-with-some-examples/</link>
		<comments>http://doing.liduan.com/2009/04/05/rewrite-mod-tutorial-with-some-examples/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 11:45:56 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/04/05/rewrite-mod-tutorial-with-some-examples/</guid>
		<description><![CDATA[rewrite mod tutorial with some examples.]]></description>
			<content:encoded><![CDATA[<p><a href="http://u21.me/21" target="_blank">rewrite mod tutorial with some examples</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/04/05/rewrite-mod-tutorial-with-some-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lighttpd with php configuration has been &#8230;</title>
		<link>http://doing.liduan.com/2008/11/19/lighttpd-with-php-configuration-has-been/</link>
		<comments>http://doing.liduan.com/2008/11/19/lighttpd-with-php-configuration-has-been/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 12:14:50 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/19/lighttpd-with-php-configuration-has-been/</guid>
		<description><![CDATA[lighttpd with php configuration has been finished. It speed a lots of time. but, currently, they are fully working. php with fastcgi model is better than mod_php of apache server. 
I found command &#8220;lighty-enable-mod fastcgi&#8221; is very useful in this task.]]></description>
			<content:encoded><![CDATA[<p>lighttpd with php configuration has been finished. It speed a lots of time. but, currently, they are fully working. php with fastcgi model is better than mod_php of apache server. </p>
<p>I found command &#8220;lighty-enable-mod fastcgi&#8221; is very useful in this task.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/19/lighttpd-with-php-configuration-has-been/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
