1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# ittpd
A fork of IBM's nweb, with support for CSS and JavaScript
## Usage
ittpd can take a port number, and a directory where an index.html file is.
Example:
```./ittpd 8181 /server/website```
## Supports
ittpd supports these formats:
gif, jpg, jpeg, png, ico, zip, gz, tar, htm, html, css, js, json
It doesn't support Java or CGI.
It also won't run in /, /etc/, /bin, /lib, /tmp, /usr, /dev, /sbin.
## License
I can't find the original license for this program, so until I do I will just put this under MIT.
## Credits
Originally created by Nigel Griffiths (nag@ik.ibm.com)
|