1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Andrey A. Chernov
47d0754fb7 upgrade to 1.3b7 1998-06-05 17:16:22 +00:00
Andrey A. Chernov
a64e845de7 Upgrade to 1.3b6, now with loadable modules! 1998-04-21 21:58:18 +00:00
Andrey A. Chernov
ebb07a917d Upgrade to 1.3b5 1998-02-20 11:09:09 +00:00
Andrey A. Chernov
1d4dc4c536 Upgrade to 1.3b2, now with support files and docs installed 1997-10-22 23:51:35 +00:00
Andrey A. Chernov
c9a02a1c28 Do not replace Apache md5 with FreeBSD one, it cause
support problems and gains almost nothing
1997-08-25 23:03:05 +00:00
Peter Wemm
c481926ccd Update the repository copied (with history) apache 1.2.1 to 1.3a1 from the
original apache-current port.
1997-08-12 18:20:06 +00:00
Andrey A. Chernov
23f3d48ee5 Upgrade to 1.2b10 1997-05-02 18:22:12 +00:00
Andrey A. Chernov
866036dc80 Conditionalize all my patches 1996-11-07 01:49:57 +00:00
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