Tag Archives: lighttpd

mod_extforward for lighttpd 1.5 r2994

Lighttpd team roll out a prerelease of 1.5 r2294, get it here(http://blog.lighttpd.net/articles/2008/08/20/new-prereleases-1-4-20-r2294-and-1-5-r2294). I modified mod_extforward to make it work with it (some constants changed since last prerelease). orz to the author of mod_extforward, great kxn. see att for patch. lighttpd-150-r2294-mod_extforward

Posted in Default | Tagged , | Leave a comment

lighttpd 1.5.0 pr on Debian sid step by step

Download: http://www.lighttpd.net/download/lighttpd-1.5.0-r1857.tar.gz Prerequisites: sudo aptitude install libglib2.0-dev libpcre3-dev zlib1g-dev libaio-dev libbz2-dev automake1.9 Configure: ./configure –prefix={yourprefix} Build: make clean install Run: {yourprefix}/sbin/lighttpd –f {yourprefix}/etc/lighttpd.conf More: I modified mod_extforward to make it compatible with 1.5.0 pre-release Patch: cd your-path-to-source/lighttpd-1.5.0/ patch -p1 < … Continue reading

Posted in Default | Tagged , | Leave a comment

Lighttpd url-redirect for WordPress Permlink changes

I changed my wordpress blog entry permlink format. But some link to my blog exists on Internet doesn’t work which results in a HTTP 404 error. Why redirect is better then rewrite Someone may have the same question, but take it … Continue reading

Posted in Default | Tagged , | 1 Comment

Configure nginx as front-end web server

I’ve been using lighttpd for a long time, it’s faster and stable. But 1.4.x series of lighttpd lacks some features I need: powerful proxy mod, dav_svn mod, real IP extract (as mod_extract_forwarded in apache). Most of the bandwidth of feuvan.net … Continue reading

Posted in Default | Tagged , | 2 Comments