User        "www-data" 
Group       "www-data" 
LogLevel    2
Alive       30

ListenHTTP
    Address 69.12.146.109
    Port    80
End

# Forward requests for www to Apache
Service
    HeadRequire "Host:.*www.tupleshop.com.*" 
    BackEnd 
        Address 127.0.0.1
        Port    8080    
    End
    Session 
        Type    BASIC   
        TTL     300     
    End
End

# Forward requests Quicktime movies to Lighttpd
Service
    URL ".*.mov"
    BackEnd 
        Address 127.0.0.1
        Port    8081    
    End
    Session 
        Type    BASIC   
        TTL     300     
    End
End

# Handle all remaining requests with Mongrel
Service
    # Catch All
    BackEnd 
        Address 127.0.0.1
        Port    9000    
    End     
    BackEnd
        Address 127.0.0.1
        Port    9001
    End
    Session
        Type    BASIC
        TTL     300
    End
End