Tag Archives: lighttpd

Trac Served by Lighttpd on Debian Lenny

Last week I found a very nice Trac+Lighttpd tutorial at landschoff.net. It was comprehensive and practical, however, I found that the configuration part does not fit my demand. Generally, Trac is installed for each project we need to put online. Sadly though, programmers are low-paid, so one domain name may contain more than one projects. [...]
Posted in How-to | Also tagged , , | Leave a comment

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, [...]
Posted in How-to | Also tagged , , , , | Leave a comment

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 [...]
Posted in How-to | Also tagged , , , | Leave a comment