The ASIS module

This module is used to transmit files exactly as they are without adding any HTTP headers at all. Ie, it is the responsibility of the author of the files to make sure that the valid headers all are included.

Example file (test.asis)

	HTTP/1.0 200 OK
	Content-Type: text/html
	Content-Length: 14

	Hello, World.

System issues

Causes the server to close Keep-Alive sockets after the file has been sent (since it can't depend on the "Content-Length" header being present and/or correct).

Configuration options (asis.conf)

Nothing to configure.