Vincent Deffontaines
0bafec0852
[Doc][trunk] Introducing french translation for misc/password_encryption
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1542363 13f79535-47bb-0310-9956-ffa450edef68
2013-11-15 18:30:46 +00:00
Vincent Deffontaines
111af11d3d
[trunk][doc] Introducing the howto/index french translation
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1542357 13f79535-47bb-0310-9956-ffa450edef68
2013-11-15 18:14:55 +00:00
Vincent Deffontaines
c4e1c56162
CGI is no longer the most common way to provide dynamic content, is it?
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1542353 13f79535-47bb-0310-9956-ffa450edef68
2013-11-15 18:02:29 +00:00
Vincent Deffontaines
2327313e3a
[trunk][doc] Introducing .fr translation for howto/access
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1540810 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 19:08:29 +00:00
Lucien Gentis
5e49fdb01e
Update.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1540342 13f79535-47bb-0310-9956-ffa450edef68
2013-11-09 16:49:25 +00:00
Daniel Gruno
0502363bff
xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1537927 13f79535-47bb-0310-9956-ffa450edef68
2013-11-01 13:20:32 +00:00
Daniel Gruno
51c1c40472
Fixes to the modguide, courtesy of Petter Berntsen (sluggr)
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1537915 13f79535-47bb-0310-9956-ffa450edef68
2013-11-01 12:40:29 +00:00
Joe Orton
adfa36691b
Transforms.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1536311 13f79535-47bb-0310-9956-ffa450edef68
2013-10-28 10:53:20 +00:00
Joe Orton
0fe26d63bd
* docs/manual/upgrading.xml: Note 2.4 backwards-compat break for
...
some piped logging configurations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1536310 13f79535-47bb-0310-9956-ffa450edef68
2013-10-28 10:51:36 +00:00
Eric Covener
e2618c0b58
this was backported to 2.2, so not an upgrade issue.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1536021 13f79535-47bb-0310-9956-ffa450edef68
2013-10-26 19:05:31 +00:00
Lucien Gentis
8351cb2d5f
/. Initialisations
...
if (! laCouleurFond) setCouleurFond(MENU_POPUP_COULEUR_FOND); else setCouleurFond(laCouleurFond);
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1535995 13f79535-47bb-0310-9956-ffa450edef68
2013-10-26 14:33:57 +00:00
Daniel Ruggeri
ffdb1b50a1
Allow for format specifiers to be used in the base substitution string for Header edit
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1535788 13f79535-47bb-0310-9956-ffa450edef68
2013-10-25 17:16:46 +00:00
Eric Covener
41488e891d
SECURITY (CVE-2014-0231): Fix for DoS due to hang waiting for CGI script.
...
Patch one of two.
Permit a read timeout to be used in mod_cgid to give up on a slow CGI script.
In trunk, it defaults to the servers Timeout. PR43494
Submitted By: Eric Covener, Toshikuni Fukaya
Reviewed By: Eric Covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1535125 13f79535-47bb-0310-9956-ffa450edef68
2013-10-23 19:26:08 +00:00
André Malo
66dbf61405
update transformation
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533943 13f79535-47bb-0310-9956-ffa450edef68
2013-10-20 18:33:04 +00:00
André Malo
9839cc96a2
property fix.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533940 13f79535-47bb-0310-9956-ffa450edef68
2013-10-20 18:27:07 +00:00
Ben Reser
93ff0925d8
Followup to r1533810: Put the rotatelogs docs in the right place.
...
* docs/man/rotatelogs.8,
docs/manual/programs/rotatelogs.html.en: Remove changes from r1533810.
* docs/manual/programs/rotatelogs.xml: Adjust docs for new -d option.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533935 13f79535-47bb-0310-9956-ffa450edef68
2013-10-20 18:12:23 +00:00
Ben Reser
779bd67fa2
Add an option to autocreate directories to rotatelogs.
...
* support/rotatelogs.c
(rotate_config): Remove const from szLogRoot since we'll be passing it to
apr_filepath_merge. Add create_path member.
(usage, dumpConfig): Update to reflect new -d option.
(doRotate): Add code that knows how to create the directories a log file
is going to go into.
(main): Add the -d option and canonicalize the incoming path with
apr_filepath_merge() so that the code in doRotate can work properly.
* docs/man/rotatelogs.8,
docs/manual/programs/rotatelogs.html.en: Update for -d option.
PR: 46669
Submitted by: Philippe Lantin <plantin cobaltgroup.com>
(which was actually a patch written by myself when I worked there)
Tweaked by: breser (ported to trunk and changed option from -p to -d)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533810 13f79535-47bb-0310-9956-ffa450edef68
2013-10-19 19:10:33 +00:00
Lucien Gentis
c41f930191
Updates.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533767 13f79535-47bb-0310-9956-ffa450edef68
2013-10-19 14:11:05 +00:00
Daniel Ruggeri
332c08aa33
Remove erroneous space reported in pr55676
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533750 13f79535-47bb-0310-9956-ffa450edef68
2013-10-19 12:50:25 +00:00
Igor Galić
7fa552c097
xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533276 13f79535-47bb-0310-9956-ffa450edef68
2013-10-17 22:18:34 +00:00
Igor Galić
fefa44311c
So, Fix pet-peeve!
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533275 13f79535-47bb-0310-9956-ffa450edef68
2013-10-17 22:15:29 +00:00
Igor Galić
c161119cae
Fix typos and grammar.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533274 13f79535-47bb-0310-9956-ffa450edef68
2013-10-17 22:14:30 +00:00
Rich Bowen
a4ef54fbbc
Grammar
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533255 13f79535-47bb-0310-9956-ffa450edef68
2013-10-17 20:40:47 +00:00
Jeff Trawick
10476aa08f
s/sometimes maybe not what/sometimes may not be what/
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533224 13f79535-47bb-0310-9956-ffa450edef68
2013-10-17 19:32:33 +00:00
Rich Bowen
6e94c232c7
Rebuild doc.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533198 13f79535-47bb-0310-9956-ffa450edef68
2013-10-17 18:23:51 +00:00
Rich Bowen
81ab5bdbe4
Broken markup in example
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533197 13f79535-47bb-0310-9956-ffa450edef68
2013-10-17 18:23:19 +00:00
Jim Jagielski
3d76743798
docco update now that we can support URL paths
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533154 13f79535-47bb-0310-9956-ffa450edef68
2013-10-17 16:54:53 +00:00
Jeff Trawick
a0a6b456c1
add generated files
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1532822 13f79535-47bb-0310-9956-ffa450edef68
2013-10-16 17:16:14 +00:00
Jeff Trawick
2fc962a22a
generated files
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1532819 13f79535-47bb-0310-9956-ffa450edef68
2013-10-16 17:12:57 +00:00
Jeff Trawick
9db7c3545d
Interpolation worked within the scheme portion of URLs for
...
ProxyPass and ProxyPassReverse until a fix to apr_uri_parse()
in APR-Util 1.5.2 closed the hole that had previously allowed
the necessary {} characters within the scheme.
Lack of support for interpolation within the scheme will be a
permanent limitation.
The mod_proxy documentation is updated to provide an alternate
configuration solution.
PR: 55315
Submitted by: Mike Rumph <mike.rumph oracle.com>
Tweaked by: trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1532816 13f79535-47bb-0310-9956-ffa450edef68
2013-10-16 17:11:29 +00:00
Jim Jagielski
6c23d1338a
xforms update
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1532397 13f79535-47bb-0310-9956-ffa450edef68
2013-10-15 15:45:30 +00:00
Jim Jagielski
9b6fb3d615
Standardize on:
...
unix:/path/to/socket|scheme://ignored
for ProxyPass UDS.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1532394 13f79535-47bb-0310-9956-ffa450edef68
2013-10-15 15:38:09 +00:00
Chris Darroch
cc4c936c2e
Support optional initialization arguments for socache providers in
...
mod_authn_socache.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1531961 13f79535-47bb-0310-9956-ffa450edef68
2013-10-14 16:08:41 +00:00
Jim Jagielski
5f17fef1a5
xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1531934 13f79535-47bb-0310-9956-ffa450edef68
2013-10-14 15:03:05 +00:00
Jim Jagielski
0b40ddae79
IDE typo error
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1531933 13f79535-47bb-0310-9956-ffa450edef68
2013-10-14 15:02:50 +00:00
Jim Jagielski
935f822f44
Update doccos about UDS
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1531930 13f79535-47bb-0310-9956-ffa450edef68
2013-10-14 14:59:40 +00:00
Lucien Gentis
ce430a69ee
Updates.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1531538 13f79535-47bb-0310-9956-ffa450edef68
2013-10-12 15:03:05 +00:00
Jim Jagielski
e40e0a785b
Reformat the UDS support inline with a new naming structure.
...
Use a flag for speed for testing.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1531340 13f79535-47bb-0310-9956-ffa450edef68
2013-10-11 16:12:41 +00:00
Christophe Jaillet
b7924d7645
Break long lines.
...
Add missing <code></code>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1530514 13f79535-47bb-0310-9956-ffa450edef68
2013-10-09 07:15:29 +00:00
Christophe Jaillet
fb96deae58
Fix typo
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1530161 13f79535-47bb-0310-9956-ffa450edef68
2013-10-08 06:03:48 +00:00
Lucien Gentis
c2c75f9172
Update.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1529447 13f79535-47bb-0310-9956-ffa450edef68
2013-10-05 13:09:18 +00:00
Kaspar Brand
59f903858e
update transformations for mod_ssl and ssl_faq
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1527296 13f79535-47bb-0310-9956-ffa450edef68
2013-09-29 10:41:52 +00:00
Kaspar Brand
169f992d89
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.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1527295 13f79535-47bb-0310-9956-ffa450edef68
2013-09-29 10:35:46 +00:00
Lucien Gentis
fe341032f6
Updates.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1527200 13f79535-47bb-0310-9956-ffa450edef68
2013-09-28 15:22:23 +00:00
Kaspar Brand
a6a324f9bb
Streamline ephemeral key handling:
...
- drop support for ephemeral RSA keys (only allowed/needed
for export ciphers)
- drop pTmpKeys from the per-process SSLModConfigRec, and remove
the temp key generation at startup (unnecessary for DHE/ECDHE)
- unconditionally disable null and export-grade ciphers by always
prepending "!aNULL:!eNULL:!EXP:" to any cipher suite string
- do not configure per-connection SSL_tmp_*_callbacks, as it is
sufficient to set them for the SSL_CTX
- set default curve for ECDHE at startup, obviating the need
for a per-handshake callback, for the time being (and also
configure SSL_OP_SINGLE_ECDH_USE, previously left out)
For additional background, see
https://mail-archives.apache.org/mod_mbox/httpd-dev/201309.mbox/%3C52358ED1.2070704@velox.ch%3E
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1526168 13f79535-47bb-0310-9956-ffa450edef68
2013-09-25 12:52:35 +00:00
Eric Covener
b15541f8e0
Change the default value of AuthLDAPMaxSubGroupDepth, so sub-group searching
...
is opt-in. Not intended for 2.4 backport.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1525866 13f79535-47bb-0310-9956-ffa450edef68
2013-09-24 12:14:57 +00:00
Jan Kaluža
a4330cc11c
mod_syslog: New module implementing syslog ap_error_log provider.
...
Previously, this code was part of core, now it's in separate module.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1525600 13f79535-47bb-0310-9956-ffa450edef68
2013-09-23 14:16:17 +00:00
Jan Kaluža
59bb55791e
Add ap_errorlog_provider to make ErrorLog logging modular. Move
...
syslog support from core to new mod_syslog.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1525597 13f79535-47bb-0310-9956-ffa450edef68
2013-09-23 14:02:27 +00:00
Eric Covener
96fd5003e1
add a note about sub-group searching and large groups.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1525588 13f79535-47bb-0310-9956-ffa450edef68
2013-09-23 13:42:06 +00:00
Rich Bowen
c4b63bf4dc
Remove grossly outdated browser compatibility column
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1525489 13f79535-47bb-0310-9956-ffa450edef68
2013-09-23 01:05:50 +00:00