Categories
Recent Comments
Twitter
- วันนี้มันอะไรกัน ชนะทั้งรถ ชนะทั้งบอล #fb 2010/06/27
Archives
Tag Archives: lighttpd
Install Lighttpd and Subversion on Debian Lenny
Introduction This article is a step-by-step guide for installing Lighttpd (pronounced lighty) and Subversion on Debian Lenny. My previous setup was Subversion with Apache, however Apache was too heavy for my virtual private server so I had to move to Lighttpd. Most resources from the previous article are used in this article as well. Sadly, [...]
WordPress Pretty Permalinks on Lighttpd
At some point in your WordPress-life, you need a pretty permalink (name of the link at the navigation bar). On Apache we can easily use the rewrite module (mod_rewrite) which works pretty well. On the other hand, I found it confusing to make the equivalent rewrite rule on Lighttpd, therefore I use the other module [...]
Trac Served by Lighttpd on Debian Lenny