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
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
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
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
976c9576bd
Reorder deployment options.
13 years ago
Ron DuPlain
c726e5fee0
Fix lighttpd config, from giskard on #pocoo.
13 years ago
Ron DuPlain
207006f4c3
Touch up and integrate docs on deploying Flask.
14 years ago
Merlin
5127b8bd26
Added initial uwsgi deployment documentation for nginx; updated nginx URL in fastcgi deployment docs; added uwsgi to deployment index
14 years ago
fmw
94f90bc4eb
updated docs on FastCGI deployment with Lighty
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
14 years ago
Ron DuPlain
6875a057ec
Fixed small typos in docs. Added a cross-ref.
14 years ago
Merlin
7dae84f002
Enhanced the nginx deployment subsection of the documentation with working examples.
...
'tricky' was changed to 'different' to offer a more neutral tone.
'some' was changed to 'no' and 'not properly' swapped with 'by default' to explain the difference.
Configuration allows for static serving of media alongside a FastCGI application in a clean declarative manner.
Tested on nginx 0.7.x and 0.8.x
15 years ago
Armin Ronacher
cc8332e9d9
Added troubleshooting infos. This fixes #44
15 years ago
Armin Ronacher
c64a4e0bef
Break up deployment docs into separate documents.
15 years ago