summaryrefslogtreecommitdiffstats
path: root/INSTALL (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-11-15We're now on 2.5.0 ...Guenter Knauf1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202296 13f79535-47bb-0310-9956-ffa450edef68
2011-11-15Use apr_pollset_wakeup to ensure that the listener thread will process most ↵Paul Querna1-2/+5
enqueue'd events quickly git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202259 13f79535-47bb-0310-9956-ffa450edef68
2011-11-15Because the pollset is now only mutated from the event thread, we no longer ↵Paul Querna1-3/+3
need the APR_POLLSET_THREADSAFE flag for the event_pollset git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202258 13f79535-47bb-0310-9956-ffa450edef68
2011-11-15Create a new lock free circular queue, and use it in the EventMPM to remove ↵Paul Querna4-67/+294
the timeout mutex that was wrapping both timeout queue operations and pollset operations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202257 13f79535-47bb-0310-9956-ffa450edef68
2011-11-15Instead of disabling the listening sockets from the pollset when under load, ↵Paul Querna1-13/+13
just stop calling the accept call, but leave the sockets in the pollset. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202256 13f79535-47bb-0310-9956-ffa450edef68
2011-11-15disable mod_reqtimeout if not configuredPaul Querna1-0/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202255 13f79535-47bb-0310-9956-ffa450edef68
2011-11-15ap_core_translate: factor out duplicate code. no functional change.Greg Ames1-37/+23
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202236 13f79535-47bb-0310-9956-ffa450edef68
2011-11-15Added another module load statement to NetWare config.Guenter Knauf1-0/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201995 13f79535-47bb-0310-9956-ffa450edef68
2011-11-15Added some module load statements to NetWare config.Guenter Knauf1-0/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201990 13f79535-47bb-0310-9956-ffa450edef68
2011-11-15Fixed typo.Guenter Knauf1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201985 13f79535-47bb-0310-9956-ffa450edef68
2011-11-15Added mod_data to NetWare build.Guenter Knauf2-0/+249
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201977 13f79535-47bb-0310-9956-ffa450edef68
2011-11-14Fixed NetWare install.Guenter Knauf2-1/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201956 13f79535-47bb-0310-9956-ffa450edef68
2011-11-14Since we have branched 2.4.x we are now at 2.5.0 in trunk.Guenter Knauf1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201924 13f79535-47bb-0310-9956-ffa450edef68
2011-11-14Added apreq to NetWare build.Guenter Knauf10-54/+330
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201918 13f79535-47bb-0310-9956-ffa450edef68
2011-11-14Fixed broken NWGNUmakefile introduced with r1201194, r1201195.Guenter Knauf1-1/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201743 13f79535-47bb-0310-9956-ffa450edef68
2011-11-14Added comment to clarify for which module this directive is.Guenter Knauf1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201729 13f79535-47bb-0310-9956-ffa450edef68
2011-11-14followups on PR52175Eric Covener2-10/+23
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201690 13f79535-47bb-0310-9956-ffa450edef68
2011-11-14update transformationAndré Malo30-2159/+2218
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201675 13f79535-47bb-0310-9956-ffa450edef68
2011-11-14PR52175: RewriteBase is what applies to relative substitutions, notEric Covener2-10/+13
the stripping of the per-directory prefix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201571 13f79535-47bb-0310-9956-ffa450edef68
2011-11-13add some todos from my apachecon notesEric Covener1-0/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201460 13f79535-47bb-0310-9956-ffa450edef68
2011-11-13clarify looping issue for PR52171.Eric Covener2-10/+14
-This line, and those below, will be ignored-- M rewrite/tech.html.en M rewrite/tech.xml git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201455 13f79535-47bb-0310-9956-ffa450edef68
2011-11-13Updates.Lucien Gentis6-39/+86
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201450 13f79535-47bb-0310-9956-ffa450edef68
2011-11-13speling fixJeff Trawick1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201449 13f79535-47bb-0310-9956-ffa450edef68
2011-11-13add per-dir config merging to mod_lua so LuaHook* in multiple per-dir sectionsEric Covener6-5/+143
behaves as expected instead of discarding previous sections. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201443 13f79535-47bb-0310-9956-ffa450edef68
2011-11-13libapreq is not a bunch of C files now, no special configure magic requiredPhilip M. Gollucci1-17/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201374 13f79535-47bb-0310-9956-ffa450edef68
2011-11-13remove leftovers from initial libapreq importPhilip M. Gollucci11-952/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201373 13f79535-47bb-0310-9956-ffa450edef68
2011-11-13As discussed at AC NA 2011Philip M. Gollucci25-150/+18
o relocate srclib/libapreq/library/*.c -> server/apreq_${f}.c o relocate srclib/libapreq/include/*.h -> include/*.h o remove apreq_version.[hc] related stuff since its nolonger its own lib o connect modules/apreq to the build under 'most' default comment out in httpd.conf o update make_exports.awk to handle APREQ marcos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201372 13f79535-47bb-0310-9956-ffa450edef68
2011-11-13Server directive display (-L): Include directives of DSOs.Jeff Trawick1-3/+8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201354 13f79535-47bb-0310-9956-ffa450edef68
2011-11-12mod_cache: Make sure we merge headers correctly when we handle a nonGraham Leggett2-0/+17
cacheable conditional response. PR52120. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201331 13f79535-47bb-0310-9956-ffa450edef68
2011-11-12Set --enable-load-all-modules implicitely inRainer Jung2-10/+16
maintainer mode unless disabled explicitely. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201306 13f79535-47bb-0310-9956-ffa450edef68
2011-11-12Folloup on r1201158: New MaxMemFree was meantRainer Jung1-1/+1
to be 2048, not 4096. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201202 13f79535-47bb-0310-9956-ffa450edef68
2011-11-12Move the examples README from experimental toRainer Jung1-15/+15
examples. Correct some basic errors in the file. No functional change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201198 13f79535-47bb-0310-9956-ffa450edef68
2011-11-12Choose consistent comments and remove explicitRainer Jung3-11/+13
module names, because those references easily get outdated. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201194 13f79535-47bb-0310-9956-ffa450edef68
2011-11-12Set MaxMemFree 2048 by defaultStefan Fritsch4-5/+19
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201158 13f79535-47bb-0310-9956-ffa450edef68
2011-11-12Fix assertion failure during very high load by preventing race conditionStefan Fritsch3-31/+81
between appending to the timeout queues and adding to the pollset. We don't add additional locking calls but only extend the present calls to include the apr_pollset_add. Therefore this hopefully should not cause too much performance regression. Add some comments Replace two AP_DEBUG_ASSERTS with better error handling git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201146 13f79535-47bb-0310-9956-ffa450edef68
2011-11-12Change module sets and default activation status:Rainer Jung5-12/+12
1) Promoted from "most" to "few" - mod_headers 2) Demoted from "yes" to "most" - mod_actions - mod_allowmethods - mod_auth_form - mod_buffer - mod_cgi(d) - mod_include - mod_negotiation - mod_ratelimit - mod_request - mod_userdir Remember: default module set is "most", but only the LoadModule lines of all modules except "yes" are commented out by default. The following modules will now be loaded by default: - mod_access_compat - mod_alias - mod_auth_basic - mod_authn_core - mod_authn_file - mod_authz_core - mod_authz_groupfile - mod_authz_host - mod_authz_user - mod_autoindex - mod_dir - mod_env - mod_filter - mod_headers - mod_log_config - mod_mime - mod_mpm_event - mod_reqtimeout - mod_setenvif - mod_status - mod_unixd - mod_version git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201111 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11Use the right lua scope when used as a hook.Rainer Jung1-1/+26
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201042 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11Make doxygen generate (useful) graphsIgor Galić1-0/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201032 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11Axes links to many grossly outdated resources. Adds more visible warningRich Bowen4-370/+22
about the state of the developer documentstion. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201009 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11replace most of the literal 2.2's with the major version entityEric Covener2-12/+12
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200984 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11We're not 2.0 any moreRich Bowen1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200978 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11don't let thread-scope be selected in a server w/o threadsEric Covener1-3/+12
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200977 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11C99 and unused variable warningsEric Covener1-4/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200975 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11Rebuild doc transforms.Rich Bowen2-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200970 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11A little clarification about variable interpolation, as requested in bug #51125Rich Bowen1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200968 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11Rebuild doc transforms.Rich Bowen4-7/+9
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200963 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11Clarify docs for LimitRequestLine, as per bug #51665.Rich Bowen1-4/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200961 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11Rebuild xdoc transformRich Bowen2-5/+18
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200957 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11Patch from Luke Meyer, clarifies usage of ProxyPassReverseCookiePath ↵Rich Bowen1-4/+19
directive. As per bug #51126 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200955 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11A stab at libapreq build integration, still disabled by default.Joe Orton6-271/+43
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200715 13f79535-47bb-0310-9956-ffa450edef68