diff options
| -rw-r--r-- | README | 23 |
1 files changed, 23 insertions, 0 deletions
| @@ -0,0 +1,23 @@ | |||
| 1 | This is the archeological HTCd, a dynamic web server and mailing list | ||
| 2 | system we used at Chalmers for roughly ten years, starting back in the | ||
| 3 | nineties. | ||
| 4 | |||
| 5 | 1. Compile the server | ||
| 6 | |||
| 7 | cd src | ||
| 8 | make | ||
| 9 | make install | ||
| 10 | cd .. | ||
| 11 | |||
| 12 | 2. Run the test user on port 5555 | ||
| 13 | |||
| 14 | HTCHOME=. ./bin/htcd ./user 5555 1 | ||
| 15 | |||
| 16 | The server is now available at localhost:5555/ | ||
| 17 | |||
| 18 | 3. Stop the server | ||
| 19 | |||
| 20 | HTCHOME=. ./bin/htcd ./user 5555 -1 | ||
| 21 | |||
| 22 | Enjoy, | ||
| 23 | Henrik | ||
