1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/www/apache13
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
..
files Situation: 1996-11-04 04:32:48 +00:00
distinfo Upgrade to 1.1.1 1996-07-11 11:04:01 +00:00
Makefile Uncomment the DEPENDS= line. Sheesh. 1996-10-31 17:42:13 +00:00
pkg-comment Update to Apache 1.0.5 (security fix) 1996-04-21 08:54:30 +00:00
pkg-descr Update to Apache 1.0.5 (security fix) 1996-04-21 08:54:30 +00:00
pkg-plist Split /usr/local/etc/apache/* in more reasonable way 1996-08-22 20:16:09 +00:00