Commit Graph

26 Commits

Author SHA1 Message Date
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
Mark Murray
dbf3120029 Uncomment the DEPENDS= line. Sheesh.
Reminded by:	ache
1996-10-31 17:42:13 +00:00
Mark Murray
b4c7763d3d FINALLY - commit the SSL'ed version of this. (ye gods, this has been a while
:-) )
1996-10-26 18:49:52 +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
ba84acecf7 Fix icons list 1996-07-12 14:39:40 +00:00
Satoshi Asami
c11429a265 Remove unnecessary DISTFILES and EXTRACT_ONLY.
Remove pst's address from MAINTAINER, I don't know if any script
will fail if we have two addresses here so I don't want to risk
breaking something right before the release.
1996-07-12 10:27:53 +00:00
Paul Traina
e330575ffd ...just changed maintainer to match reality 1996-07-12 06:41:05 +00:00
Andrey A. Chernov
12c02eddd7 Upgrade to 1.1.1
OK-ed by: gpalmer
1996-07-11 11:04:01 +00:00
Jordan K. Hubbard
262be4e849 Slight revision: If startup file already there, leave it alone. 1996-06-15 17:51:08 +00:00
Jordan K. Hubbard
b2106dae6f Install an apache.sh startup file in /usr/local/etc/rc.d/
Now that apache_httpd is gone from /etc/sysconfig, this is the canonical
way to make apache start automatically in a new system installation.
1996-06-15 16:58:09 +00:00
Satoshi Asami
777797f8ed Variable reorderization. 1996-05-20 07:37:06 +00:00
Andrey A. Chernov
f68ccd6344 Use mod_env.c to pass environment to CGI instead of local hack 1996-05-19 22:21:50 +00:00
Paul Traina
bfff928880 Update to Apache 1.0.5 (security fix) 1996-04-21 08:54:30 +00:00
Andrey A. Chernov
145f9c72d2 Upgrade to 1.0.3 1996-02-22 21:55:14 +00:00
John Fieber
f57ff806ef Upgrade to 1.0.2. 1996-02-07 03:15:44 +00:00
John Fieber
9f998a71d0 Fix MASTER_SITES. 1995-12-04 12:56:18 +00:00
John Fieber
2c49a2c708 Update to 1.0 1995-12-02 23:07:22 +00:00
Satoshi Asami
d466dd1a69 Change categories to "www". gn has "net" in there too. 1995-11-27 04:10:35 +00:00
Eric L. Hernes
c3cf475762 fixed COMMENTS 1995-10-28 20:33:46 +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
Paul Traina
19b816db8f Make apache less NCSA-like and more BSD-like.
Binary installed in /usr/local/sbin.
    Document root is /usr/local/www/data.
    Server root is /usr/local/www/server.
1995-09-26 06:15:03 +00:00
Paul Traina
44ec43441b Upgrade apache to 0.8.14, completely restructure port, and list myself as
maintainer.
1995-09-23 18:47:57 +00:00
Paul Traina
6d7a1b6ed2 Upgrade apache to 0.8.13 1995-09-19 07:03:21 +00:00
Jordan K. Hubbard
a4a237bd23 Port of the APACHE web server.
Submitted by:	"Eric L. Hernes" <erich@lodgenet.com>
1995-08-28 13:28:45 +00:00