Added some simple configuration examples.
[ashd.git] / examples / python / dynhosts / README
diff --git a/examples/python/dynhosts/README b/examples/python/dynhosts/README
new file mode 100644 (file)
index 0000000..a7f806e
--- /dev/null
@@ -0,0 +1,7 @@
+This example uses Python to dynamically dispatch requests for
+different vhosts. The Python program dynhosts will look in a directory
+for subdirectories named after the virtual host and start a dirplex
+instance for each such host that is requested.
+
+To try this example, run it on your local machine and request
+<http://localhost:8080/> or <http://127.0.0.1:8080/>.