<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>FreeBSD Server Administration</title>
<link>http://www.freebsdblog.org/</link>
<description></description>
<language>en-us</language>
<copyright>Copyright 2008</copyright>
<lastBuildDate>Sat, 08 Mar 2008 13:53:10 +0100</lastBuildDate>
<pubDate>Fri, 09 May 2008 01:37:05 +0100</pubDate>
<generator>http://www.movabletype.org/?v=3.01D</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 

<item>
<title>Upgrade to PHP 5 and MySQL 5</title>
<description>There is really no any reason to continue using PHP 4 and MySQL 4 except being lazy. The upgrade was quite smooth and took about 1.5 hours including compiling time. Upgrade MySQL 4.0.27 to MySQL 5.0.51a This guide explained it...</description>
<link>http://www.freebsdblog.org/archives/2008/03/upgrade_to_php.html</link>
<guid>http://www.freebsdblog.org/archives/2008/03/upgrade_to_php.html</guid>
<category>PHP</category>
<pubDate>Sat, 08 Mar 2008 13:53:10 +0100</pubDate>
</item>
<item>
<title>Happy Chinese New Year</title>
<description>Today is the Chinese New Year&apos;s Eve, welcome to the Year of Rat! I wish everyone a happy and fruitful new year!...</description>
<link>http://www.freebsdblog.org/archives/2008/02/happy_chinese_n.html</link>
<guid>http://www.freebsdblog.org/archives/2008/02/happy_chinese_n.html</guid>
<category>Misc</category>
<pubDate>Wed, 06 Feb 2008 07:32:24 +0100</pubDate>
</item>
<item>
<title>Confusing Server Debug in Eclipse</title>
<description>The server debug (Debug as PHP web page) in Eclipse is quite confusing. For example: - It always opens the browser despite the setting &apos;Open in Browser&apos; is unchecked. - The Apache error often pops up without a clue. It...</description>
<link>http://www.freebsdblog.org/archives/2008/02/confusing_serve.html</link>
<guid>http://www.freebsdblog.org/archives/2008/02/confusing_serve.html</guid>
<category>My PHP Journey</category>
<pubDate>Tue, 05 Feb 2008 13:25:47 +0100</pubDate>
</item>
<item>
<title>Eclipse</title>
<description>PDT User Guide in the help manual is very helpful, I followed its &apos;Basic Tutorials&apos; smoothly until I tried the debug part. The server debug configuration is confusing to me. After lots of attempts, I finally got Eclipse working with...</description>
<link>http://www.freebsdblog.org/archives/2008/02/eclipse.html</link>
<guid>http://www.freebsdblog.org/archives/2008/02/eclipse.html</guid>
<category>My PHP Journey</category>
<pubDate>Mon, 04 Feb 2008 17:23:04 +0100</pubDate>
</item>
<item>
<title>My PHP Journey</title>
<description>As a long time C++ and Java developer, I have managed to modify/debug some PHP scripts with the help of PHP manual, but never spent time learning it. I don&apos;t dare to start a PHP project without systematic learning. The...</description>
<link>http://www.freebsdblog.org/archives/2008/02/my_php_journey.html</link>
<guid>http://www.freebsdblog.org/archives/2008/02/my_php_journey.html</guid>
<category>My PHP Journey</category>
<pubDate>Mon, 04 Feb 2008 07:31:38 +0100</pubDate>
</item>
<item>
<title>Portsnap</title>
<description>Portsnap is another tool for updating Ports tree, compared to CVSup, it&apos;s more secure, faster and easier to use. You should give it a shot, especially when you build a new server. Update ports tree # portsnap fetch update For...</description>
<link>http://www.freebsdblog.org/archives/2006/04/portsnap.html</link>
<guid>http://www.freebsdblog.org/archives/2006/04/portsnap.html</guid>
<category>Command &amp; Utility</category>
<pubDate>Thu, 20 Apr 2006 16:03:39 +0100</pubDate>
</item>
<item>
<title>Install a Proxy Server - Privoxy</title>
<description>Occasionally, some websites are unreachable due to weird network problems. Setting up a proxy server on our own server would be a very convenient solution, it&apos;s also safer than using a proxy which we know nothing about. I tried Privoxy....</description>
<link>http://www.freebsdblog.org/archives/2006/03/install_a_proxy.html</link>
<guid>http://www.freebsdblog.org/archives/2006/03/install_a_proxy.html</guid>
<category>Misc</category>
<pubDate>Thu, 09 Mar 2006 15:48:11 +0100</pubDate>
</item>
<item>
<title>Hard Disk Problem</title>
<description><![CDATA[In the last two months, my server got the following errors occasionally (very infrequent): &gt; ad0: FAILURE - READ_DMA status=51&lt;READY,DSC,ERROR&gt; error=40&lt;UNCORRECTABLE&gt; LBA=154033791 &gt; ad0: FAILURE - READ_DMA status=51&lt;READY,DSC,ERROR&gt; error=40&lt;UNCORRECTABLE&gt; LBA=154033791 &gt; ad0: FAILURE - READ_DMA status=51&lt;READY,DSC,ERROR&gt; error=40&lt;UNCORRECTABLE&gt; LBA=154033791 &gt; ad0:...]]></description>
<link>http://www.freebsdblog.org/archives/2006/02/hard_disk_probl.html</link>
<guid>http://www.freebsdblog.org/archives/2006/02/hard_disk_probl.html</guid>
<category>Apache</category>
<pubDate>Thu, 16 Feb 2006 22:45:16 +0100</pubDate>
</item>
<item>
<title>Add GD Support for PHP</title>
<description>To enable image (JPEG/PNG) manipulation for PHP, install gd extension from ports: # cd /usr/ports/graphics/php4-gd # make install clean # apachectl graceful If a PHP script needs gd module but can&apos;t find it, it will display the following error: Fatal...</description>
<link>http://www.freebsdblog.org/archives/2006/02/add_gd_support.html</link>
<guid>http://www.freebsdblog.org/archives/2006/02/add_gd_support.html</guid>
<category>PHP</category>
<pubDate>Wed, 15 Feb 2006 22:53:36 +0100</pubDate>
</item>
<item>
<title>MySQL Start Script</title>
<description>I installed mysql-server-4.0.21 when I got the server more than one year ago. Although MySQL 4.0 (4.0.26 as for now) only released small patches thereafter, the start script for FreeBSD has made significant changes: 1. Must enable MySQL in /etc/rc.conf....</description>
<link>http://www.freebsdblog.org/archives/2006/02/mysql_start_scr.html</link>
<guid>http://www.freebsdblog.org/archives/2006/02/mysql_start_scr.html</guid>
<category>MySQL</category>
<pubDate>Wed, 15 Feb 2006 18:33:04 +0100</pubDate>
</item>
<item>
<title>PHP Upgrade</title>
<description><![CDATA[Upgrading PHP may affect installed PHP modules. For example, a PHP script reported the following error after I upgraded PHP: PHP Warning: Unknown(): Unable to load dynamic library '/usr/local/lib/php/20020429/xml.so' - Shared object &quot;libexpat.so.5&quot; not found, required by &quot;xml.so&quot; in Unknown...]]></description>
<link>http://www.freebsdblog.org/archives/2006/02/php_upgrade.html</link>
<guid>http://www.freebsdblog.org/archives/2006/02/php_upgrade.html</guid>
<category>PHP</category>
<pubDate>Wed, 15 Feb 2006 01:21:03 +0100</pubDate>
</item>
<item>
<title>Mambo Revisited</title>
<description>I tried Mambo a while ago and it&apos;s always causing a fatal error &quot;httpd exited on signal 11&quot;. Finally I took the time to upgrade all vulnerable packages reported by portaudit and gave Mambo another try, the latest version 4.5.3...</description>
<link>http://www.freebsdblog.org/archives/2006/02/mambo_revisited.html</link>
<guid>http://www.freebsdblog.org/archives/2006/02/mambo_revisited.html</guid>
<category>PHP</category>
<pubDate>Wed, 15 Feb 2006 01:00:36 +0100</pubDate>
</item>
<item>
<title>Update AwStats with Cron Job</title>
<description>In the next few days, I will try to automate the server maintenance as much as possible - ideally, I don&apos;t have to logon the server for months if I don&apos;t want to. Summer is coming :-). I know little...</description>
<link>http://www.freebsdblog.org/archives/2006/02/update_awstats.html</link>
<guid>http://www.freebsdblog.org/archives/2006/02/update_awstats.html</guid>
<category>Apache</category>
<pubDate>Fri, 10 Feb 2006 01:05:58 +0100</pubDate>
</item>
<item>
<title>301 Redirect</title>
<description>Just want to post a follow-up to my previous post. After I updated the domain configurations, all my sites have been re-indexed by Google. I strongly suggest you configure your domains this way....</description>
<link>http://www.freebsdblog.org/archives/2006/01/301_redirect.html</link>
<guid>http://www.freebsdblog.org/archives/2006/01/301_redirect.html</guid>
<category>Apache</category>
<pubDate>Thu, 19 Jan 2006 00:45:13 +0100</pubDate>
</item>
<item>
<title>Apache and Google</title>
<description>This post is more about Google, but I think it&apos;s very important and I should mention it. Let me use this blog as an example to explain the problem. This blog can be accessed by typing freebsdblog.org or www.freebsdblog.org in...</description>
<link>http://www.freebsdblog.org/archives/2006/01/apache_and_goog_1.html</link>
<guid>http://www.freebsdblog.org/archives/2006/01/apache_and_goog_1.html</guid>
<category>Apache</category>
<pubDate>Fri, 13 Jan 2006 17:36:41 +0100</pubDate>
</item>


</channel>
</rss>