Commit | Line | Data |
---|---|---|
1 | This example uses Python to dynamically dispatch requests for | |
2 | different vhosts. The Python program dynhosts will look in a directory | |
3 | for subdirectories named after the virtual host and start a dirplex | |
4 | instance for each such host that is requested. | |
5 | ||
6 | To try this example, run it on your local machine and request | |
7 | <http://localhost:8080/> or <http://127.0.0.1:8080/>. |