-
Archives
- August 2010
- June 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- September 2009
- August 2009
- January 2009
- October 2008
- February 2008
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- June 2006
- May 2006
-
Meta
Tag Archives: mod_extforward
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
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