1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-02 06:53:27 +03:00
Commit Graph

40 Commits

Author SHA1 Message Date
Daniel Gruno
715c755f5a Forgot one more 2.2-style rule that needed fixing
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1380242 13f79535-47bb-0310-9956-ffa450edef68
2012-09-03 14:21:53 +00:00
Daniel Gruno
0a20542880 Replacing 2.2-style IP check with 2.4-style.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1380240 13f79535-47bb-0310-9956-ffa450edef68
2012-09-03 14:17:14 +00:00
Daniel Gruno
78fe5dc6e3 Move SSLCACertificate* into the correct (allowed) context in the examples.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1353828 13f79535-47bb-0310-9956-ffa450edef68
2012-06-26 06:43:26 +00:00
Daniel Gruno
14e7630d18 Syntax and formatting fixings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330881 13f79535-47bb-0310-9956-ffa450edef68
2012-04-26 14:40:34 +00:00
Daniel Gruno
912fb9b877 More typo fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328589 13f79535-47bb-0310-9956-ffa450edef68
2012-04-21 06:13:05 +00:00
Igor Galić
84c2e04cbf SSLv2 is dead. Pease leave it at that.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328163 13f79535-47bb-0310-9956-ffa450edef68
2012-04-20 00:57:33 +00:00
Kaspar Brand
96746b9253 Change the SSLCipherSuite default to a shorter, whitelist
oriented definition, and add an example for a speed-optimized
configuration (commented out by default).

