Skip to content

jimmyzmli/tinyhttpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This little program works like any other server. It does not currently
take in any parameters.

Configeration directives:

#LoadModule <The module's path>

#ServerRoot <The root directory>

#Listen <port>

#DirectoryIndex <index page>

#TypesConfig <MIME File>

#AddType <Type> [<ext>]

#AddHandler <port> <Handler module>

#AliasPort <real port> [<alias>]

About

A Java based httpd. Simple. Portable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages