- Jan 22, 2013
-
-
Jim Jagielski authored
Persist local balancer-manager changes across restart/graceful. Use identifying server_rec info when we know we have unique and useful data :) fix clang warning (dead initialization) Log whether or not the restore from shm actually resulted in a match of shm data, or whether it was stale. and this one as well... persist isn't inherited better logging for re-use/use of shm Allow for searching w/i shm slots for a specific worker and balancer Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1436919 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Fix shell errors when trying to AC_MSG_RESULT() for --with-module. (The change to IFS hosed any AC_MSG_foo() invocations.) It is easy enough to reorder the reset of IFS and the AC_MSG_RESULT() invocation, but there's a big stretch of shell code where AC_MSG_foo() might be useful someday, so get rid of the commas at the start and leave IFS alone and AC_MSG_foo() at will. fix bug in r1392120: replace ALL commas --with-module: Fix failure to integrate them into some existing module directories. modules/config?.m4 needs to run after the modules/*/config?.m4. Otherwise, modules.mk as created for --with-module gets wiped out first. PR: 40097 Submitted by: trawick Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1436908 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
* support/htcacheclean.c (main): Ensure -p was used before attempting to process URL arguments. Reviewed by: jorton, rpluem, rjung git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1436846 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 21, 2013
-
-
Ruediger Pluem authored
* A limit of zero means unlimited for LimitRequestBody. PR: 54435 Submitted by: Pavel Mateja <pavel netsafe.cz> Reviewed by: rpluem Submitted by: rpluem Reviewed by: rpluem, jim, jorton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1436443 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1436436 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 15, 2013
-
-
Rainer Jung authored
Without the fix output is empty because there's no filetype without APR_FINFO_TYPE. The options are new in 2.4. Backport of r1433001 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1433393 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 13, 2013
-
-
Graham Leggett authored
trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1430869 Submitted by: jim Reviewed by: humbedooh, minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1432601 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1428916 Submitted by: jim Reviewed by: humbedooh, minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1432600 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 10, 2013
-
-
Jim Jagielski authored
mod_proxy_balancer: It's totally unclear what Drn, Dis, Ign, Stby means. PR 52478 Submitted by: jailletc36 Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1431329 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 09, 2013
-
-
Jim Jagielski authored
configure: Fix processing of --disable-FEATURE for various features. Submitted by: trawick Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1430949 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
also copy r->invoke_mtx when creating a subrequest Submitted by: covener Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1430945 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 08, 2013
-
-
Jim Jagielski authored
Replace use of apr_file_write() with apr_file_write_full() to prevent incomplete writes. Add comments in some places where error handling/logging is missing. PR: 53131. Submitted by: Nicolas Viennot <apache viennot biz>, Stefan Fritsch Submitted by: sf Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1430514 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
ab: add the possibility to define a socket timeout (-s timeout) [Guido Serra <zeph fsfe org>] Also some changes In usage(): - reword -t option to be more clear with the new -s - add missing -q - add the new -s option - reword some options to better match online documentation ab.xml claimed that -s was already there, but nothing in the code looks like that. So, I guess it only landed on the online doc... Submitted by: jailletc36 Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1430300 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
httxt2dbm: Correct length computation for the 'value' stored in the DBM file PR 47650 Submitted by: jailletc36 Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1430298 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 01, 2013
-
-
Stefan Fritsch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1427428 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 17, 2012
-
-
Jim Jagielski authored
Make <If> sections in virtual host context fill in cmd->path so that other directive notice that they are in a config section. This fixes LogLevel not working in <If> sections that are not in Location/Directory/File sections. Make ap_check_cmd_context() treat <If> sections like <File> sections. This is necessary to properly disallow directives that don't work in <If>. A separate NOT_IN_IF flag may be nicer, but would create much more hassle when being backported to 2.4. Submitted by: sf Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1422877 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
*) mod_xml2enc: Fix problems with charset conversion altering the Content-Length. [Micha Lenk <micha lenk info>] Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1422871 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 16, 2012
-
-
Rainer Jung authored
without adding the name to the Vary header. Submitted by: sf Backported by: rjung Reviewed by: rjung, jailletc36, sf Backport of r1403483 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1422586 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
slot allocation on a specified slot. Allow for clearing of inuse array. trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1386880 http://svn.apache.org/viewvc?view=revision&revision=1387389 http://svn.apache.org/viewvc?view=revision&revision=1388445 http://svn.apache.org/viewvc?view=revision&revision=1394079 Submitted by: jim Reviewed by: rjung, minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1422580 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR 40841. trunk patch: http://svn.apache.org/viewvc?rev=1404625&view=rev http://svn.apache.org/viewvc?rev=1420223&view=rev 2.4.x patch: http://people.apache.org/~jorton/proxyftpepsv-24.patch Submitted by: jorton Reviewed by: jim, minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1422578 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
get_form_auth() and get_session_auth(). Makes sure that REMOTE_USER does not vanish during mod_include driven subrequests. trunk patch: http://svn.apache.org/viewvc?rev=1393152&view=rev Submitted by: minfrin Reviewed by: minfrin, jim, gsmith git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1422570 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 14, 2012
-
-
Rainer Jung authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1421947 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 11, 2012
-
-
Jim Jagielski authored
Bring XML output up to snuff for balancer-manager and allow the xml param Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1420135 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
- Move many common code parts into separate source file. This adds some of htpasswd's recent improvements to htdbm. - Rework salt generation to use the full 48bit of entropy for MD5 Previously, it would only generate 2^32 different salts on a given platform. - Use apr_getopt(). Submitted by: sf Backport of r1395253 from trunk. Add passwd_common.c build support for Windows and Netware Submitted by: sf Backport of r1395254 from trunk. Add support for bcrypt (requires apr-util 1.5 or higher). PR: 49288 Submitted by: sf Backport of r1395255 from trunk. Optionally read passwords from stdin as more secure alternative to -b. PR: 40243 Submitted by: Adomas Paltanavicius <adomas paltanavicius gmail com>, sf Backport of r1395256 from trunk. Submitted by: Adomas Paltanavicius <adomas paltanavicius gmail com>, sf Removed __func__ usage which is c99. Submitted by: sf Backport of r1395792 from trunk. All of the above backported by: sf All of the above reviewed by: sf, gsmith, rjung fix unresolved external symbol __imp__UuidCreate error Submitted by: gsmith Backported by: gsmith Reviewed by: gsmith, rjung Backport of r1419084 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1420084 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
AuthFormLoginRequiredLocation, AuthFormLoginSuccessLocation and AuthFormLogoutLocation directives. mod_auth_form: Make sure 500 Internal Server Error is returned should an error occur while parsing an expression. Submitted by: minfrin Backported by: minfrin Reviewed by: minfrin, sf, rjung Backports of r1388648 and r1418721 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1420071 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
for TLS, RFC 5054). Including some improvements as suggested by Kaspar PR: 51075 Submitted by: Quinn Slack <sqs cs stanford edu>, Christophe Renou, Peter Sylvester Backported by: sf Reviewed by: sf, minfrin, rjung Backports of r1347980 and r1348653 form trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1420057 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 09, 2012
-
-
Stefan Fritsch authored
* mod_rewrite: PR53963: Ad an opt-in RewriteOption to control merging of RewriteBase (This merge started happening in 2.4.0/2.2.23) Submitted by: covener Reviewed by: covener, minfrin, sf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1418954 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
various mods: host and URI escaping: Be sure to escape potential troubled strings add missing html escaping Submitted by: jim, sf Reviewed by: covener, minfrin, sf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1418941 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
Allow for exposure of loadavg and server load via mod_headers Might as well show 'em all Document new mod_headers params: %l, %i, %b Submitted by: jim Reviewed by: jailletc36, druggeri, minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1418937 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make ap_pregcomp() abort if out of memory. This raises the minimum PCRE requirement to version 6.0, released in 2005. Reviewed by: jim, sf, minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1418930 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 06, 2012
-
-
Jim Jagielski authored
Allow for setting of sticky session split char... Bugz 53893 Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1417892 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 04, 2012
-
-
https://svn.apache.org/repos/asf/httpd/httpd/trunk/Eric Covener authored
mod_dumpio: Correctly log large messages + style issues PR 54179 Submitted by: Marek Wianecki Reviewed by: jailletc36, sf, druggeri git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1416749 13f79535-47bb-0310-9956-ffa450edef68
-
https://svn.apache.org/repos/asf/httpd/httpd/trunk/Eric Covener authored
PR54223: 2.4 generates AH00554 when Include points to a directory with no wildcard. r931435 refactored ap_process_resource_config() so it didn't read through directories, but also changed a path non-fnmatch directories are passed through to call ap_process_resource_config(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1416747 13f79535-47bb-0310-9956-ffa450edef68
-
https://svn.apache.org/repos/asf/httpd/httpd/trunk/Eric Covener authored
PR54222: catch invalid ServerTokens args Submitted by: Jackie Zhang <jackie.qq.zhang gmail.com> Reviewed/modified by: covener Sort error message for ServerTokens by increasing verbosity. Add missing 'OS' variant. Remove some trailing whitespace. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1416746 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 03, 2012
-
-
Stefan Fritsch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1416669 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Don't log a spurious "-" if a request has been rejected before mod_log_forensic could attach its id to it. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693292 Submitted by: sf Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1416584 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
mod_session_dbd: fix a segmentation fault in the function dbd_remove. The segmentation fault is caused by an uninitialized function pointer session_dbd_acquire_fn. PR 53452 formatting: space vs tab Axed C++ comments. Submitted by: jailletc36, fuankg Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1416583 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
* support/rotatelogs.c (post_rotate): Really omit the second arg when invoking a post-rotate program, rather than passing an empty arg. (Fixes to code match desired&documented behaviour.) Reviewed by: jorton, jim, sf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1416406 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 15, 2012
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1409924 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
followup to r1348036, MSSDK's WinLdap.h uses an enum for LDAP_* status codes, so the block is not included Submitted by: covener Reviewed by: covener, trawick, igalic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1409773 13f79535-47bb-0310-9956-ffa450edef68
-