80 Commits

Author SHA1 Message Date
Kirill Zaborsky
9ce722e638 gafferp renamed to gaffer 2014-02-21 17:14:31 +03:00
W. Trevor King
2277901a72 Deprecate the --debug setting
"Limits the number of worker processes to 1" hasn't been true since
06a4dc6 (fix one error in gunicorn_paster, global conf was ignored,
2010-06-22), although it was true when the line was added in 3c7d532
(Large refactor of the documentation and website, 2010-05-22).

"changes some error handling that's sent to clients" hasn't been true
since feb86d3 (don't display the traceback in the HTTP response,
2013-09-27).

The only remaining actions that --debug had were disabling --preload
and hiding debug-level config logging.  The former seems useless (just
disable --preload directly) and the latter at doesn't seem useful
enough for a new setting (just turn down --log-level).  With this
commit, --preload always works and you always get debug-level config
logging.

I left a stub Debug entry in gunicorn.config, which we can leave in
place while folks convert any gunicorn scripts and configurations to
drop --debug.  When the time comes, we can just remove that entry.  I
also the boolean-config tests to use --preload, since that will still
be around after we remove the dummy Debug entry.

Fixes #700.
2014-02-13 12:40:41 -08:00
Rik
80198278ce Update settings.rst
Gevent version should be 0.13 at least, since Gunicorn needs the gevent.server support (also see: http://blog.gevent.org/2010/07/14/gevent-0-13-0-released/)
2014-02-04 10:11:16 +01:00
Randall Leeds
0226b2cd1f Clarify secure scheme header warning in deploy doc
Gunicorn doesn't restrict the X-Forwarded-For header, only the
scheme header.
2014-02-04 00:26:03 -08:00
Randall Leeds
f375f929de Regenerate settings.rst 2014-01-30 16:50:08 -08:00
Randall Leeds
5d13659f0e Documentation formatting 2014-01-30 16:49:47 -08:00
Randall Leeds
1f7d3429c2 Add documentation for nginx X-Forwarded-*
Fix #571
2014-01-30 16:30:58 -08:00
Malthe Borch
764d9d439a Also include access log in the syslog handler. 2014-01-24 17:41:05 +00:00
Randall Leeds
6ed6b1399e docs typo -- fix #678 2014-01-14 13:53:15 -08:00
George Notaras
64f555eb7e Improved the documentation that is packaged in the RPM.
Until now, only the documentation in source form was packaged.
This changeset improves the RPM generator so that the compiled HTML
version of the documentation is packaged. Also, other informative
documents (README, LICENSE, NOTICE, THANKS) and an example server
configuration file have been included.

Finally, the Sphinx documentation's conf.py has been improved so
that it is easier to compile the docs using the default theme.
2014-01-13 03:23:38 +02:00
benoitc
26a2e104cf fix typo 2013-12-26 13:54:35 +01:00
benoitc
f7d9979d5b fix doc for rtd 2013-12-26 13:42:17 +01:00
benoitc
77a30d3671 ease the doc. test with the default rtd theme 2013-12-26 13:19:36 +01:00
benoitc
2a09c916a7 improve systemd conf 2013-12-11 09:50:24 +01:00
benoitc
047ef65afc fix doc
fix #656
2013-12-11 09:33:01 +01:00
Alasdair Nicol
a01d143aae Use lowercase 'true' in example config to be consistent 2013-12-02 00:08:26 +00:00
benoitc
2aa66555f8 Revert "Update configure.rst"
This reverts commit 3b843fd942cdb2e5623887073d1acb0d759066c8.

I was tired, we should either remove the that and then the  is or keep
a is or... But this latest commit was changing the meaning.
2013-11-19 08:42:12 +01:00
Mieszko
3b843fd942 Update configure.rst 2013-11-15 12:24:46 +01:00
benoitc
5ff75b194c regenerate settings 2013-09-26 22:50:16 +02:00
Stephen DiCato
79ed7851ae Fix a single typo. 2013-09-13 15:08:21 -04:00
benoitc
24fe380982 typos 2013-08-28 00:40:48 +02:00
benoitc
d3b1687e03 update the changes 2013-08-28 00:31:27 +02:00
benoitc
ded4df3ed5 we support python 3 since a while 2013-08-19 10:38:10 +02:00
Randall Leeds
90fb09f618 Don't reload the paster app when run with pserve
Using gunicorn with paster command line causes the application to
load before gunicorn. In this case, there is no choice but to preload
the application. Document this fact.

Fixes #528.
2013-08-06 03:29:58 -07:00
Randall Leeds
0c34c4213b typo 2013-08-05 22:04:53 -07:00
Randall Leeds
ec2ee0b127 Support for python config file option in paster
It is now possible to specify a file with "config" as an application
configuration key in a paste deploy configuration file. This allows
paster applications to use the full range of gunicorn settings even
when using paste/pserve rather than gunicorn_paster.

Fixes #540.
2013-08-05 22:04:43 -07:00
benoitc
546c2e71fd add a verssionninbg not to the doc as well. 2013-07-10 08:14:07 +02:00
benoitc
3c0ea0cad1 addd 17.5 changelog to main news page
forgot to update this page.

fix #566
2013-07-10 08:09:00 +02:00
benoitc
cff300f0e3 R17.5 -> 17.5 2013-07-03 12:20:43 +02:00
Randall Leeds
1b96a9b853 Merge pull request #546 from jet-sun/patch-1
Update install.rst for Debian wheezy release
2013-07-03 01:34:27 -07:00
benoitc
9c0d1a0cad add R17.5 changelog 2013-07-03 09:59:18 +02:00
benoitc
bb79cdcc36 quick note about preloaded applications 2013-06-29 06:49:32 +02:00
benoitc
d49f9046c5 document a little more the signals handling 2013-06-29 06:39:37 +02:00
benoitc
ba945bd635 fix link syntax 2013-06-29 06:16:17 +02:00
benoitc
a55bfd5b0c fix signals doc file extension 2013-06-29 06:12:34 +02:00
benoitc
434008419a quick doc fixes 2013-06-29 06:09:52 +02:00
benoitc
e5242d4fde add signals doc
add a brief description of the signals handled by Gunicorn.

fix #319
2013-06-29 06:04:51 +02:00
benoitc
638ad129c8 fix doc abput python 3 support 2013-06-29 05:20:43 +02:00
Randall Leeds
e6c120ffea Merge pull request #552 from niedbalski/master 2013-06-23 10:56:25 -07:00
Jorge Niedbalski
cf6e765323 [gunicorn] added ``gunicorn.conf.py`` as default in case of no -c is specified 2013-06-21 15:30:31 -03:00
Randall Leeds
e255808012 Merge pull request #556 from seatgeek/post-init
Rename post_init for greater clarity
2013-06-20 17:55:24 -07:00
Philip Cristiano
dcfe825346 Rename post_init for greater clarity
Makes sense if you saw what it does, less if you just read the config option.
2013-06-20 19:40:03 -04:00
Benoit Chesneau
128b5a8901 Merge pull request #553 from romabysen/master
Add Upstart deployment example, remove Upstart from faq.
2013-06-20 16:39:31 -07:00
Philip Cristiano
ef6f831971 Add docs for post_init 2013-06-20 18:56:37 -04:00
Lars Hansson
a49f4199e9 Add Upstart deployment example, remove Upstart from faq.
Add an Upstart deployment example and remove the Upstart entry in the
FAQ.
2013-06-19 00:21:05 +08:00
Jet Sun
aca7035328 Update install.rst
I noticed on the website that the documentation regarding Debian was aging, so I took the liberty of adding some new content and making modifications to the source here. I used the existing content as a template to expand the Debian installation section to account for the recent changes.

Debian "wheezy" was released in May 2013 moving "squeeze" to "oldstable" status.

I hope this helps.
2013-06-06 23:27:03 -06:00
benoitc
981e4112fe bump to 0.17.4 2013-04-24 23:52:24 +02:00
benoitc
db48dd355d add systemd documentation 2013-04-23 16:51:24 +02:00
benoitc
6d2c5f8b08 0.17.3 doc. 2013-04-23 16:39:02 +02:00
Ronan Amicel
825e7e7cb3 Fix cross-reference in documentation 2013-03-17 15:45:12 +01:00