Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'url:blog': 0.09; 'python': 0.09; 'apache,': 0.09; 'recommends': 0.09; 'cc:addr:python-list': 0.10; 'subject:Apache': 0.16; 'think?': 0.16; 'wsgi': 0.16; 'wrote:': 0.17; 'deployment': 0.17; 'feb': 0.19; 'combination': 0.22; 'stick': 0.22; 'cc:2**0': 0.23; '>': 0.23; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'wondering': 0.26; 'am,': 0.27; 'url:au': 0.27; 'message- id:@mail.gmail.com': 0.27; 'run': 0.28; 'skip:& 10': 0.29; '11,': 0.33; 'received:google.com': 0.34; 'subject:?': 0.35; 'well.': 0.37; 'subject:: ': 0.38; 'header:Received:5': 0.40; 'obvious': 0.71; 'url:2011': 0.72; '2013': 0.84; 'alternative.': 0.84; 'sender:addr:chris': 0.84; 'subject:Alternative': 0.84; 'subject:+': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rebertia.com; s=google; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=RdocO90V3HaxsEkIk9CZOJ9DOCFAAX5vIWtLwzBL9Oo=; b=WBxZRt9gwqKQse2KvUILRFP1fzL+EVHz0Wf17TN7XjLWgedyvFdN7OQcvR2LbkP5Ic WsCbFn37NHh1mAE0X17jTQ+VLrEiF1RTJOKjsttOC0wTQ4orcHMUQbjcs0WyYsUIipen BoCmnPxqeA0sQud6A3P71WMCsStFni1pOFXhY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=RdocO90V3HaxsEkIk9CZOJ9DOCFAAX5vIWtLwzBL9Oo=; b=JC0N57h+RNhDJex7VU5EYCBGo/Ta3F1G+rHEf10SuWLr+onZ0vZkksBKrGS3OJdRp0 ix90xgFjlaT72McsvopmFT5/ZQMCw/FxIYjH4aexZu2w07YPeKWpNXOghHRmkTQnfjqu UCGlJSE+GBLC7sbDwE4g80IMHPl7rMo/qpX4+y7pf1quGwu9XSNY/A/0Ormtpx5Gl3T7 p+WY15uPAzcjvqSJ8QsCH0qdd9oYh2eOFrrRLLJm3rUY/mV2+XkMJyE/d8UO0FqkOnri lUGiDRwH9MVfz3CGmUaZ5/DTvHBHFf5kh+A36pGjGX8kjVZL2SSpHcFRgSaJJQTab5Gp n7+w== MIME-Version: 1.0 X-Received: by 10.50.56.236 with SMTP id d12mr2314645igq.92.1360592864742; Mon, 11 Feb 2013 06:27:44 -0800 (PST) Sender: chris@rebertia.com In-Reply-To: <5tuhh8pqccqhkhdfad4nrudd9ad4ptoo82@4ax.com> References: <5tuhh8pqccqhkhdfad4nrudd9ad4ptoo82@4ax.com> Date: Mon, 11 Feb 2013 06:27:44 -0800 X-Google-Sender-Auth: K61PxDOro_Nq1lFX0B2y1dP2wHc Subject: Re: Alternative to Apache+mod_fcgid+Flup? From: Chris Rebert To: Gilles Ganault Content-Type: multipart/alternative; boundary=f46d0402ac45630b4a04d573b61e X-Gm-Message-State: ALoCoQmIronWtRlU6it7cXUN3kkVijxeXYgq6XCVIvIPD9tXy2vrEFB2FQdGw5OLJYehed/Avajz Cc: Python X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 41 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1360592885 news.xs4all.nl 6882 [2001:888:2000:d::a6]:48290 X-Complaints-To: abuse@xs4all.nl Path: csiph.com!usenet.pasdenom.info!news.stben.net!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Xref: csiph.com comp.lang.python:38687 --f46d0402ac45630b4a04d573b61e Content-Type: text/plain; charset=UTF-8 On Feb 11, 2013 6:16 AM, "Gilles" wrote: > > Hello > > I read this article... > > "Why is WSGI deployment under FASTCGI so painful?" > http://blog.dscpl.com.au/2011/09/why-is-wsgi-deployment-under-fastcgi-so.html > > ... and was wondering what better alternative is available to run > Python web scripts? If you want to stick with Apache, mod_wsgi is the obvious alternative. > Someone recommends nginx + uWSGI.What do you think? We use that combination at my workplace, and it works well. --f46d0402ac45630b4a04d573b61e Content-Type: text/html; charset=UTF-8

On Feb 11, 2013 6:16 AM, "Gilles" <nospam@nospam.com> wrote:
>
> Hello
>
> I read this article...
>
> "Why is WSGI deployment under FASTCGI so painful?"
> http://blog.dscpl.com.au/2011/09/why-is-wsgi-deployment-under-fastcgi-so.html
>
> ... and was wondering what better alternative is available to run
> Python web scripts?

If you want to stick with Apache, mod_wsgi is the obvious alternative.

> Someone recommends nginx + uWSGI.What do you think?

We use that combination at my workplace, and it works well.

--f46d0402ac45630b4a04d573b61e--