summaryrefslogtreecommitdiff
path: root/www/apache2/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix path to apachectl in stopAndrey A. Chernov2000-07-181-1/+1
|
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-0/+20
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Add appropriate AddType and DirectoryIndex in preparation forDirk Froemberg2000-05-291-4/+50
| | | | | | mod_php[34]. Approved by: ache (maintainer)
* upgrade to 1.3.11Andrey A. Chernov2000-01-242-36/+26
|
* upgrade to 1.3.9Andrey A. Chernov1999-09-036-101/+77
|
* upgrade to 1.3.6Andrey A. Chernov1999-03-252-96/+83
|
* upgrade to 1.3.4Andrey A. Chernov1999-01-153-245/+147
|
* upgrade to 1.3.2Andrey A. Chernov1998-09-242-28/+32
|
* "ln -s" -> "ln -sf" to make this port reinstall-friendly.Satoshi Asami1998-08-051-3/+3
|
* apachectl: redirect kill output to /dev/nullAndrey A. Chernov1998-07-231-1/+18
|
* Upgrade to 1.3.1Andrey A. Chernov1998-07-233-30/+91
|
* upgrade to 1.3b7Andrey A. Chernov1998-06-052-153/+140
|
* Upgrade to 1.3b6, now with loadable modules!Andrey A. Chernov1998-04-214-116/+173
|
* Upgrade to 1.3b5Andrey A. Chernov1998-02-201-10/+44
|
* Redirect ulimit output to /dec/nullAndrey A. Chernov1997-11-211-1/+1
|
* Upgrade to 1.3b3Andrey A. Chernov1997-11-212-28/+20
|
* Compile with -funsigned-char instead of (unsigned char) castAndrey A. Chernov1997-10-231-51/+0
| | | | and not replace Apache functions now
* Upgrade to 1.3b2, now with support files and docs installedAndrey A. Chernov1997-10-224-31/+229
|
* Do not replace Apache md5 with FreeBSD one, it causeAndrey A. Chernov1997-08-251-19/+0
| | | | support problems and gains almost nothing
* Update the repository copied (with history) apache 1.2.1 to 1.3a1 from thePeter Wemm1997-08-121-6/+6
| | | | original apache-current port.
* Split apache to -stable and -currentAndrey A. Chernov1997-07-261-2/+0
|
* Upgrade to 1.2b11Andrey A. Chernov1997-05-311-46/+0
|
* Upgrade to 1.2b10Andrey A. Chernov1997-05-021-0/+19
|
* Conditionalize all my patchesAndrey A. Chernov1996-11-071-127/+0
|
* Situation:Andrey A. Chernov1996-11-041-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.
* Split /usr/local/etc/apache/* in more reasonable wayAndrey A. Chernov1996-08-221-46/+0
| | | | Warning: SSL part not updated completely
* 1) Add the ability to build a secure (SSL'ed) server, conditionalisedMark Murray1996-08-112-1/+3
| | | | | | | | 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.
* Upgrade to 1.1.1Andrey A. Chernov1996-07-111-30/+33
| | | | OK-ed by: gpalmer
* Don't try to install mime.types twice.Paul Traina1995-09-291-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.