The VAR module

This module can be used to send different documents to the client, depending on what Accept-headers it provides.

Example file (test.var)

	# Display this document, if client handles JPEG documents.
	URI:			/foo/bar.jpg
	Content-Type:		image/jpeg

	# Display this document, if client handles GIF images.
	URI:			/foo/bar.gif
	Content-Type:		image/gif

	# Else display this document
	URI:			/foo/bar.html

System issues

Causes the server to close Keep-Alive sockets after the redirect has been sent.

Configuration options (var.conf)

Nothing to configure.