David Lord
679bf0014f
use theme provided by pallets-sphinx-themes
7 years ago
ezramorris
4a8bf651d9
Add link to AWS EB Flask tutorial
8 years ago
Giles Thomas
281c9c3ff9
Added a link to instructions for PythonAnywhere ( #2081 )
8 years ago
Douglas Thor
a6a36ec72a
Updated mod_wsgi.rst to point to new mod_wsgi repo ( #2038 )
8 years ago
Auke Willem Oosterhoff
e6d7a43ccd
Use path of socket consistently accross document. ( #1976 )
...
* #1975 Use location of socket consistently accross document.
8 years ago
Adam Chainz
70de011d51
Convert readthedocs link for their .org -> .io migration for hosted projects ( #1827 )
...
As per their email ‘Changes to project subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
Test Plan: Manually visited all the links I’ve modified.
9 years ago
Jeff Widman
8c595f1eba
Remove dotCloud host instructions
...
dotCloud is no more; their parent company went bankrupt
9 years ago
Stéphane Raimbault
b0105f41cc
Extend documentation about uwsgi/nginx deployment
9 years ago
bagratte
9a80fe691d
minor revision of documentation.
9 years ago
accraze
fcd573e120
added note about directory permission syntax change
...
docs had httpd 2.2 syntax for directory permission with a link to Apache 2.4 changes. added an example of httpd 2.4 syntax
resolves #1644
9 years ago
David Lord
41622c8d68
Link article about deploying on Azure/IIS
9 years ago
Michael Klich
99bc0dfd3b
Add info about working with VE and Python 3
...
Python 3 does not have execfile function.
9 years ago
Jonas Gröger
b644e2747f
Mention virtual environments in uwsgi/nginx deployment docs
9 years ago
Jonas Gröger
8b9cb6caa7
Update uwsgi/nginx deployment documentation
...
Instead of using the uwsgi_modifier1 30 directive, the uwsgi docs
recommend to use the mount / manage-script-name approch which mounts
a module + callable to a certain path. This way, SCRIPT_NAME and
PATH_INFO are correctly rewritten.
See http://uwsgi-docs.readthedocs.org/en/latest/Nginx.html#hosting-multiple-apps-in-the-same-process-aka-managing-script-name-and-path-info
Fixes #1464
9 years ago
Wayne Ye
05c2e7c276
Fixed gevent introduction to use libev instead of libevent
9 years ago
Jon Banafato
887d382da1
Add X-Forwarded-Proto to proxy setup example
...
The ProxyFix middleware provided by Werkzeug uses this header for
returning accurate values from request.is_secure and request.scheme.
Without adding this header, Flask won't properly detect when it is being
served over HTTPS and will fail to generate proper external links and
cause certain extensions (e.g. Flask-OAuthlib) to function improperly.
Adding this header to the example setup should reduce issues encountered
by developers when following this guide.
10 years ago
Charles Chan
6c56e4231f
Added OpenShift as a free hosting provider alternative
10 years ago
defuz
d338dc8a13
docs: ``.html``, ``.py``
10 years ago
defuz
17eee81da0
docs: ``Flask-Uploads``, ``X-Forwarded-Host``
10 years ago
defuz
06d9a5e738
docs: :file:`/var/www/foo`, ``/static``
10 years ago
defuz
ad011bc32d
docs: ``DEBUG``, ``SERVER_NAME``, ``PATH_INFO``
10 years ago
defuz
a8f570cc62
docs: :file:`app.py`, :file:`yourapp/templates`
10 years ago
Mieszko
2cfdf7a839
Minor typos and spelling fixed
...
According to http://dictionary.cambridge.org/ "webserver" is incorrect, "web server" = correct
10 years ago
Ben Darnell
e401a83fc5
Stop recommending Tornado as a WSGI server
...
Tornado's WSGI server is less scalable than the alternatives and only really makes sense when you have a specific need to run both WSGI apps and Tornado-native apps in the same process. This recommendation has been an ongoing source of confusion, e.g. http://stackoverflow.com/questions/26015116/making-tornado-to-serve-a-request-on-a-separate-thread .
Fixes #986 .
10 years ago
Markus Unterwaditzer
750fa594d8
Shorten paragraph about builtin server
10 years ago
Markus Unterwaditzer
3d3b809347
Rewrite deployment docs
10 years ago
Nico Revin
22219f51e5
Update doclinks
...
Fix redirects and broken links
10 years ago
Wxcafé (Clément Hertling)
777e23f81e
Update mod_wsgi.rst
...
Changes deprecated pkg_add to pkg install, adds documentation for yum
11 years ago
EJ Lee
6b9370a854
Update mod_wsgi.rst
...
note configuration changes in apache 2.4
11 years ago
Daniel Neuhäuser
13293b499f
Use libevent.org
11 years ago
Daniel Neuhäuser
34871a286e
Switch pypi links to https
...
To which the http version redirects permanently
11 years ago
Armin Ronacher
a8a98bc6b6
Various documentation fixups
11 years ago
bool-dev
85aa4ec8c1
Updated greenlet links, which were dead.
11 years ago
Adam Obeng
9cff681f97
Fix typo
11 years ago
Armin Ronacher
c541f7e3ee
Fixed a typo
11 years ago
Eric Radman
73b4a52ca5
Update example for Apache FCGI config to use worker processes using FastCgiServer, along with some notes about FastCgiExternalServer
11 years ago
Markus Unterwaditzer
c549e583c4
Fixing my own pull request #647
...
Wrote "stdin" instead of "stdout".
12 years ago
Markus Unterwaditzer
160aa80781
Added hint about print statements in CGI.
...
Fix #646
12 years ago
Corbin Simpson
f6a5a7a0cc
docs/deploying/wsgi-standalone: Add Twisted Web.
...
I've been meaning to do this for quite some time, but I never got around to
it. Hopefully this is neutral and useful enough to be included in the main
docs.
12 years ago
Sven Slootweg
b0fdae4e1f
Fix regex in lighttpd example config to only match static/ and sub-items, and not all directories that start with 'static'
12 years ago
Akai Kitsune
b9df128ba8
Added directions for mod_wsgi vhost configuration under Apache on Windows
13 years ago
Simon Sapin
c3f651dccb
Remove the unused `ScriptNameStripper.to_strip` in the FastCGI doc example.
...
Alernatively, `environ['SCRIPT_NAME'] = ''` should be replaced with something like:
if environ['SCRIPT_NAME'].startswith(self.to_strip):
environ['SCRIPT_NAME'] = environ['SCRIPT_NAME'][len(self.to_strip):]
13 years ago
Armin Ronacher
7b1c8fd15b
Added #522 in modified version
13 years ago
Ramiro Gómez
5bbf8bdcd9
Update master
13 years ago
Ron DuPlain
fb01187885
Touch up fastcgi doc.
13 years ago
Vadim Pestovnikov
34380b9c1d
Add detailed Apache httpd fastcgi configuration.
13 years ago
Ron DuPlain
9ab41edbd7
Touch up proxying docs.
13 years ago
Ron DuPlain
9a1d616706
Add simple proxying nginx config to docs.
...
Origin:
https://gist.github.com/2269917
13 years ago
Ron DuPlain
976c9576bd
Reorder deployment options.
13 years ago
Ron DuPlain
7e4b705b3c
Move others.rst to wsgi-standalone.rst.
13 years ago