Date: Sun, 3 Nov 1996 20:32:53 -0800 (PST) From: "Andrey A. Chernov" <ache> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www/apache/patches patch-ag patch-ac Message-ID: <199611040432.UAA10730@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 96/11/03 20:32:51 Modified: www/apache/patches patch-ac Added: www/apache/patches patch-ag Log: 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. Revision Changes Path 1.5 +1 -1 ports/www/apache/patches/patch-ac
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611040432.UAA10730>