examples: Added an example for wsgidir usage.
[ashd.git] / examples / python / wsgidir / README
diff --git a/examples/python/wsgidir/README b/examples/python/wsgidir/README
new file mode 100644 (file)
index 0000000..6477756
--- /dev/null
@@ -0,0 +1,6 @@
+This example demonstrates how the shipped Python module ashd.wsgidir
+can be used to call WSGI scripts in dirplex-served directories as
+easily as PHP scripts or mod_python scripts under Apache.
+
+To try this example, run it on your local machine and request
+<http://localhost:8080/> or <http://127.0.0.1:8080/>.