summaryrefslogtreecommitdiffstats
path: root/docs/manual/mpm.xml.de (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-01-02add/enhance some hints about configuration section merging (or lack of it inEric Covener6-2/+99
the case of mod_access_compat) PR52406 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1226477 13f79535-47bb-0310-9956-ffa450edef68
2012-01-02Add a bit of debug loggingStefan Fritsch2-1/+10
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1226375 13f79535-47bb-0310-9956-ffa450edef68
2012-01-02Avoid using C++ reserved word 'new' in arg name in headerStefan Fritsch1-5/+7
Doc tweaks git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1226339 13f79535-47bb-0310-9956-ffa450edef68
2011-12-30Display registered providersStefan Fritsch1-3/+61
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1225799 13f79535-47bb-0310-9956-ffa450edef68
2011-12-30Add new ap_list_provider_groups() API for mod_infoStefan Fritsch3-1/+48
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1225798 13f79535-47bb-0310-9956-ffa450edef68
2011-12-30Sort list of modulesStefan Fritsch1-6/+34
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1225796 13f79535-47bb-0310-9956-ffa450edef68
2011-12-30Display all those shiny new hooks that we have in 2.4Stefan Fritsch1-3/+40
Add new section "Other Hooks" for those that don't fit into "Startup Hooks" or "Request Hooks" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1225795 13f79535-47bb-0310-9956-ffa450edef68
2011-12-30Fix another case of #ifdef-within-a-macro (which was inadvertentlyKaspar Brand1-9/+6
introduced a few days ago). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1225791 13f79535-47bb-0310-9956-ffa450edef68
2011-12-29Document the unfortunate side effect of converting ap_log_*error into macrosStefan Fritsch1-2/+8
with respect to #ifdef. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1225478 13f79535-47bb-0310-9956-ffa450edef68
2011-12-29Don't use #ifdef inside macro callsStefan Fritsch3-30/+25
The behavior is undefined according to C99 6.10.3.11 and it breaks with xlc on AIX PR: 52394 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1225476 13f79535-47bb-0310-9956-ffa450edef68
2011-12-29SECURITY: CVE-2012-0021 (cve.mitre.org)Stefan Fritsch1-12/+14
Fix segfault when trying to log a nameless valueless cookie PR: 52256 Submitted by: Rainer Canavan <rainer-apache 7val com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1225380 13f79535-47bb-0310-9956-ffa450edef68
2011-12-28Fix handling of piped, syslog, or inherited ErrorLog entriesStefan Fritsch1-1/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1225223 13f79535-47bb-0310-9956-ffa450edef68
2011-12-28Check during configtest that the directories for error logs existStefan Fritsch2-1/+40
Testing under Windows is welcome PR: 29941 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1225199 13f79535-47bb-0310-9956-ffa450edef68
2011-12-28Fix -DDUMP_RUN_CFG output for piped and syslog loggersStefan Fritsch1-3/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1225198 13f79535-47bb-0310-9956-ffa450edef68
2011-12-28Adapt loglevel of config errors during second passStefan Fritsch1-8/+8
Don't use APLOG_STARTUP since at that point, the error log is already available. This gives us timestamps if these errors happen during graceful restart. Use level 'emerg' as these errors are fatal. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1225197 13f79535-47bb-0310-9956-ffa450edef68
2011-12-28Adjust the translations to r1223048 (Apache Tomcat link)Takashi Sato4-6/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1225060 13f79535-47bb-0310-9956-ffa450edef68
2011-12-25Fix link to Apache Tomcat.Takashi Sato1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1223048 13f79535-47bb-0310-9956-ffa450edef68
2011-12-24add missing #ifdef in ssl_cmd_protocol_parse (should have been in r1222921)Kaspar Brand1-0/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1222930 13f79535-47bb-0310-9956-ffa450edef68
2011-12-24update transformationsKaspar Brand2-8/+18
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1222923 13f79535-47bb-0310-9956-ffa450edef68
2011-12-24SSLProtocol: allow explicit control of TLSv1.1 and TLSv1.2 flavors whenKaspar Brand5-9/+70
compiled against OpenSSL 1.0.1 or later. Update documentation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1222921 13f79535-47bb-0310-9956-ffa450edef68
2011-12-24Set OPENSSL_NO_SSL_INTERN when compiling against OpenSSL 1.0.1Kaspar Brand7-58/+62
or later, so that mod_ssl retains binary compatibility with future versions when internal structures are changed. Use API functions where available, and fall back to direct access for OpenSSL up to 1.0.0, where needed. Remove SSL_make_ciphersuite() from ssl_util_ssl.[ch], as it was never used by any released version of mod_ssl. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1222917 13f79535-47bb-0310-9956-ffa450edef68
2011-12-24REMOTE_ADDR is now r->useragent_ip, which is not/never available atKaspar Brand1-3/+1
SSL_CB_HANDSHAKE_DONE time. ap_log_cerror() already logs c->client_ip for us, however, so we can simply drop REMOTE_ADDR from the message. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1222915 13f79535-47bb-0310-9956-ffa450edef68
2011-12-22Update transformation.Graham Leggett1-0/+35
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1222475 13f79535-47bb-0310-9956-ffa450edef68
2011-12-22Clarify how the filters are merged when defined using the AddOuputFilterGraham Leggett1-0/+35
directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1222473 13f79535-47bb-0310-9956-ffa450edef68
2011-12-22mod_mime: Don't arbitrarily bypass AddOutputFilter during a ProxyPass,Graham Leggett1-2/+2
but then allow AddOutputFilter during a RewriteRule [P]. Make mod_mime behave identically in both cases. PR52342. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1222370 13f79535-47bb-0310-9956-ffa450edef68
2011-12-22Update transformations.Graham Leggett2-1/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1222344 13f79535-47bb-0310-9956-ffa450edef68
2011-12-22Add a link to the general HTTP compliance instructions.Graham Leggett1-0/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1222342 13f79535-47bb-0310-9956-ffa450edef68
2011-12-22Update transformations.Graham Leggett1-8/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1222336 13f79535-47bb-0310-9956-ffa450edef68
2011-12-22Build the man page for httxt2dbm.Graham Leggett3-8/+70
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1222335 13f79535-47bb-0310-9956-ffa450edef68
2011-12-21RPM: Add mod_policy to the RPM spec file.Graham Leggett1-0/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1221683 13f79535-47bb-0310-9956-ffa450edef68
2011-12-21Update transformations.Graham Leggett32-13/+1248
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1221671 13f79535-47bb-0310-9956-ffa450edef68
2011-12-21Add documentation for mod_policy, as well as explanatory documentationGraham Leggett5-0/+1225
for developers or end users affected by each policy. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1221670 13f79535-47bb-0310-9956-ffa450edef68
2011-12-21mod_policy: Add a new testing module to help server administratorsGraham Leggett8-1/+1407
enforce a configurable level of protocol compliance on their servers and application servers behind theirs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1221668 13f79535-47bb-0310-9956-ffa450edef68
2011-12-20Move ab, logresolve, httxt2dbm and apxs to bin from sbin, along withGraham Leggett5-12/+11
corresponding man pages. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1221292 13f79535-47bb-0310-9956-ffa450edef68
2011-12-20Added mod_firehose and firehose to NetWare build.Guenter Knauf4-1/+508
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1221216 13f79535-47bb-0310-9956-ffa450edef68
2011-12-20Some cosmetic NetWare makefile tweaks.Guenter Knauf2-4/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1221213 13f79535-47bb-0310-9956-ffa450edef68
2011-12-20Make mod_lua compile with lua 5.2.x.Guenter Knauf2-0/+8
MOdified patch submitted by NormW (nornw gknw net). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1221205 13f79535-47bb-0310-9956-ffa450edef68
2011-12-19Fix the case where AP_DEBUG is unset.Graham Leggett1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1220850 13f79535-47bb-0310-9956-ffa450edef68
2011-12-19Distinguish properly between the bindir and sbindir directories whenGraham Leggett5-14/+28
installing binaries. Previously all binaries were silently installed to sbindir, whether they were system administration commands or not. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1220846 13f79535-47bb-0310-9956-ffa450edef68
2011-12-19Fix warning: variable 'rv' set but not used.Graham Leggett1-3/+9
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1220826 13f79535-47bb-0310-9956-ffa450edef68
2011-12-19Fix warning: 'nlen' may be used uninitialized in this function.Graham Leggett1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1220822 13f79535-47bb-0310-9956-ffa450edef68
2011-12-19RPM: Remove fiddling with installbuilddir, this is correct by defaultGraham Leggett1-4/+0
through the use of config.layout. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1220794 13f79535-47bb-0310-9956-ffa450edef68
2011-12-19Update transformations.Graham Leggett1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1220772 13f79535-47bb-0310-9956-ffa450edef68
2011-12-19Clarify which tarballs we are talking about.Graham Leggett1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1220768 13f79535-47bb-0310-9956-ffa450edef68
2011-12-19Update transformations.Graham Leggett11-11/+26
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1220571 13f79535-47bb-0310-9956-ffa450edef68
2011-12-19Add further explanation on RPM packaging.Graham Leggett1-1/+16
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1220570 13f79535-47bb-0310-9956-ffa450edef68
2011-12-18Update transformations.Graham Leggett5-3/+243
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1220525 13f79535-47bb-0310-9956-ffa450edef68
2011-12-18Document the RPM platform.Graham Leggett3-3/+220
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1220524 13f79535-47bb-0310-9956-ffa450edef68
2011-12-18Various code cleanup to avoid compiler, cppcheck, or clang warnings:Stefan Fritsch13-25/+22
modules/debugging/mod_firehose.c: Make some internal functions static (to do: logs_cleanup() is unused) modules/filters/mod_charset_lite.c: Remove dead assignments modules/filters/mod_include.c: likewise modules/metadata/mod_usertrack.c: likewise modules/proxy/mod_proxy_ftp.c: likewise modules/ssl/ssl_engine_pphrase.c: likewise modules/proxy/mod_proxy_balancer.c: likewise; Remove NULL check that can never happen modules/proxy/proxy_util.c: Axe NULL-check that can never happen and if it would, it would just mask another bug os/unix/unixd.c: likewise modules/http/http_filters.c: Remove sub-condition that is always true modules/lua/mod_lua.c: Add default cases to switch statements modules/generators/mod_autoindex.c: Unsigned value can never be < 0 server/util_expr_eval.c: Fix compiler warnings with VC and on OS2 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1220493 13f79535-47bb-0310-9956-ffa450edef68
2011-12-18Avoid segfault if url->hostname is NULL and filter->hostname is "*" or ".".Stefan Fritsch1-4/+8
Found by clang. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1220467 13f79535-47bb-0310-9956-ffa450edef68