James K. Lowden <jklow...@schemamania.org> wrote: > Could someone please provide an example of a bozohttpd line for > inetd.conf that uses the -M option? > [...] > The goal is to produce an HTTP header of the form: > > Content-Type: text/html; charset=utf-8 > > for an HTTP 1.1 connection.
A "bit" late response, but maybe somebody else will need it... I had similiar problem and managed to guess what to write in here: [...] -M .html "text/html; charset=utf-8" - - [...] You basically specify encoding in "type" arg, last two entries are for compression like gzip and can be left empty. -- pl <p...@szwajn.net>