Commit | Line | Data |
---|---|---|
7f838309 FT |
1 | This directory contains some examples of more or less simple ashd |
2 | configurations. Each sub-directory contains a self-contained example | |
3 | with a shell script called `run'. Simply run that script to start the | |
4 | example, and examine it to see how it was made. All of them will start | |
5 | an non-SSL HTTP server on port 8080. | |
6 | ||
2737f953 FT |
7 | Note that ashd, including the default configuration files, must be |
8 | installed on the system to be able to run the examples. | |
7f838309 FT |
9 | |
10 | The `python' sub-directory contains examples for using the Python | |
2737f953 | 11 | module. To run them, the Python module has to be installed and |
7f838309 | 12 | accessible as well. |