1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-29 09:01:18 +03:00

186 Commits

Author SHA1 Message Date
f189706c0b added task
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1784676 13f79535-47bb-0310-9956-ffa450edef68
2017-02-28 00:51:51 +00:00
42031ba846 Should probably move this to something on the docs-project website so
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
2014-06-15 15:44:08 +00:00
bf65444dad Start slogging through the STATUS file again
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1602704 13f79535-47bb-0310-9956-ffa450edef68
2014-06-15 15:20:43 +00:00
e7dc6dd3f4 Remove SSLPKCS7CertificateFile support:
- 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
2013-11-23 13:03:25 +00:00
551f0799c6 More updates to the STATUS/TODO list
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1449900 13f79535-47bb-0310-9956-ffa450edef68
2013-02-25 21:08:41 +00:00
127f1eb2d7 Done
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1449859 13f79535-47bb-0310-9956-ffa450edef68
2013-02-25 19:47:56 +00:00
de8b145ee9 Stuff I want to do
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1446033 13f79535-47bb-0310-9956-ffa450edef68
2013-02-14 02:41:54 +00:00
9c12e42974 Stuff I want to do
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1446032 13f79535-47bb-0310-9956-ffa450edef68
2013-02-14 02:29:04 +00:00
0f468efdb0 MSIE Mac example is stupid
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1440748 13f79535-47bb-0310-9956-ffa450edef68
2013-01-31 00:27:04 +00:00
c6965b8e22 Update
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331281 13f79535-47bb-0310-9956-ffa450edef68
2012-04-27 07:57:17 +00:00
c66a72e816 update STATUS
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330251 13f79535-47bb-0310-9956-ffa450edef68
2012-04-25 12:49:54 +00:00
adca9731d0 Update
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1311632 13f79535-47bb-0310-9956-ffa450edef68
2012-04-10 08:32:16 +00:00
f0404b4cc5 Update
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1311099 13f79535-47bb-0310-9956-ffa450edef68
2012-04-08 20:52:07 +00:00
1243317c34 Condense the LaTeX/PDF stuff into a single bullet point, referencing the
now-closed ticket.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1308921 13f79535-47bb-0310-9956-ffa450edef68
2012-04-03 14:04:00 +00:00
9f47057edb Adding a few quick notes to the docs STATUS file. Error codes and broken
LaTeX output.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1300934 13f79535-47bb-0310-9956-ffa450edef68
2012-03-15 11:50:49 +00:00
b180d99356 documented
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1299887 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 21:44:30 +00:00
d4da55ab6a Note some directives that are lacking documenation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1240384 13f79535-47bb-0310-9956-ffa450edef68
2012-02-03 23:00:37 +00:00
81cd9d743d Update heartbeat module documentation, add documentation for mod_watchdog
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1228700 13f79535-47bb-0310-9956-ffa450edef68
2012-01-07 19:10:28 +00:00
8491aff07e The mod_socache* modules now have basic documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1210975 13f79535-47bb-0310-9956-ffa450edef68
2011-12-06 15:15:25 +00:00
39b57b6195 Not sure what this note was referring to. The xslt assembles the
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
2011-10-10 12:12:59 +00:00
88659be5ba TODO note regarding the LimitInternalRecursion error message.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178523 13f79535-47bb-0310-9956-ffa450edef68
2011-10-03 19:14:23 +00:00
0a332fd186 Remove from documentation STATUS things that have already been done.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172715 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19 17:19:26 +00:00
9a56866a71 Done with making the 1.3 docs point to the relevant 2.2 docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1083845 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21 15:49:32 +00:00
ec852762f8 I think I got the last of the "Allow from" and "Deny from" syntax, and
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
2011-02-16 12:20:51 +00:00
ba5023aafc Note of a good place to get content for overhauling the SSL howto
document.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070952 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15 16:13:20 +00:00
a8338770b2 Note to self: Look through the docs for examples using Order, Deny,
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
2011-02-15 14:08:36 +00:00
841d28b419 Status update
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1066630 13f79535-47bb-0310-9956-ffa450edef68
2011-02-02 21:23:41 +00:00
4937cd269d Typo. Remove item that is done. Add new item. It never ends.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059176 13f79535-47bb-0310-9956-ffa450edef68
2011-01-14 21:22:07 +00:00
76d9486fd0 No, he's not in fact working on that.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1058615 13f79535-47bb-0310-9956-ffa450edef68
2011-01-13 15:43:33 +00:00
382ffa64cd Updates to reflect current status of project.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1058585 13f79535-47bb-0310-9956-ffa450edef68
2011-01-13 14:43:51 +00:00
942f755712 Remove some stuff that's already been done.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053384 13f79535-47bb-0310-9956-ffa450edef68
2010-12-28 16:26:27 +00:00
a4e56bb13b The FAQ is over *there*
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044381 13f79535-47bb-0310-9956-ffa450edef68
2010-12-10 14:53:32 +00:00
d1720d9864 Add a couple reminders for myself regarding translations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1040128 13f79535-47bb-0310-9956-ffa450edef68
2010-11-29 14:41:29 +00:00
fa8711ecb7 Add TODO item to STATUS.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039615 13f79535-47bb-0310-9956-ffa450edef68
2010-11-27 03:24:14 +00:00
3269a8b5ec STATUS update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1038638 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24 15:04:57 +00:00
c6230cc889 Update status of ap_expr and Limit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037326 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20 20:53:13 +00:00
24b82fba95 Thanks, everyone, for your work at ApacheCon. 54 documentation bugzilla
tickets closed. That's awesome.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032603 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 15:39:06 +00:00
df8aa2f6b3 Note that people should not spend time on the ap_expr documentation, yet.
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
2010-11-04 19:29:27 +00:00
0a3409eee7 The discussion of conditional logging is much better than I remember it being.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031156 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 19:03:36 +00:00
586c7884f1 Note that the new expression language for <If> and Require expr
needs documentatio.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031142 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 18:44:46 +00:00
57f926c979 Removed the stuff that is ancient and embarrassing. Hopefully I didn't
miss anything.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031020 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 15:07:29 +00:00
ca6caf590e Oh, look, someone beat me to the FAQ.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030980 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 13:42:24 +00:00
4ec30b6031 While I expect Bill Stoddard would be willing, he's not particularly
involved any more.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030187 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 19:21:57 +00:00
9a795f9a92 While "largely rubbish" was a bit of an overstatement, this is done now.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030182 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 19:16:15 +00:00
b79ec57790 Ok, did that.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030171 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 18:46:34 +00:00
05843bbbb9 Are the per-module links to 2.2 correct?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030143 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 17:44:57 +00:00
cb7ffee82e Note that the docs aren't always clear when directives only affect
requests handled by the default handler.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029114 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 16:47:05 +00:00
6455053fcb Add todo item to docs STATUS.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028644 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 08:45:22 +00:00
bf253cacca The "rewrite guide", so called, has now been completely rewritten in
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
2010-10-28 17:35:41 +00:00
7017e255fc Adding links to 1.3 docs is going to be the death of me.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028384 13f79535-47bb-0310-9956-ffa450edef68
2010-10-28 17:02:38 +00:00