summaryrefslogtreecommitdiffstats
path: root/docs/manual/upgrading.xml.meta (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-05-29add PR referenceStefan Fritsch1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1343931 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29xformsDaniel Gruno4-4/+8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1343879 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29Adding some additional security considerations. Thanks to Daniel Shahaf for ↵Daniel Gruno1-0/+4
these pointers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1343877 13f79535-47bb-0310-9956-ffa450edef68
2012-05-27Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make ap_pregcomp()Stefan Fritsch4-4/+23
abort if out of memory. This raises the minimum PCRE requirement to version 6.0, released in 2005. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1343109 13f79535-47bb-0310-9956-ffa450edef68
2012-05-27Compile the regex used by is_header_regex() only once during startupStefan Fritsch1-5/+7
This should save some memory, especially with .htaccess git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1343099 13f79535-47bb-0310-9956-ffa450edef68
2012-05-27xformsDaniel Gruno21-52/+80
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1343095 13f79535-47bb-0310-9956-ffa450edef68
2012-05-27Make apxs use LDFLAGS from config_vars.mk in addition to CFLAGS and CPPFLAGSStefan Fritsch2-1/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1343094 13f79535-47bb-0310-9956-ffa450edef68
2012-05-27Add a small hack to preserve newlines and still retain the links to the ↵Daniel Gruno1-5/+8
doxygen stuff. (presumably this should later be fixed in the highlighter) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1343093 13f79535-47bb-0310-9956-ffa450edef68
2012-05-27Fix MaxConnectionsPerChildStefan Fritsch2-16/+24
This was broken when the handling of lingering close was moved into the listener thread. - Make the connection counting thread safe. - Do the counting in the connection pool cleanup to ensure that it gets also executed if the listener thread closes the connection. - Add a trace log message when a process is recycled. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1343087 13f79535-47bb-0310-9956-ffa450edef68
2012-05-27rename requests_this_child to conns_this_child, which is more accurateStefan Fritsch1-7/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1343085 13f79535-47bb-0310-9956-ffa450edef68
2012-05-27Updates.Lucien Gentis4-16/+41
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1343056 13f79535-47bb-0310-9956-ffa450edef68
2012-05-26Updates.Lucien Gentis5-15/+28
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1342920 13f79535-47bb-0310-9956-ffa450edef68
2012-05-24rebuildDaniel Gruno3-4/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1342158 13f79535-47bb-0310-9956-ffa450edef68
2012-05-24Add newlines to example outputDaniel Gruno1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1342157 13f79535-47bb-0310-9956-ffa450edef68
2012-05-24* docs/manual/: Commit XML for suexec changes + re-transform; thanks to nd@.Joe Orton2-4/+28
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1342078 13f79535-47bb-0310-9956-ffa450edef68
2012-05-23suexec: Support use of setgid/setuid capability bits on Linux, aJoe Orton5-3/+49
weaker set of privileges than the full setuid/setgid root binary. * configure.in: Add --enable-suexec-capabilites flag. * Makefile.in: If configured, use setcap instead of chmod 7555 on installed suexec binary. * modules/arch/unix/mod_unixd.c (unixd_pre_config): Drop test for setuid bit if capability bits are used. * docs/manual/: Add docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1342065 13f79535-47bb-0310-9956-ffa450edef68
2012-05-23* docs/manual/suexec.html.en: Update for syslog logging.Joe Orton1-4/+13
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1341930 13f79535-47bb-0310-9956-ffa450edef68
2012-05-23* configure.in: Use AC_MSG_NOTICE so passing --silent works as advertised.Joe Orton1-6/+18
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1341913 13f79535-47bb-0310-9956-ffa450edef68
2012-05-23* acinclude.m4: Use AC_MSG_NOTICE.Joe Orton1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1341906 13f79535-47bb-0310-9956-ffa450edef68
2012-05-23suexec: Add support for logging to syslog as an alternative to aJoe Orton3-3/+49
logfile. * support/suexec.c (err_output) [AP_LOG_SYSLOG]: Log to syslog. (main): Close syslog fd if open, before execv. Add -V output for AP_LOG_SYSLOG. * configure.in: Add --with-suexec-syslog argument; allow --without-suexec-logfile to omit definition of AP_LOG_EXEC. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1341905 13f79535-47bb-0310-9956-ffa450edef68
2012-05-23rebuildDaniel Gruno7-10/+10
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1341750 13f79535-47bb-0310-9956-ffa450edef68
2012-05-23simplifying exampleDaniel Gruno1-5/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1341749 13f79535-47bb-0310-9956-ffa450edef68
2012-05-23xformsDaniel Gruno604-5196/+4526
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1341748 13f79535-47bb-0310-9956-ffa450edef68
2012-05-23Replacing disqus references with $newstuffDaniel Gruno1-8/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1341746 13f79535-47bb-0310-9956-ffa450edef68
2012-05-22rebuildDaniel Gruno1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1341449 13f79535-47bb-0310-9956-ffa450edef68
2012-05-22Should be "Require not host gov" instead of "Require not gov"Daniel Gruno1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1341448 13f79535-47bb-0310-9956-ffa450edef68
2012-05-22Trying out the new commentary system on a portion of trunk.Daniel Gruno17-136/+119
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1341422 13f79535-47bb-0310-9956-ffa450edef68
2012-05-20Updates.Lucien Gentis10-444/+357
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1340740 13f79535-47bb-0310-9956-ffa450edef68
2012-05-20rebuildDaniel Gruno626-1888/+2516
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1340707 13f79535-47bb-0310-9956-ffa450edef68
2012-05-20Let's see if this works on-site.Daniel Gruno1-2/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1340704 13f79535-47bb-0310-9956-ffa450edef68
2012-05-20Disabling the Disqus system until we have a proper resolution about this.Daniel Gruno1-2/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1340701 13f79535-47bb-0310-9956-ffa450edef68
2012-05-19Updates.Lucien Gentis2-14/+17
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1340504 13f79535-47bb-0310-9956-ffa450edef68
2012-05-19Updates.Lucien Gentis8-310/+288
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1340491 13f79535-47bb-0310-9956-ffa450edef68
2012-05-17Updates.Lucien Gentis10-297/+307
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1339631 13f79535-47bb-0310-9956-ffa450edef68
2012-05-17Reverting back.Daniel Gruno12-156/+12
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1339505 13f79535-47bb-0310-9956-ffa450edef68
2012-05-16Testing out some analytics software on a teensy-weensy bit of the trunk docs. Daniel Gruno12-12/+156
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1339313 13f79535-47bb-0310-9956-ffa450edef68
2012-05-15rebuildDaniel Gruno1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1338550 13f79535-47bb-0310-9956-ffa450edef68
2012-05-15Small inconsistency fixDaniel Gruno1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1338549 13f79535-47bb-0310-9956-ffa450edef68
2012-05-14rebuildDaniel Gruno3-58/+60
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1338146 13f79535-47bb-0310-9956-ffa450edef68
2012-05-14Tidy up examplesDaniel Gruno2-57/+59
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1338145 13f79535-47bb-0310-9956-ffa450edef68
2012-05-14rebuildDaniel Gruno1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1338140 13f79535-47bb-0310-9956-ffa450edef68
2012-05-14%{lowercase:key} should be ${lowercase:key}Daniel Gruno1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1338139 13f79535-47bb-0310-9956-ffa450edef68
2012-05-13rebuildDaniel Gruno6-8/+8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1337881 13f79535-47bb-0310-9956-ffa450edef68
2012-05-13Fix up some examples and make the Options arguments case-insensitive when ↵Daniel Gruno2-4/+4
highlighting. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1337880 13f79535-47bb-0310-9956-ffa450edef68
2012-05-13rebuildDaniel Gruno1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1337875 13f79535-47bb-0310-9956-ffa450edef68
2012-05-13Fix a missing whitespace in an exampleDaniel Gruno1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1337873 13f79535-47bb-0310-9956-ffa450edef68
2012-05-13rebuildDaniel Gruno3-152/+156
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1337807 13f79535-47bb-0310-9956-ffa450edef68
2012-05-13Add the notion that negated values cannot stand alone as a requirement for ↵Daniel Gruno1-8/+18
access. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1337806 13f79535-47bb-0310-9956-ffa450edef68
2012-05-12Update.Lucien Gentis1-142/+131
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1337596 13f79535-47bb-0310-9956-ffa450edef68
2012-05-12rebuild variousDaniel Gruno8-23/+23
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1337468 13f79535-47bb-0310-9956-ffa450edef68