examples: Added an example for wsgidir usage.
[ashd.git] / examples / python / wsgidir / README
1 This example demonstrates how the shipped Python module ashd.wsgidir
2 can be used to call WSGI scripts in dirplex-served directories as
3 easily as PHP scripts or mod_python scripts under Apache.
4
5 To try this example, run it on your local machine and request
6 <http://localhost:8080/> or <http://127.0.0.1:8080/>.