Virtual http {
    listen = 0.0.0.0:webcache
    scheduler = chttp
    startservers = 8
    maxclients = 256
    minspareservers = 6
    maxspareservers = 18
    redirect = localhost:80
    server = localhost:www 100
    rule = pattern ".*" use server localhost:www
}