History log of /httpd/LAYOUT
Revision Date Author Comments Expand
a30492323268dd33697f3162909c6a4724d409fa 1612937 23-Jul-2014 rjung

Fix obvious errors. Probably the rest of the file is outdated as well.

b4e664baba9a4be0457c31f84b3dcc4c31f2cb07 1527295 29-Sep-2013 kbrand

Improve ephemeral key handling (companion to r1526168): - allow to configure custom DHE or ECDHE parameters via the SSLCertificateFile directive, and adapt its documentation accordingly (addresses PR 49559) - add standardized DH parameters from RFCs 2409 and 3526, use them based on the length of the certificate's RSA/DSA key, and add a FAQ entry for clients which limit DH support to 1024 bits (such as Java 7 and earlier) - move ssl_dh_GetParamFromFile() from ssl_engine_dh.c to ssl_util_ssl.c, and add ssl_ec_GetParamFromFile() - drop ssl_engine_dh.c from mod_ssl For the standardized DH parameters, OpenSSL version 0.9.8a or later is required, which was therefore made a new minimum requirement in r1527294.

80585128a7828207474bc9e46d2f3c7aee34e754 1049726 15-Dec-2010 rjung

Remove some obsolete files from obsolete and incomplete list.

4a13940dc2990df0a798718d3a3f9cf1566c2217 807930 26-Aug-2009 bjh

Bring back OS/2 support. Reverses r758929 with a little bit of conflict resolution.

c1f462d7c99794eaeaeab3940aa84f36ede3e587 804678 16-Aug-2009 bjh

Bring OS/2 MPM back from the dead. Reverses r758899.

7677dd9b01d498a2af1cddb8e2506a25d7da630b 759115 27-Mar-2009 trawick

The Event MPM is no longer experimental; move it out of that ghetto. Yank the few bits that implement the concept of an experimental MPM.

eacb724157bafd5062590305826ebc6fecb48cd2 758936 27-Mar-2009 trawick

remove TPF support

1ca054782cb35b5f67686a41b1df75c269fa617b 758929 27-Mar-2009 trawick

remove OS/2 platform support

e777c0ded95165b62dc1f37d75420db9257a4399 758899 26-Mar-2009 trawick

remove OS/2 MPM

d9d4644be2fe336af6e00cadaf28532f68d1e090 758891 26-Mar-2009 trawick

remove BeOS OS support

0827bb5e74b4053883d808b205248e8966536665 758796 26-Mar-2009 trawick

axe BeOS MPM

8afa7897894d641cb8ec4f601b9869f9b509609e 350202 01-Dec-2005 fielding

minor doc changes already on 2.2 branch

a9ee8e9bd3dffd23ca49be8d0bdf0e33cd0bcce2 102227 08-Jan-2004 jorton

Add support to mod_ssl for a distributed session cache using distcache. * LAYOUT: Update for removal of scache_shmht and addition of scache_dc. * modules/ssl/config.m4: Check for libdistcache; build ssl_scache_dc.lo. * modules/ssl/mod_ssl.dsp: Build ssl_scache_dc (with luck). * modules/ssl/mod_ssl.h: Add SSL_SCMODE_DC and scache_dc_* prototypes. * modules/ssl/ssl_engine_config.c (ssl_cmd_SSLSessionCache): Allow use of dc: argument. * modules/ssl/ssl_scache_dc.c: New file. * modules/ssl/ssl_scache.c (ssl_scache_init, ssl_scache_kill, ssl_scache_store, ssl_scache_retrieve, ssl_scache_remove, ssl_ext_status_hook): Hook into scache_dc. Submitted by: Geoff Thorpe <geoff@geoffthorpe.net>

4e191199a0aeab09d78df8f5579e745572e8b7bc 97800 08-Dec-2002 wsanchez

2.0 -> 2.1

INSTALL LAYOUT README README.platforms build/httpd_roll_release docs/STATUS docs/conf/httpd-std.conf.in docs/conf/httpd-win.conf docs/conf/ssl-std.conf docs/manual/faq/index.html docs/manual/faq/support.html docs/manual/glossary.html.en docs/manual/glossary.xml docs/manual/install.html.de docs/manual/install.html.en docs/manual/install.html.ja.jis docs/manual/install.html.ko.euc-kr docs/manual/install.xml docs/manual/install.xml.de docs/manual/install.xml.ja docs/manual/mod/mod_info.html.en docs/manual/mod/mod_info.html.ja.jis docs/manual/mod/mod_info.xml docs/manual/mod/mod_info.xml.ja docs/manual/programs/suexec.html docs/manual/ssl/ssl_faq.html.en docs/manual/ssl/ssl_faq.xml docs/manual/suexec.html.en docs/manual/suexec.html.ja.jis docs/manual/suexec.xml docs/manual/suexec.xml.ja modules/experimental/README modules/proxy/CHANGES modules/ssl/README modules/ssl/ssl_expr_scan.c server/util.c
1c6191318b2fc162240d88579d56125d1d306270 95406 30-May-2002 wrowe

Split out the LAYOUT