Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add information URLs comment | Andrey A. Chernov | 1996-11-07 | 1 | -4/+7 |
| | |||||
* | Conditionalize all my patches | Andrey A. Chernov | 1996-11-07 | 3 | -128/+36 |
| | |||||
* | Situation: | Andrey A. Chernov | 1996-11-04 | 1 | -0/+127 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | Uncomment the DEPENDS= line. Sheesh. | Mark Murray | 1996-10-31 | 1 | -2/+2 |
| | | | | Reminded by: ache | ||||
* | FINALLY - commit the SSL'ed version of this. (ye gods, this has been a while | Mark Murray | 1996-10-26 | 1 | -3/+15 |
| | | | | :-) ) | ||||
* | Split /usr/local/etc/apache/* in more reasonable way | Andrey A. Chernov | 1996-08-22 | 2 | -51/+5 |
| | | | | Warning: SSL part not updated completely | ||||
* | 1) Add the ability to build a secure (SSL'ed) server, conditionalised | Mark Murray | 1996-08-11 | 4 | -10/+30 |
| | | | | | | | | 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. | ||||
* | Fix icons list | Andrey A. Chernov | 1996-07-12 | 1 | -8/+56 |
| | |||||
* | Remove unnecessary DISTFILES and EXTRACT_ONLY. | Satoshi Asami | 1996-07-12 | 1 | -5/+2 |
| | | | | | | 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. | ||||
* | ...just changed maintainer to match reality | Paul Traina | 1996-07-12 | 1 | -2/+2 |
| | |||||
* | Upgrade to 1.1.1 | Andrey A. Chernov | 1996-07-11 | 3 | -42/+40 |
| | | | | OK-ed by: gpalmer | ||||
* | Slight revision: If startup file already there, leave it alone. | Jordan K. Hubbard | 1996-06-15 | 1 | -5/+7 |
| | |||||
* | Install an apache.sh startup file in /usr/local/etc/rc.d/ | Jordan K. Hubbard | 1996-06-15 | 2 | -1/+9 |
| | | | | | Now that apache_httpd is gone from /etc/sysconfig, this is the canonical way to make apache start automatically in a new system installation. | ||||
* | Variable reorderization. | Satoshi Asami | 1996-05-20 | 1 | -5/+6 |
| | |||||
* | Use mod_env.c to pass environment to CGI instead of local hack | Andrey A. Chernov | 1996-05-19 | 2 | -8/+10 |
| | |||||
* | Update to Apache 1.0.5 (security fix) | Paul Traina | 1996-04-21 | 4 | -9/+7 |
| | |||||
* | Upgrade to 1.0.3 | Andrey A. Chernov | 1996-02-22 | 2 | -5/+5 |
| | |||||
* | Upgrade to 1.0.2. | John Fieber | 1996-02-07 | 2 | -4/+4 |
| | |||||
* | Fix MASTER_SITES. | John Fieber | 1995-12-04 | 1 | -2/+7 |
| | |||||
* | Update to 1.0 | John Fieber | 1995-12-02 | 2 | -5/+5 |
| | |||||
* | Change categories to "www". gn has "net" in there too. | Satoshi Asami | 1995-11-27 | 1 | -2/+2 |
| | |||||
* | fixed COMMENTS | Eric L. Hernes | 1995-10-28 | 1 | -1/+1 |
| | |||||
* | Don't try to install mime.types twice. | Paul Traina | 1995-09-29 | 1 | -0/+125 |
| | | | | | | 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. | ||||
* | Make apache less NCSA-like and more BSD-like. | Paul Traina | 1995-09-26 | 1 | -2/+2 |
| | | | | | | Binary installed in /usr/local/sbin. Document root is /usr/local/www/data. Server root is /usr/local/www/server. | ||||
* | Upgrade apache to 0.8.14, completely restructure port, and list myself as | Paul Traina | 1995-09-23 | 3 | -5/+7 |
| | | | | maintainer. | ||||
* | Upgrade apache to 0.8.13 | Paul Traina | 1995-09-19 | 3 | -7/+6 |
| | |||||
* | Port of the APACHE web server. | Jordan K. Hubbard | 1995-08-28 | 5 | -0/+70 |
Submitted by: "Eric L. Hernes" <erich@lodgenet.com> |