In the SSL How-To, streamline the SSLCipherSuite examples where
applicable (explicitly banning EXP and NULL is not needed when
only HIGH is specified).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1203752 13f79535-47bb-0310-9956-ffa450edef68
2011-11-18 17:17:20 +00:00
Jim Jagielski
69c1a5c854 Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174747 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23 13:36:39 +00:00
Stefan Fritsch
6572b94bc6 AFAICS, we don't have a default cipher suite but depend on openssl's default.
Document the fact that this default depends on the openssl version.
Recommend !aNULL over !ADH, because the former also excludes !AECDH in openssl
1.0+


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1135241 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13 19:30:05 +00:00
Stefan Fritsch
45066dfb15 purge some useless uses of '.*'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1132802 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06 22:09:22 +00:00
Rich Bowen
7e01509f87 I don't think we want to encourage people to use _default_. It's
confusing, and hardly ever the right solution.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070919 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15 14:26:18 +00:00
Rich Bowen
a8b84e115c People come to the SSL docs primarily for advice on getting SSL working.
Arrange the TOC accordingly, and remove condescending introductory quote
and meaningless paragraph.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070915 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15 14:23:40 +00:00
Jeff Trawick
13038e4e92 use example.com instead of other non-standard examples
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042758 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06 18:48:30 +00:00
Igor Galić
e4f319fdc8 More fixes on Pr#50307
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037337 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20 21:45:50 +00:00
Igor Galić
fdfad31a21 A first attempt at PR#50307
Trying to get rid of old- or un-facts.
./build.sh all


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037224 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20 14:29:52 +00:00
Rich Bowen
ec5ecdba66 Adds indentation. Cosmetic change only.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1035435 13f79535-47bb-0310-9956-ffa450edef68
2010-11-15 20:37:19 +00:00
Rich Bowen
7962cd9876 Missing newline
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1035434 13f79535-47bb-0310-9956-ffa450edef68
2010-11-15 20:35:37 +00:00
Rich Bowen
353e6ad7dd Adds an example of how to set up SSL to the SSL howto. Seems like an
obvious omission.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031028 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 15:21:24 +00:00
Stefan Fritsch
ba0d30294e Replace LogLevelDebugDump with TRACE log levels
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951904 13f79535-47bb-0310-9956-ffa450edef68
2010-06-06 17:10:23 +00:00
Takashi Sato
f32647d426 Style fix. Almost all are detabs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@659902 13f79535-47bb-0310-9956-ffa450edef68
2008-05-25 03:28:34 +00:00
Vincent Bray
abe71efea4 Pet peeve: fix capitalisation of 'Require' directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@635137 13f79535-47bb-0310-9956-ffa450edef68
2008-03-09 02:31:41 +00:00
Erik Abele
9e9008717f Fix typo in IP address.
Submitted privately by: Markus Weber <Weber.Markus akdb.de>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@632632 13f79535-47bb-0310-9956-ffa450edef68
2008-03-01 17:43:02 +00:00
Vincent Bray
9f7d847e8e Link to an explaination of the password format used in an example.
(Suggested by Jack D. Pond)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@611035 13f79535-47bb-0310-9956-ffa450edef68
2008-01-11 03:36:51 +00:00
Roy T. Fielding
44fa6e0073 update license header text
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@420990 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 20:55:32 +00:00
Colm MacCarthaigh
dd95d7c37c Update the copyright year in all .c, .h and .xml files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395228 13f79535-47bb-0310-9956-ffa450edef68
2006-04-19 12:11:27 +00:00
Noirin Plunkett
766f0e20d8 Rewrite of the mod_ssl HOWTO - only language changes, no code changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@369201 13f79535-47bb-0310-9956-ffa450edef68
2006-01-15 14:12:47 +00:00
Justin Erenkrantz
905cdf9f0b Update copyright year to 2005 and standardize on current copyright owner line.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151408 13f79535-47bb-0310-9956-ffa450edef68
2005-02-04 20:28:49 +00:00
André Malo
f650d76c97 fix copyright notice
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125274 13f79535-47bb-0310-9956-ffa450edef68
2005-01-15 16:43:53 +00:00
André Malo
4ac4e5a1e3 $Revision$ is slightly misdocumented (only available since svn 1.1)
use LastChangedRevision instead


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105989 13f79535-47bb-0310-9956-ffa450edef68
2004-11-20 18:42:58 +00:00
André Malo
3b900e6993 adjust properties and revision expansion of the English docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105981 13f79535-47bb-0310-9956-ffa450edef68
2004-11-20 17:06:17 +00:00
Yoshiki Hayashi
6b45004e24 Fix typo. is->it
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104516 13f79535-47bb-0310-9956-ffa450edef68
2004-08-06 06:59:50 +00:00
André Malo
79bba88026 add revision keyword
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103425 13f79535-47bb-0310-9956-ffa450edef68
2004-04-17 11:18:06 +00:00
André Malo
b68721ed3a fix name of The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102617 13f79535-47bb-0310-9956-ffa450edef68
2004-02-09 20:22:54 +00:00
André Malo
64fcec24d3 apply Apache License, Version 2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102533 13f79535-47bb-0310-9956-ffa450edef68
2004-02-07 15:25:19 +00:00
André Malo
a9cddb794f remove the relativepath element from the documents.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99344 13f79535-47bb-0310-9956-ffa450edef68
2003-04-12 15:04:47 +00:00
André Malo
94fc883415 add the metafile attribute to all xml files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99326 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 01:25:58 +00:00
Chris Pepper
d4ac45922d Many simple typos.
RedHat's -> Red Hat's, underlaying -> underlying
	the Netherlands, the United Kingdom, the United States

	Additionally, ssl_howto.xml uses 'coherences' unclearly -- should this be 'interactions?.

	ssl_compat.xml uses 'compactified', which isn't a real word, but I'm not sure what it's intended to mean.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99052 13f79535-47bb-0310-9956-ffa450edef68
2003-03-24 01:54:27 +00:00
André Malo
d7c74e418a - add several <parentdocument>s
- mention the rewriteguide on misc/index
  (hmm, what about the perf-hp document in /platform/?
   Is it still on topic?)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97549 13f79535-47bb-0310-9956-ffa450edef68
2002-11-17 06:28:40 +00:00
André Malo
54c2f3418c fix many links in respect to the aaa changes.
Probably overlooked one or two ;-)

Some files are left unmodified, since the parts there
aren't clear or have to be (re-)written:

ebcdic.xml
new_features_2_0.xml
upgrading.xml


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97153 13f79535-47bb-0310-9956-ffa450edef68
2002-10-09 01:16:06 +00:00
André Malo
de6ba802b9 New SSL XML, part two.
Submitted by: Thomas Sj�gren <thomas@northernsecurity.net>

[This is also not the original submission. I revised a lot
of things (structure, markup etc.)]

other files: style & markup fine tuning


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97009 13f79535-47bb-0310-9956-ffa450edef68
2002-09-29 00:11:28 +00:00