<?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; web server</title>
	<atom:link href="http://doing.liduan.com/tag/web-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://doing.liduan.com</link>
	<description>Record and Store</description>
	<lastBuildDate>Sat, 29 Oct 2011 11:13:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<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>/usr/bin/mysqladmin -u root password &#8216;n &#8230;</title>
		<link>http://doing.liduan.com/2009/05/27/usrbinmysqladmin-u-root-password-n/</link>
		<comments>http://doing.liduan.com/2009/05/27/usrbinmysqladmin-u-root-password-n/#comments</comments>
		<pubDate>Wed, 27 May 2009 22:06:49 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/27/usrbinmysqladmin-u-root-password-n/</guid>
		<description><![CDATA[/usr/bin/mysqladmin -u root password &#8216;new-password&#8217; /usr/bin/mysqladmin -u root -h myhost password &#8216;new-password&#8217; mysql -p -u root]]></description>
			<content:encoded><![CDATA[<p>/usr/bin/mysqladmin -u root password &#8216;new-password&#8217;<br />
/usr/bin/mysqladmin -u root -h myhost password &#8216;new-password&#8217;</p>
<p>mysql -p -u root</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/27/usrbinmysqladmin-u-root-password-n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>install samba in arch linux:  pacman &#8211; &#8230;</title>
		<link>http://doing.liduan.com/2009/05/27/install-samba-in-arch-linuxpacman/</link>
		<comments>http://doing.liduan.com/2009/05/27/install-samba-in-arch-linuxpacman/#comments</comments>
		<pubDate>Wed, 27 May 2009 21:11:19 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/27/install-samba-in-arch-linuxpacman/</guid>
		<description><![CDATA[install samba in arch linux: $pacman -S samba $cp /etc/samba/smb.conf.default /etc/samba/smb.conf $adduser -d /home/&#60;user dir&#62; -m &#60;user name&#62; $passwd &#60;user name&#62; $smbpasswd -a &#60;user name&#62; add two lines in to /etc/samba/smb.conf netbios name = archsmb encrypt passwords = yes [homes] browseable = yes writable = yes then: $/etc/rc.d/samba start $smbclient -L localhost -U &#60;user name&#62;]]></description>
			<content:encoded><![CDATA[<p>install samba in arch linux:</p>
<p>$pacman -S samba</p>
<p>$cp /etc/samba/smb.conf.default /etc/samba/smb.conf</p>
<p>$adduser -d /home/&lt;user dir&gt; -m &lt;user name&gt;</p>
<p>$passwd &lt;user name&gt;</p>
<p>$smbpasswd -a &lt;user name&gt;</p>
<p>add two lines in to /etc/samba/smb.conf</p>
<p>netbios name = archsmb</p>
<p>encrypt passwords = yes</p>
<p>[homes]</p>
<p>browseable = yes</p>
<p>writable = yes</p>
<p>then:</p>
<p>$/etc/rc.d/samba start</p>
<p>$smbclient -L localhost -U &lt;user name&gt;</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/27/install-samba-in-arch-linuxpacman/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>install lighttpd php fcgi and mysql.   &#8230;</title>
		<link>http://doing.liduan.com/2009/05/16/install-lighttpd-php-fcgi-and-mysql/</link>
		<comments>http://doing.liduan.com/2009/05/16/install-lighttpd-php-fcgi-and-mysql/#comments</comments>
		<pubDate>Sat, 16 May 2009 22:34:21 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/16/install-lighttpd-php-fcgi-and-mysql/</guid>
		<description><![CDATA[install lighttpd php fcgi and mysql. pacman -Ss search pacman -S lighttpd php fcgi mysql samba perl-cgi]]></description>
			<content:encoded><![CDATA[<p>install lighttpd php fcgi and mysql.</p>
<p>pacman -Ss search</p>
<p>pacman -S lighttpd php fcgi mysql samba perl-cgi</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/16/install-lighttpd-php-fcgi-and-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tutorial for using Google App Engine con &#8230;</title>
		<link>http://doing.liduan.com/2008/11/23/tutorial-for-using-google-app-engine-con/</link>
		<comments>http://doing.liduan.com/2008/11/23/tutorial-for-using-google-app-engine-con/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 21:58:43 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google app engine]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/23/tutorial-for-using-google-app-engine-con/</guid>
		<description><![CDATA[tutorial for using Google App Engine connect mysql server.]]></description>
			<content:encoded><![CDATA[<p>tutorial for <a title="Porting legacy databases to Google App Engine - using Google App Engine connect mysql server" href="http://thomas.broxrost.com/2008/06/15/porting-legacy-databases-to-google-app-engine/">using Google App Engine connect mysql server</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/23/tutorial-for-using-google-app-engine-con/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>method of communication between flash an &#8230;</title>
		<link>http://doing.liduan.com/2008/11/23/method-of-communication-between-flash-an/</link>
		<comments>http://doing.liduan.com/2008/11/23/method-of-communication-between-flash-an/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 21:06:34 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/23/method-of-communication-between-flash-an/</guid>
		<description><![CDATA[method of communication between flash and php(asp, jsp, pysp,ruby): 1. a little bit data: using loadVariables(flash 4 up), getURL(Flash 4 up), loadvars(flash 6 up), send request to http server example of getURL(&#8220;http://some?some=some&#038;#8221;) 2. much more data example of array and object, using xml. php can product a xml file, using actionscript read xml file.]]></description>
			<content:encoded><![CDATA[<p>method of communication between flash and php(asp, jsp, pysp,ruby):<br />
1. a little bit data: using loadVariables(flash 4 up), getURL(Flash 4 up), loadvars(flash 6 up), send request to http server example of getURL(&#8220;<a href="http://some?some=some&#038;#8221" rel="nofollow">http://some?some=some&#038;#8221</a>;)</p>
<p>2. much more data example of array and object, using xml. php can product a xml file, using actionscript read xml file.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/23/method-of-communication-between-flash-an/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using Loader and Label, insert external  &#8230;</title>
		<link>http://doing.liduan.com/2008/11/23/using-loader-and-label-insert-external/</link>
		<comments>http://doing.liduan.com/2008/11/23/using-loader-and-label-insert-external/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 20:52:24 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/23/using-loader-and-label-insert-external/</guid>
		<description><![CDATA[using Loader and Label, insert external picture and text. the picture url and text can from xml producted by php or any other server side script.]]></description>
			<content:encoded><![CDATA[<p>using Loader and Label, insert external picture and text.<br />
the picture url and text can from xml producted by php or any other server side script.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/23/using-loader-and-label-insert-external/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flash actionscript2 can load server site &#8230;</title>
		<link>http://doing.liduan.com/2008/11/22/flash-actionscript2-can-load-server-site/</link>
		<comments>http://doing.liduan.com/2008/11/22/flash-actionscript2-can-load-server-site/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 14:22:02 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/22/flash-actionscript2-can-load-server-site/</guid>
		<description><![CDATA[flash actionscript2 can load server site xml file. include xml producted by php.]]></description>
			<content:encoded><![CDATA[<p>flash actionscript2 can load server site xml file. include xml producted by php.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/22/flash-actionscript2-can-load-server-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I found flash only can load local xml fi &#8230;</title>
		<link>http://doing.liduan.com/2008/11/22/i-found-flash-only-can-load-local-xml-fi/</link>
		<comments>http://doing.liduan.com/2008/11/22/i-found-flash-only-can-load-local-xml-fi/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 13:54:43 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/22/i-found-flash-only-can-load-local-xml-fi/</guid>
		<description><![CDATA[I found flash only can load local xml file, try to load a xml file from web server.]]></description>
			<content:encoded><![CDATA[<p>I found flash only can load local xml file, try to load a xml file from web server. </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/22/i-found-flash-only-can-load-local-xml-fi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>web.py and lighttpd is full work current &#8230;</title>
		<link>http://doing.liduan.com/2008/11/21/webpy-and-lighttpd-is-full-work-current/</link>
		<comments>http://doing.liduan.com/2008/11/21/webpy-and-lighttpd-is-full-work-current/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 13:54:16 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[quixote]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/21/webpy-and-lighttpd-is-full-work-current/</guid>
		<description><![CDATA[web.py and lighttpd is full work currently.]]></description>
			<content:encoded><![CDATA[<p>web.py and lighttpd is full work currently. <img src='http://doing.liduan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/21/webpy-and-lighttpd-is-full-work-current/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>quixote and lighttpd is fully work curre &#8230;</title>
		<link>http://doing.liduan.com/2008/11/21/quixote-and-lighttpd-is-fully-work-curre/</link>
		<comments>http://doing.liduan.com/2008/11/21/quixote-and-lighttpd-is-fully-work-curre/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 13:40:01 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[quixote]]></category>
		<category><![CDATA[scgi]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/21/quixote-and-lighttpd-is-fully-work-curre/</guid>
		<description><![CDATA[quixote and lighttpd is fully work currendly.]]></description>
			<content:encoded><![CDATA[<p>quixote and lighttpd is fully work currendly. <img src='http://doing.liduan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/21/quixote-and-lighttpd-is-fully-work-curre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>try web.py with lighttpd.</title>
		<link>http://doing.liduan.com/2008/11/21/try-webpy-with-lighttpd/</link>
		<comments>http://doing.liduan.com/2008/11/21/try-webpy-with-lighttpd/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 13:17:21 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[web.py]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/21/try-webpy-with-lighttpd/</guid>
		<description><![CDATA[try web.py with lighttpd.]]></description>
			<content:encoded><![CDATA[<p>try <a title="web.py is a web framework for python that is as simple as it is powerful." href="http://webpy.org/">web.py</a> with lighttpd.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/21/try-webpy-with-lighttpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have enabled mysql service in vps serv &#8230;</title>
		<link>http://doing.liduan.com/2008/11/20/i-have-enabled-mysql-service-in-vps-serv/</link>
		<comments>http://doing.liduan.com/2008/11/20/i-have-enabled-mysql-service-in-vps-serv/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 16:58:20 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dit]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/20/i-have-enabled-mysql-service-in-vps-serv/</guid>
		<description><![CDATA[I have enabled mysql service in vps server. but I hate it. this service use more than 64MB memory!!!]]></description>
			<content:encoded><![CDATA[<p>I have enabled mysql service in vps server. but I hate it. this service use more than 64MB memory!!!</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/20/i-have-enabled-mysql-service-in-vps-serv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>quixote and scgi example(chiese)
1. 1
 &#8230;</title>
		<link>http://doing.liduan.com/2008/11/20/quixote-and-scgi-examplechiese1-1/</link>
		<comments>http://doing.liduan.com/2008/11/20/quixote-and-scgi-examplechiese1-1/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 16:44:52 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dit]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[quixote]]></category>
		<category><![CDATA[scgi]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/20/quixote-and-scgi-examplechiese1-1/</guid>
		<description><![CDATA[quixote and scgi example(chiese) 1. 1 2. 2]]></description>
			<content:encoded><![CDATA[<p>quixote and scgi example(chiese)<br />
1. <a href="http://www.apolov.com/html/2008/07/15/1216091040.html">1</a><br />
2. <a href="http://code.google.com/p/openbookproject/source/browse/trunk/LovelyPython/PCS/pcs-304/AbtQuixote.moin?spec=svn1942&#038;r=1942">2</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/20/quixote-and-scgi-examplechiese1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>try to enable python quixote with scgi o &#8230;</title>
		<link>http://doing.liduan.com/2008/11/20/try-to-enable-python-quixote-with-scgi-o/</link>
		<comments>http://doing.liduan.com/2008/11/20/try-to-enable-python-quixote-with-scgi-o/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 15:53:13 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dit]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[quixote]]></category>
		<category><![CDATA[scgi]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/20/try-to-enable-python-quixote-with-scgi-o/</guid>
		<description><![CDATA[try to enable python quixote with scgi on lighttpd. get python-quixote get python-scgi]]></description>
			<content:encoded><![CDATA[<p>try to enable python quixote with scgi on lighttpd.<br />
get python-quixote<br />
get python-scgi</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/20/try-to-enable-python-quixote-with-scgi-o/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fails to connect remote mysql server, I  &#8230;</title>
		<link>http://doing.liduan.com/2008/11/20/fails-to-connect-remote-mysql-server-i/</link>
		<comments>http://doing.liduan.com/2008/11/20/fails-to-connect-remote-mysql-server-i/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 15:27:09 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dit]]></category>
		<category><![CDATA[DIT firewall]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/20/fails-to-connect-remote-mysql-server-i/</guid>
		<description><![CDATA[fails to connect remote mysql server, I think mysql server port 3306 has been blocked by DIT firewall.]]></description>
			<content:encoded><![CDATA[<p>fails to connect remote mysql server, I think mysql server port 3306 has been blocked by DIT firewall. </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/20/fails-to-connect-remote-mysql-server-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>clean ubuntu package cache:sudo apt-ge &#8230;</title>
		<link>http://doing.liduan.com/2008/11/20/clean-ubuntu-package-cachesudo-apt-ge/</link>
		<comments>http://doing.liduan.com/2008/11/20/clean-ubuntu-package-cachesudo-apt-ge/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 10:23:44 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[summary]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/20/clean-ubuntu-package-cachesudo-apt-ge/</guid>
		<description><![CDATA[clean ubuntu package cache: sudo apt-get autoclean sudo apt-get clean sudo apt-get autoremove clean isolated package sudo apt-get install deborphan -y]]></description>
			<content:encoded><![CDATA[<p>clean ubuntu package cache:<br />
sudo apt-get autoclean<br />
sudo apt-get clean<br />
sudo apt-get autoremove</p>
<p>clean isolated package<br />
sudo apt-get install deborphan -y</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/20/clean-ubuntu-package-cachesudo-apt-ge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>quick start lighttpd with php in ubuntu</title>
		<link>http://doing.liduan.com/2008/11/19/quick-start-lighttpd-with-php-in-ubuntu/</link>
		<comments>http://doing.liduan.com/2008/11/19/quick-start-lighttpd-with-php-in-ubuntu/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 17:04:22 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[summary]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/19/110/</guid>
		<description><![CDATA[quick start lighttpd with php in ubuntu(summary): 1. apt-get install lighttpd 2. apt-get install php5 3. apt-get install php5-cgi 4. apt-get install ligfcgi-dev 5. lighty-enable-mod fastcgi 6. /etc/init.d/lighttpd restart ok create a php file in /var/www  and open in you browser to test it.]]></description>
			<content:encoded><![CDATA[<p>quick start lighttpd with php in ubuntu(summary):<br />
1. apt-get install lighttpd<br />
2. apt-get install php5<br />
3. apt-get install php5-cgi<br />
4. apt-get install ligfcgi-dev<br />
5. lighty-enable-mod fastcgi<br />
6. /etc/init.d/lighttpd restart</p>
<p>ok create a php file in /var/www  and open in you browser to test it.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/19/quick-start-lighttpd-with-php-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php5-common is allready
php5-gd ok
php &#8230;</title>
		<link>http://doing.liduan.com/2008/11/19/php5-common-is-allreadyphp5-gd-okphp/</link>
		<comments>http://doing.liduan.com/2008/11/19/php5-common-is-allreadyphp5-gd-okphp/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 12:59:06 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dit]]></category>
		<category><![CDATA[php module]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/19/php5-common-is-allreadyphp5-gd-okphp/</guid>
		<description><![CDATA[php5-common is allready php5-gd ok php5-gmp ok php5-mysql ok php5-pgsql ok php5-pspell ok php5-mhash ok php5-xmlrpc ok php5-xsl ok]]></description>
			<content:encoded><![CDATA[<p>php5-common is allready<br />
php5-gd ok<br />
php5-gmp ok<br />
php5-mysql ok<br />
php5-pgsql ok<br />
php5-pspell ok<br />
php5-mhash ok<br />
php5-xmlrpc ok<br />
php5-xsl ok</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/19/php5-common-is-allreadyphp5-gd-okphp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>try to enable some module of php5: php5 &#8230;</title>
		<link>http://doing.liduan.com/2008/11/19/try-to-enable-some-module-of-php5php5/</link>
		<comments>http://doing.liduan.com/2008/11/19/try-to-enable-some-module-of-php5php5/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 12:52:22 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dit]]></category>
		<category><![CDATA[php module]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/19/try-to-enable-some-module-of-php5php5/</guid>
		<description><![CDATA[try to enable some module of php5: php5-common php5-gd php5-gmp php5-mysql php5-pgsql php5-pspell php5-mhash php5-xmlrpc php5-xsl]]></description>
			<content:encoded><![CDATA[<p>try to enable some module of php5:<br />
php5-common<br />
php5-gd<br />
php5-gmp<br />
php5-mysql<br />
php5-pgsql<br />
php5-pspell<br />
php5-mhash<br />
php5-xmlrpc<br />
php5-xsl</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/19/try-to-enable-some-module-of-php5php5/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>
		<item>
		<title>tow useful tutorial about lighttpd + php &#8230;</title>
		<link>http://doing.liduan.com/2008/11/18/tow-useful-tutorial-about-lighttpd-php/</link>
		<comments>http://doing.liduan.com/2008/11/18/tow-useful-tutorial-about-lighttpd-php/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 14:59:56 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/18/tow-useful-tutorial-about-lighttpd-php/</guid>
		<description><![CDATA[tow useful tutorial about lighttpd + php configuration. 1. Lighttpd PHP fastcgi configuration 2. Setting up PHP with Lighttpd]]></description>
			<content:encoded><![CDATA[<p>tow useful tutorial about lighttpd + php configuration. 1. <a title="Lighttpd PHP fastcgi configuration" href="http://www.cyberciti.biz/tips/lighttpd-php-fastcgi-configuration.html">Lighttpd PHP fastcgi configuration</a><br />
2. <a title="Setting up PHP with Lighttpd" href="http://redmine.lighttpd.net/wiki/lighttpd/TutorialLighttpdAndPHP#Configuration">Setting up PHP with Lighttpd</a></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/18/tow-useful-tutorial-about-lighttpd-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>two more new feature have been add to my &#8230;</title>
		<link>http://doing.liduan.com/2008/11/18/two-more-new-feature-have-been-add-to-my/</link>
		<comments>http://doing.liduan.com/2008/11/18/two-more-new-feature-have-been-add-to-my/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 14:56:12 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/18/two-more-new-feature-have-been-add-to-my/</guid>
		<description><![CDATA[two more new feature have been add to my vps, they are PHP5, php-cgi and fastcgi. I still setup for lighttpd + php for web server.]]></description>
			<content:encoded><![CDATA[<p>two more new feature have been add to my vps, they are PHP5, php-cgi and fastcgi. I still setup for lighttpd + php for web server.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/18/two-more-new-feature-have-been-add-to-my/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nginx, a lightweight http server proxy,  &#8230;</title>
		<link>http://doing.liduan.com/2008/10/27/nginx-a-lightweight-http-server-proxy/</link>
		<comments>http://doing.liduan.com/2008/10/27/nginx-a-lightweight-http-server-proxy/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 17:55:56 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[email server]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/10/27/nginx-a-lightweight-http-server-proxy/</guid>
		<description><![CDATA[nginx, a lightweight http server proxy, it also support email proxy. it is developed by Russian programmer. by the way, nginx using BSD-like license. lighttpd also is a lightweight http proxy, but lighttpd doesn&#8217;t support email proxy.]]></description>
			<content:encoded><![CDATA[<p><a title="nginx http server proxy" href="nginx.net">nginx</a>, a lightweight http server proxy, it also support email proxy. it is developed by Russian programmer.  by the way, nginx using BSD-like license.</p>
<p><a title="light http server proxy" href="lighttpd.org">lighttpd</a> also is a lightweight http proxy, but lighttpd doesn&#8217;t support email proxy. </p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/10/27/nginx-a-lightweight-http-server-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

