Copterfly / modwsgi

Automatically exported from code.google.com/p/modwsgi
0 stars 0 forks source link

Add WIKI documentation containing more recipes for doing simple configuration steps. #114

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is a place holder for recipes for doing stuff. Anyone who has requests for 
recipes for doing 
stuff, should add them to this issue.

Original issue reported on code.google.com by Graham.Dumpleton@gmail.com on 23 Oct 2008 at 11:56

GoogleCodeExporter commented 8 years ago
Add recipe showing how to limit amount of post data using Apache 
LimitRequestNody directive.

Original comment by Graham.Dumpleton@gmail.com on 23 Oct 2008 at 11:56

GoogleCodeExporter commented 8 years ago
Add recipe showing how to use Apache Action directive to trigger a WSGI 
application whenever a non Python 
code resource file of certain type or with certain extension is requested.

Original comment by Graham.Dumpleton@gmail.com on 23 Oct 2008 at 11:57

GoogleCodeExporter commented 8 years ago
Add recipe showing how Apache Limit directive can be used to reject specific 
request methods before they even 
get to WSGI application.

Original comment by Graham.Dumpleton@gmail.com on 24 Oct 2008 at 12:00

GoogleCodeExporter commented 8 years ago
Add recipe showing how Apache AcceptPathInfo directive can be used to control 
whether additional path 
information is allowed to be supplied to a WSGI application. Note that this 
only applies to Apache 2.X and not 
1.3.

Original comment by Graham.Dumpleton@gmail.com on 24 Oct 2008 at 12:01

GoogleCodeExporter commented 8 years ago
Add a recipe showing when and how to use WSGIPythonExecutable, WSGIPythonHome,
WSGIPythonPath. These three directives can be a source of confusion for 
newcomers to
mod_wsgi.

Original comment by nimrod.a...@gmail.com on 24 Oct 2008 at 2:10

GoogleCodeExporter commented 8 years ago
Add a recipe showing how to use middleware in a as low-level as you can way (for
example to authenticate the user)

Original comment by gar...@gmail.com on 24 Oct 2008 at 2:42

GoogleCodeExporter commented 8 years ago
Add recipe showing how to have application effectively mounted at root of web 
server, but only expose certain 
sub URLs, with all other requests, including that for root of server being 
handled by Apache as per normal. See:

  http://groups.google.com/group/modwsgi/browse_frm/thread/86d3dda6392da97c

Original comment by Graham.Dumpleton@gmail.com on 28 Oct 2008 at 9:18

GoogleCodeExporter commented 8 years ago
Add recipe showing how to fixup wsgi.url_scheme when Apache/mod_wsgi is sitting 
behind nginx/lighttpd with 
the front end server handling HTTPS and Apache only being proxied HTTP requests 
from it. See:

  http://groups.google.com/group/modwsgi/browse_frm/thread/94f952720c878506

Original comment by Graham.Dumpleton@gmail.com on 28 Oct 2008 at 12:14

GoogleCodeExporter commented 8 years ago
How to delegate separate virtual hosts setup using VirtualDocument root to 
separate interpreters.

  http://groups.google.com/group/modwsgi/browse_frm/thread/c29dde8fbef68e0b

Original comment by Graham.Dumpleton@gmail.com on 15 Mar 2009 at 12:21

GoogleCodeExporter commented 8 years ago
Closing out documentation issues. Will pick up another time on github side when 
get enough momentum to work on documentation again.

Original comment by Graham.Dumpleton@gmail.com on 12 Nov 2014 at 10:10