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