summaryrefslogtreecommitdiff
path: root/docs/STATUS
Commit message (Collapse)AuthorAgeFilesLines
* added taskLuis Gil2017-02-281-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1784676 13f79535-47bb-0310-9956-ffa450edef68
* Should probably move this to something on the docs-project website soRich Bowen2014-06-151-0/+4
| | | | | | | that someone other than me ever actually looks at it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1602709 13f79535-47bb-0310-9956-ffa450edef68
* Start slogging through the STATUS file againRich Bowen2014-06-151-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1602704 13f79535-47bb-0310-9956-ffa450edef68
* Remove SSLPKCS7CertificateFile support:Kaspar Brand2013-11-231-3/+0
| | | | | | | | | | | | | | | | | | | | - was never documented, so very unlikely that it was ever used - adds complexity without apparent benefit; PKCS#7 files can be trivially converted to a file for use with SSLCertificateChainFile (concatenated X509 CERTIFICATE chunks, openssl pkcs7 -print_certs...) - only supports PKCS7 files with PEM encoding, i.e. relies on a non-standardized PEM header (cf. RFC 2315 and draft-josefsson-pkix-textual) - issues pointed out in http://mail-archives.apache.org/mod_mbox/httpd-dev/200607.mbox/%3C20060723093125.GA19423@redhat.com%3E were never fully addressed (cf. r424707 and r424735) - has never worked in vhost context due to a cfgMergeString call missing from modssl_ctx_cfg_merge git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1544784 13f79535-47bb-0310-9956-ffa450edef68
* More updates to the STATUS/TODO listRich Bowen2013-02-251-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1449900 13f79535-47bb-0310-9956-ffa450edef68
* DoneRich Bowen2013-02-251-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1449859 13f79535-47bb-0310-9956-ffa450edef68
* Stuff I want to doRich Bowen2013-02-141-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1446033 13f79535-47bb-0310-9956-ffa450edef68
* Stuff I want to doRich Bowen2013-02-141-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1446032 13f79535-47bb-0310-9956-ffa450edef68
* MSIE Mac example is stupidRich Bowen2013-01-311-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1440748 13f79535-47bb-0310-9956-ffa450edef68
* UpdateDaniel Gruno2012-04-271-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331281 13f79535-47bb-0310-9956-ffa450edef68
* update STATUSIgor Galić2012-04-251-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330251 13f79535-47bb-0310-9956-ffa450edef68
* UpdateDaniel Gruno2012-04-101-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1311632 13f79535-47bb-0310-9956-ffa450edef68
* UpdateDaniel Gruno2012-04-081-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1311099 13f79535-47bb-0310-9956-ffa450edef68
* Condense the LaTeX/PDF stuff into a single bullet point, referencing theRich Bowen2012-04-031-18/+5
| | | | | | | now-closed ticket. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1308921 13f79535-47bb-0310-9956-ffa450edef68
* Adding a few quick notes to the docs STATUS file. Error codes and brokenRich Bowen2012-03-151-0/+7
| | | | | | | LaTeX output. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1300934 13f79535-47bb-0310-9956-ffa450edef68
* documentedEric Covener2012-03-121-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1299887 13f79535-47bb-0310-9956-ffa450edef68
* Note some directives that are lacking documenationStefan Fritsch2012-02-031-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1240384 13f79535-47bb-0310-9956-ffa450edef68
* Update heartbeat module documentation, add documentation for mod_watchdogSander Temme2012-01-071-5/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1228700 13f79535-47bb-0310-9956-ffa450edef68
* The mod_socache* modules now have basic documentation.Graham Leggett2011-12-061-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1210975 13f79535-47bb-0310-9956-ffa450edef68
* Not sure what this note was referring to. The xslt assembles theRich Bowen2011-10-101-6/+1
| | | | | | | | directives in alpha order, regardless of how they are in the xml source. I can't find a single example of a module doc being out of alpha order. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180909 13f79535-47bb-0310-9956-ffa450edef68
* TODO note regarding the LimitInternalRecursion error message.Rich Bowen2011-10-031-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178523 13f79535-47bb-0310-9956-ffa450edef68
* Remove from documentation STATUS things that have already been done.Rich Bowen2011-09-191-9/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172715 13f79535-47bb-0310-9956-ffa450edef68
* Done with making the 1.3 docs point to the relevant 2.2 docs.Rich Bowen2011-03-211-9/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1083845 13f79535-47bb-0310-9956-ffa450edef68
* I think I got the last of the "Allow from" and "Deny from" syntax, andRich Bowen2011-02-161-3/+0
| | | | | | | replaced it with the new access control syntax. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1071222 13f79535-47bb-0310-9956-ffa450edef68
* Note of a good place to get content for overhauling the SSL howtoRich Bowen2011-02-151-2/+5
| | | | | | | document. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070952 13f79535-47bb-0310-9956-ffa450edef68
* Note to self: Look through the docs for examples using Order, Deny,Rich Bowen2011-02-151-0/+3
| | | | | | | Allow, and convert them to the new Require syntax. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070910 13f79535-47bb-0310-9956-ffa450edef68
* Status updateIgor Galić2011-02-021-5/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1066630 13f79535-47bb-0310-9956-ffa450edef68
* Typo. Remove item that is done. Add new item. It never ends.Rich Bowen2011-01-141-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059176 13f79535-47bb-0310-9956-ffa450edef68
* No, he's not in fact working on that.Rich Bowen2011-01-131-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1058615 13f79535-47bb-0310-9956-ffa450edef68
* Updates to reflect current status of project.Rich Bowen2011-01-131-12/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1058585 13f79535-47bb-0310-9956-ffa450edef68
* Remove some stuff that's already been done.Rich Bowen2010-12-281-10/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053384 13f79535-47bb-0310-9956-ffa450edef68
* The FAQ is over *there*Rich Bowen2010-12-101-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044381 13f79535-47bb-0310-9956-ffa450edef68
* Add a couple reminders for myself regarding translations.Rich Bowen2010-11-291-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1040128 13f79535-47bb-0310-9956-ffa450edef68
* Add TODO item to STATUS.Rich Bowen2010-11-271-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039615 13f79535-47bb-0310-9956-ffa450edef68
* STATUS update.Igor Galić2010-11-241-7/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1038638 13f79535-47bb-0310-9956-ffa450edef68
* Update status of ap_expr and LimitStefan Fritsch2010-11-201-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037326 13f79535-47bb-0310-9956-ffa450edef68
* Thanks, everyone, for your work at ApacheCon. 54 documentation bugzillaRich Bowen2010-11-081-16/+0
| | | | | | | tickets closed. That's awesome. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032603 13f79535-47bb-0310-9956-ffa450edef68
* Note that people should not spend time on the ap_expr documentation, yet.Stefan Fritsch2010-11-041-0/+2
| | | | | | | I hope I will post something reviewable to the dev-list in the next few days. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031171 13f79535-47bb-0310-9956-ffa450edef68
* The discussion of conditional logging is much better than I remember it being.Rich Bowen2010-11-041-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031156 13f79535-47bb-0310-9956-ffa450edef68
* Note that the new expression language for <If> and Require exprDaniel Earl Poirier2010-11-041-0/+5
| | | | | | | needs documentatio. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031142 13f79535-47bb-0310-9956-ffa450edef68
* Removed the stuff that is ancient and embarrassing. Hopefully I didn'tRich Bowen2010-11-041-3/+0
| | | | | | | miss anything. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031020 13f79535-47bb-0310-9956-ffa450edef68
* Oh, look, someone beat me to the FAQ.Rich Bowen2010-11-041-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030980 13f79535-47bb-0310-9956-ffa450edef68
* While I expect Bill Stoddard would be willing, he's not particularlyRich Bowen2010-11-021-1/+1
| | | | | | | involved any more. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030187 13f79535-47bb-0310-9956-ffa450edef68
* While "largely rubbish" was a bit of an overstatement, this is done now.Rich Bowen2010-11-021-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030182 13f79535-47bb-0310-9956-ffa450edef68
* Ok, did that.Rich Bowen2010-11-021-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030171 13f79535-47bb-0310-9956-ffa450edef68
* Are the per-module links to 2.2 correct?Rich Bowen2010-11-021-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030143 13f79535-47bb-0310-9956-ffa450edef68
* Note that the docs aren't always clear when directives only affectDaniel Earl Poirier2010-10-301-0/+3
| | | | | | | requests handled by the default handler. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029114 13f79535-47bb-0310-9956-ffa450edef68
* Add todo item to docs STATUS.Rainer Jung2010-10-291-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028644 13f79535-47bb-0310-9956-ffa450edef68
* The "rewrite guide", so called, has now been completely rewritten inRich Bowen2010-10-281-1/+0
| | | | | | | | | trunk. The consensus is that we don't need to do anything with the 1.3, 2.0, or 2.2 version of this document, and are content to make it awesome on trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028400 13f79535-47bb-0310-9956-ffa450edef68
* Adding links to 1.3 docs is going to be the death of me.Rich Bowen2010-10-281-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028384 13f79535-47bb-0310-9956-ffa450edef68