freebsd-ports/www/apache21/files
Andrey A. Chernov 289bc4ac18 Situation:
It is impossible to suppress initial HTML preamble for directories, i.e.
<HEAD><TITLE>Index of dir</TITLE></HEAD><BODY>
It means that it is impossible to change <TITLE> or add any
<META HTTP-EQUIV...> tags to <HEAD> section or change <BODY>
attributes without HTML syntax violation (.asis, cern_meta, etc.
not helps here too).

Fix:
I add "SuppressHTMLPreamble" option to "IndexOptions". When this option
is set _and_ HEADER.html (or what you set as it) is present and readable,
standard <HEAD><TITLE>Index of dir</TITLE></HEAD><BODY> preamble
will be suppressed assuming you have right HTML preamble in your
HEADER.html. It solves all problems mentioned above.
1996-11-04 04:32:48 +00:00
..
md5.SSL 1) Add the ability to build a secure (SSL'ed) server, conditionalised 1996-08-11 14:50:01 +00:00
patch-ab Split /usr/local/etc/apache/* in more reasonable way 1996-08-22 20:16:09 +00:00
patch-ag Situation: 1996-11-04 04:32:48 +00:00