From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.151.111.12 with SMTP id o12cs55675ybm; Sun, 11 Apr 2010 14:04:22 -0700 (PDT) Received-SPF: pass (google.com: domain of rack-devel+bncCNiulu2PGhDU8ojeBBoEqjcoEw@googlegroups.com designates 10.90.125.12 as permitted sender) client-ip=10.90.125.12; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rack-devel+bncCNiulu2PGhDU8ojeBBoEqjcoEw@googlegroups.com designates 10.90.125.12 as permitted sender) smtp.mail=rack-devel+bncCNiulu2PGhDU8ojeBBoEqjcoEw@googlegroups.com; dkim=pass header.i=rack-devel+bncCNiulu2PGhDU8ojeBBoEqjcoEw@googlegroups.com Received: from mr.google.com ([10.90.125.12]) by 10.90.125.12 with SMTP id x12mr2844169agc.27.1271019861958 (num_hops = 1); Sun, 11 Apr 2010 14:04:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:x-beenthere:received:received:received :received:received:received-spf:received:subject:from:reply-to:to :organization:date:message-id:mime-version:x-mailer :x-original-authentication-results:x-original-sender:precedence :mailing-list:list-id:list-post:list-help:list-archive:x-thread-url :x-message-url:sender:list-subscribe:list-unsubscribe:content-type; bh=5SgRjn2ssswOAFSMHKimpgbsDwAH1KS7j4KPhGBicJg=; b=2pIZB7I5a9Qy9Fm2BXvH0JFqsA5ueT5TxYdhnLzDVuCNlsU4exzCqno07WiOLnZW+p ZXl+gh+r//bm4goW7viM+HNWIJHUftbRf8SqBvouuS2FtMxM1aItt7EECNq6RCOaKAE9 CNM6G0qRzULPHBj58yVQo5FbICgTlU6mx6V3E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlegroups.com; s=beta; h=x-beenthere:received-spf:subject:from:reply-to:to:organization:date :message-id:mime-version:x-mailer:x-original-authentication-results :x-original-sender:precedence:mailing-list:list-id:list-post :list-help:list-archive:x-thread-url:x-message-url:sender :list-subscribe:list-unsubscribe:content-type; b=0Xz6AKSw8qTwy052gMwkFzqdGH3URzBGckCeytZ8MKeNUJcVOW0OWm3JGdG2olQdxI nKncCe21V5FM7wgdDUgdUW9xxSJyLdTW28yhyBegy/OkJf1xl3tSnE2blJSkD+lY2Edp pSLZobFAX5hAUYpyhyGPvTZfVePSTKDvmmxGM= Received: by 10.90.125.12 with SMTP id x12mr505927agc.27.1271019860530; Sun, 11 Apr 2010 14:04:20 -0700 (PDT) X-BeenThere: rack-devel@googlegroups.com Received: by 10.87.8.39 with SMTP id l39ls307756fgi.2.p; Sun, 11 Apr 2010 14:04:18 -0700 (PDT) Received: by 10.87.58.28 with SMTP id l28mr145979fgk.20.1271019858657; Sun, 11 Apr 2010 14:04:18 -0700 (PDT) Received: by 10.204.38.76 with SMTP id a12mr225253bke.34.1271012046304; Sun, 11 Apr 2010 11:54:06 -0700 (PDT) Received: by 10.204.38.76 with SMTP id a12mr225251bke.34.1271012046275; Sun, 11 Apr 2010 11:54:06 -0700 (PDT) Return-Path: Received: from smtp.unbit.it (nocturne.unbit.it [81.174.68.18]) by gmr-mx.google.com with ESMTP id 12si311805bwz.9.2010.04.11.11.54.06; Sun, 11 Apr 2010 11:54:06 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of roberto@unbit.it designates 81.174.68.18 as permitted sender) client-ip=81.174.68.18; Received: from [192.168.173.5] (93-40-75-33.ip37.fastwebnet.it [93.40.75.33]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.unbit.it (Postfix) with ESMTPSA id 9034C160278E1 for ; Sun, 11 Apr 2010 20:54:05 +0200 (CEST) Subject: [ANN] uwsgi protocol Rack handler From: Roberto De Ioris Reply-To: rack-devel@googlegroups.com To: rack-devel@googlegroups.com Organization: Unbit Date: Sun, 11 Apr 2010 20:53:15 +0200 Message-ID: <1271011995.4100.99.camel@voldemort> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of roberto@unbit.it designates 81.174.68.18 as permitted sender) smtp.mail=roberto@unbit.it X-Original-Sender: roberto@unbit.it Precedence: list Mailing-list: list rack-devel@googlegroups.com; contact rack-devel+owners@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: X-Thread-Url: http://groups.google.com/group/rack-devel/t/37e6830f893f4ec0 X-Message-Url: http://groups.google.com/group/rack-devel/msg/76c4126edf00c54a Sender: rack-devel@googlegroups.com List-Subscribe: , List-Unsubscribe: , Content-Type: text/plain; charset=ISO-8859-1 Hi all, i have just committed in the uWSGI public repository a simple Rack Handler for the uwsgi protocol: http://projects.unbit.it/uwsgi/browser/contrib/uwsgi.rb It is successfully tested on all the 4 webserver supported by the uWSGI project (apache2, nginx, cherokee, lighttpd) using rackup The uwsgi protocol is described here http://projects.unbit.it/uwsgi/wiki/uwsgiProtocol This handler requires only the Rack module as all the protocol parsing is done in pure ruby. I hope this can be useful for someone (i have applied no license on it, so feel free to modify, improve or discard it) Bye -- Roberto De Ioris Unbit -- To unsubscribe, reply using "remove me" as the subject.