Commit Graph

15 Commits

Author SHA1 Message Date
Andrey A. Chernov
95b330af21 Redirect ulimit output to /dec/null 1997-11-21 21:19:04 +00:00
Andrey A. Chernov
5c200a0439 Upgrade to 1.3b3 1997-11-21 21:10:28 +00:00
Andrey A. Chernov
d7422c6406 Compile with -funsigned-char instead of (unsigned char) cast
and not replace Apache functions now
1997-10-23 16:40:02 +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
b29ba72319 Split apache to -stable and -current 1997-07-26 17:20:07 +00:00
Andrey A. Chernov
6c8762d020 Upgrade to 1.2b11 1997-05-31 20:16:08 +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
Andrey A. Chernov
ce3ec4b953 Split /usr/local/etc/apache/* in more reasonable way
Warning: SSL part not updated completely
1996-08-22 20:16:09 +00:00
Mark Murray
6d3a35ad63 1) Add the ability to build a secure (SSL'ed) server, conditionalised
on the presence of SECURE_SERVER.

2) Clean up the installation in accordance with BSD religion:
   Now all the configs go in ${PREFIX}/etc/apache and the
   data (documents) stay in ${PREFIX}/www.
1996-08-11 14:50:01 +00:00
Andrey A. Chernov
12c02eddd7 Upgrade to 1.1.1
OK-ed by: gpalmer
1996-07-11 11:04:01 +00:00
Paul Traina
d60b83190a Don't try to install mime.types twice.
Patch up the distributed configuration files to match /usr/local/www
convention.  We really should be patching them to meta-values and then
running sed over them to home them to the right prefix.
1995-09-29 17:01:18 +00:00