summaryrefslogtreecommitdiffstats
path: root/docs/manual/index.xml.es (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-10-09Rebuild various xdocsRich Bowen24-3641/+3691
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180503 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09Note that hostname lookups will be performed for 'require from hostname'Rich Bowen1-0/+5
directives, regardless of the setting of HostnameLookups. refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51967 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180502 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51967 MentionRich Bowen1-1/+5
that %h will sometimes log the IP address, and sometimes the hostname, depending on HostNameLookup setting and the use of hostname-based authorization directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180500 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08mod_authn_socache: fix it to enable initialisation to work if configuredNick Kew3-3/+33
only in .htaccess context, and provide a toggle for that. PR 51991 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180384 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08Updates.Lucien Gentis9-62/+91
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180379 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08Shut up gcc/glibc warning about ignoring write()'s return value.Stefan Fritsch1-3/+13
This may actually fix a real bug in case the error log is directed to a FIFO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180334 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08Fix format string bugs in mod_lua. Found by gcc and pointed out by Igor Galic.Stefan Fritsch2-2/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180332 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08Add some CFLAGS in maintainer mode if supported by gcc:Stefan Fritsch2-20/+32
-Wformat -Wformat-security -Werror=format-security -Werror=declaration-after-statement Add new macro APACHE_ADD_GCC_CFLAGS to do the compatibility check. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180331 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08Add another AP_DEBUG_ASSERT to document some assumptions in the code,Stefan Fritsch1-0/+2
for the benefit of code analyzers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180330 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08Fix a potential NULL pointer dereference found by clang.Stefan Fritsch2-1/+2
Add a AP_DEBUG_ASSERT to quiet a clang false positive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180329 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08Downgrade error log messages which accompany a 404 request status from loglevelStefan Fritsch4-5/+9
error to info. List thread at http://mail-archives.apache.org/mod_mbox/httpd-dev/201110.mbox/%3Calpine.DEB.2.00.1110041948280.664@eru.sfritsch.de%3E PR: 35768 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180328 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08Sort hooks twice, once before pre_config, once after ap_process_config_tree.Stefan Fritsch2-0/+17
This fixes a regression with perl modules introduced by r1032002 PR: 45076 Submitted by: Torsten Foertsch <torsten foertsch gmx net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180325 13f79535-47bb-0310-9956-ffa450edef68
2011-10-07Rebuild doc transformations.Rich Bowen4-4/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179914 13f79535-47bb-0310-9956-ffa450edef68
2011-10-07Refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51967 ClarifyRich Bowen1-1/+3
that %h logs the IP address when HostnameLookup is set Off. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179913 13f79535-47bb-0310-9956-ffa450edef68
2011-10-06re-add "extern" accidentally removed by r1179448Stefan Fritsch1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179715 13f79535-47bb-0310-9956-ffa450edef68
2011-10-06Rebuild doc transformRich Bowen1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179617 13f79535-47bb-0310-9956-ffa450edef68
2011-10-06Patch from Description Mathijs Schmittmann - Corrected syntax for && (vs &) ↵Rich Bowen1-1/+1
expression. Refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51976 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179614 13f79535-47bb-0310-9956-ffa450edef68
2011-10-05Export ap_max_mem_free, needed by r1178079, as pointed out by Gregg L. SmithStefan Fritsch3-3/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179448 13f79535-47bb-0310-9956-ffa450edef68
2011-10-05- `build.sh all`Joe Orton3-2/+20
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179273 13f79535-47bb-0310-9956-ffa450edef68
2011-10-05- add note here in light of CVE-2011-3368Joe Orton1-0/+9
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179272 13f79535-47bb-0310-9956-ffa450edef68
2011-10-05- add a security warning, and tweak the example, in light of CVE-2011-3368Joe Orton1-1/+10
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179266 13f79535-47bb-0310-9956-ffa450edef68
2011-10-05SECURITY (CVE-2011-3368): Prevent unintended pattern expansion in someJoe Orton1-0/+19
reverse proxy configurations by strictly validating the request-URI: * server/protocol.c (read_request_line): Send a 400 response if the request-URI does not match the grammar from RFC 2616. This ensures the input string for RewriteRule et al really is an absolute path. Reviewed by: rpluem, wrowe, covener, fielding git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179239 13f79535-47bb-0310-9956-ffa450edef68
2011-10-05Rebuild html.Rich Bowen1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179184 13f79535-47bb-0310-9956-ffa450edef68
2011-10-05Fix link to Friedl's book. (refs ↵Rich Bowen1-1/+1
https://issues.apache.org/bugzilla/show_bug.cgi?id=51959) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179179 13f79535-47bb-0310-9956-ffa450edef68
2011-10-04Add SSLCARevocationCheck directive to default mod_ssl configKaspar Brand1-1/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178695 13f79535-47bb-0310-9956-ffa450edef68
2011-10-04fix indentationKaspar Brand1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178694 13f79535-47bb-0310-9956-ffa450edef68
2011-10-03Enforce LimitRequestFieldSize after multiple headers with the sameStefan Fritsch2-0/+23
name have been merged. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178566 13f79535-47bb-0310-9956-ffa450edef68
2011-10-03TODO note regarding the LimitInternalRecursion error message.Rich Bowen1-0/+10
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178523 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01update xformsStefan Fritsch438-1848/+1931
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178089 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01grammar fixStefan Fritsch2-1/+9
point to SSLRequire docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178088 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01If MaxMemFree is set, set SSL_MODE_RELEASE_BUFFERS in mod_ssl.Stefan Fritsch3-0/+15
Always set SSL_MODE_RELEASE_BUFFERS in ab. PR: 51618 Submitted by: Cristian Rodríguez <crrodriguez opensuse org>, Stefan Fritsch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178079 13f79535-47bb-0310-9956-ffa450edef68
2011-09-30Remove trailing comma on last enum member for authz_statusPaul Querna1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1177497 13f79535-47bb-0310-9956-ffa450edef68
2011-09-29Clarify configuration comment.Rainer Jung1-2/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1177210 13f79535-47bb-0310-9956-ffa450edef68
2011-09-28In ssl_check_public_cert(), also take dNSNames in the subjectAltNameKaspar Brand4-32/+97
extension into account when checking the cert against the configured ServerName. PR 32652, PR 47051. Replace SSL_X509_getCN() by SSL_X509_getIDs(), which returns an array of a cert's DNS-IDs and CN-IDs (terms as coined by RFC 6125). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1176752 13f79535-47bb-0310-9956-ffa450edef68
2011-09-28Some NetWare ssl module build tweaks.Guenter Knauf1-1/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1176670 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26Make mod_substitute more efficient:Stefan Fritsch2-68/+44
- Use varbuf resizable buffer instead of constantly allocating pool memory and copying data around. This changes the memory requirement from quadratic in ((number of substitutions in line) * (length of line)) to linear in (length of line). - Instead of copying buckets just to append a \0, use new ap_regexec_len() function PR: 50559 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1176019 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26Some varbuf enhancements:Stefan Fritsch3-21/+125
- Introduce new ap_varbuf_pdup() and ap_varbuf_regsub() functions. - Fix some bugs in ap_varbuf_strmemcat(). - Make ap_varbuf.buf point to an empty string if no buffer has been allocated, yet. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1176018 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26Adjust log message to reflect changed behaviourStefan Fritsch1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175992 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26Put 0- on the fast-trackJim Jagielski1-1/+15
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175980 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26No longer do double duty...Jim Jagielski1-12/+24
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175979 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26Final update to SSLProxyMachineCertificateChainFileDaniel Ruggeri2-42/+41
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175946 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26replace another occurence of X509_NAME_oneline by SSL_X509_NAME_to_stringKaspar Brand1-5/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175905 13f79535-47bb-0310-9956-ffa450edef68
2011-09-25enable the SNI extension for proxy connectionsKaspar Brand2-5/+37
to TLS backends (but avoid for pure SSLv2/SSLv3) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175416 13f79535-47bb-0310-9956-ffa450edef68
2011-09-25Updates.Lucien Gentis49-129/+134
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175407 13f79535-47bb-0310-9956-ffa450edef68
2011-09-24Update.Lucien Gentis1-28/+66
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175191 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23More style fixes, no func changesStefan Fritsch1-52/+46
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174937 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23More cleanup: Expand tabs and some more indentation fixesStefan Fritsch51-529/+529
No functional change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174929 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23Cleanup effort in prep for GA push:Jim Jagielski119-1089/+1089
Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174751 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23Cleanup effort in prep for GA push:Jim Jagielski64-528/+528
Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174748 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23Cleanup effort in prep for GA push:Jim Jagielski151-1419/+1419
Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174747 13f79535-47bb-0310-9956-ffa450edef68