fix compat with 2.5 of buildweb

This commit is contained in:
benoitc 2010-02-22 17:52:31 +01:00
parent 9c562e27b1
commit b2012dd40b
3 changed files with 12 additions and 1 deletions

View File

@ -4,6 +4,8 @@
# This file is part of gunicorn released under the MIT license.
# See the NOTICE for more information.
from __future__ import with_statement
import codecs
import datetime
import os

View File

@ -51,11 +51,18 @@
<div class="section" id="id1">
<h1>0.5.1 / 2010-02-22</h1>
<ul class="simple">
<li>Added setproctitle</li>
<li>Change privilege switch behaviour. We now works like NGINX, master keep the permission, new uid/gid permissions are only set to the workers.</li>
</ul>
</div>
<div class="section" id="id2">
<h1>0.5.1 / 2010-02-22</h1>
<ul class="simple">
<li>Fix umask</li>
<li>Added debian packaging</li>
</ul>
</div>
<div class="section" id="id2">
<div class="section" id="id3">
<h1>0.5 / 2010-02-20</h1>
<ul class="simple">
<li>Added <a class="reference external" href="configuration.html">configuration file</a> handler.</li>

View File

@ -86,6 +86,8 @@ Options:
-u USER, --user=USER Change worker user
-g GROUP, --group=GROUP
Change worker group
-n APP_NAME, --name=APP_NAME
Application name
--log-level=LOGLEVEL Log level below which to silence messages. [info]
--log-file=LOGFILE Log to a file. - equals stdout. [-]
-d, --debug Debug mode. only 1 worker.