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 < lighttpd-1.5.0-pr-mod_extforward.patch
autoreconf
patch:
lighttpd-1.5.0-pr-mod_extforward.patch
Trac on lighttpd
$HTTP["host"] =~ "^trac\.lighttpd\.net" {
# alias, ...
$HTTP["url"] =~ "^/trac/" {
proxy-core.backends = ( "127.0.0.1:9090" )
proxy-core.protocol = "fastcgi"
proxy-core.rewrite-request = (
"_pathinfo" => ( "^/trac(/.*)" => "$1" ),
"_scriptname" => ( "^(/trac/)" => "$1" )
)
}
}
Some news about Age of Empires III: The Asian Dynasties
“Age of Empires III” Expands Into the Eastern World This Fall
The expansion pack will introduce gamers to Asian civilizations, a host of new gameplay features, and a new developer that will provide a unique spin to a classic favorite.
Age of Empires III: The Asian Dynasties Exclusive Q&A - The Very First Details - PC News at GameSpot
screenshots:

Update:
IGN Dynasties Interview: Some of the first information and images of the Indian civilization is now available in IGN's latest interview with Brian Reynolds! The Indians will be appearing in Age of Empires III: The Asian Dynasties, the second expansion pack for Age III, along side the Chinese and Japanese. Check out the interview and the amazing screenshots that come with it for more information.
Age of Empires III: The Asian Dynasties, We chat with Brian Reynolds about the upcoming expansion.
Update:
Box art:
http://forum.agecommunity.com/forums/thread/519445.aspx
So, let me defeat the Japz when I get the pack.
Trailers from Microsoft AgeCommunity:
A small movie of about fifty seconds was put together for E3 showing off some gameplay and cutscene footage from Age of Empires III: The Asian Dynasties! The movie comes in two sizes, and can be downloaded via the links below. We hope you enjoy this brief look at the new civilizations.
low-res: here
hi-res: here
Windows Server 2008 Core gets a new role: IIS7 Web Server
At TechEd 2007 here in Orlando, Microsoft announced that it will be adding yet another admin-selectable role option to Server Core: Internet Information Services 7.0 (IIS7), Microsoft’s Web server. “Customers will benefit from an extremely modular, low-footprint Web hosting platform on top of the already small Server Core,” Microsoft said in a press release explaining the addition. “Server Core is ideal for hosting the PHP scripting language and now runs 10 to 20 times faster than before as a result of improvements in IIS.” News of the addition met with applause by some attendees of the morning kick-off keynote here at Microsoft’s IT pro show in Orlando.
from Winbeta












