<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="0.92">
<channel>
	<title>Dryice Liu's Blog</title>
	<link>http://dryice.name/blog</link>
	<description></description>
	<lastBuildDate>Tue, 31 Aug 2010 12:01:11 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>File based virtual user settings for Vsftpd on FreeBSD</title>
		<description>I've done this before with the help of a very good blog entry. But when I tried to do the same thing today I can't find that page. So I decide to write this down, in case I'll need it later.

The most problem of setting up Vsftpd with file based ...</description>
		<link>http://dryice.name/blog/freebsd/file-based-virtual-user-settings-for-vsftpd-on-freebsd/</link>
			</item>
	<item>
		<title>Use Pretty Permalinks on Lighttpd</title>
		<description> Well on the WordPress site they said the Pretty Permalinks like
/category/title is only available on Apache. Well this is definitely
not true as long as you know your web server.

Here is how I made it with Lighttpd, and some tips to keep my original
rss link.

My original rss link is http://dryice.name/blog/index.rss. The ...</description>
		<link>http://dryice.name/blog/wordpress/use-pretty-permalinks-on-lighttpd/</link>
			</item>
	<item>
		<title>don&#8217;t use USE_APACHE in /etc/make.conf</title>
		<description>When updating www/mod_scgi to 1.11 today, I found the variable USE_APACHE could use version numbers.

However, after placing it in my /etc/make.conf to replace the old WITH_APACHE2, I got an error message whenever I install a port:


Max recursion level (500) exceeded.: Resource temporarily unavailable


After some googling I found this variable should ...</description>
		<link>http://dryice.name/blog/freebsd/dont-use-use_apache-in-etcmakeconf/</link>
			</item>
	<item>
		<title>mason doesn&#8217;t work</title>
		<description>This is because of the mod_perl2 changes. I know it but don't know how to fix it. :(

Share This
 </description>
		<link>http://dryice.name/blog/freebsd/mason-doesnt-work/</link>
			</item>
	<item>
		<title>The &#34;PT&#34; flag of mod_rewrite</title>
		<description>'passthrough&#124;PT' (pass through to next handler)

This flag forces the rewriting engine to set the uri field of the internal request_rec structure to the value of the filename field. This flag is just a hack to be able to post-process the output of RewriteRule directives by Alias, ScriptAlias, Redirect, etc. directives ...</description>
		<link>http://dryice.name/blog/freebsd/the-pt-flag-of-mod_rewrite/</link>
			</item>
	<item>
		<title>Disable apache directory listing</title>
		<description>The easiest way is to disable the autoindex module, by comment out the following line in apach config file


LoadModule autoindex_module libexec/apache2/mod_autoindex.so


Hmm, how could I forget this?

This way we even same some RAMs :)

Share This
 </description>
		<link>http://dryice.name/blog/freebsd/disable-apache-directory-listing/</link>
			</item>
</channel>
</rss>

