Added some simple configuration examples.
[ashd.git] / examples / python / dynhosts / README
CommitLineData
7f838309
FT
1This example uses Python to dynamically dispatch requests for
2different vhosts. The Python program dynhosts will look in a directory
3for subdirectories named after the virtual host and start a dirplex
4instance for each such host that is requested.
5
6To try this example, run it on your local machine and request
7<http://localhost:8080/> or <http://127.0.0.1:8080/>.