]>
granicus.if.org Git - apache/log
Jeff Trawick [Wed, 7 Nov 2012 14:12:30 +0000 (14:12 +0000)]
user-defined needs the hyphen
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1406646 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 7 Nov 2012 13:38:10 +0000 (13:38 +0000)]
update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1406630 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 7 Nov 2012 13:27:54 +0000 (13:27 +0000)]
mod_allowhandlers: New module to forbid specific handlers for specific
directories.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1406617 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 7 Nov 2012 13:27:51 +0000 (13:27 +0000)]
comment spelling fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1406616 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 7 Nov 2012 08:33:05 +0000 (08:33 +0000)]
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.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1406495 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 7 Nov 2012 08:29:49 +0000 (08:29 +0000)]
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.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1406493 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Tue, 6 Nov 2012 08:27:57 +0000 (08:27 +0000)]
try to catch up if docs/log-message-tags/next-number is out of date
doing two passes would be even better, will look at that later
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1406069 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Tue, 6 Nov 2012 08:25:56 +0000 (08:25 +0000)]
Replace duplicate log tags
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1406068 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 5 Nov 2012 21:50:50 +0000 (21:50 +0000)]
cppCheck: kill two warnings about incorrect printf parameters.
'worker_thread_count' is unsigned
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1405973 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 5 Nov 2012 16:01:23 +0000 (16:01 +0000)]
* fd is no member of disk_cache_object_t. Instead it is a member of
disk_cache_file_t. Close all fd's (fd, tempfd) for all cache elements
(hdrs, data, vary) if they are present.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1405856 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Mon, 5 Nov 2012 15:41:14 +0000 (15:41 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1405843 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Mon, 5 Nov 2012 12:41:17 +0000 (12:41 +0000)]
Update auto-generated code
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1405773 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Mon, 5 Nov 2012 12:39:03 +0000 (12:39 +0000)]
Properly log flex fatal errors and abort(), instead of the
default of fprintf(stderr, ...) and exit(2)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1405770 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 4 Nov 2012 03:22:33 +0000 (03:22 +0000)]
*) mod_cache_disk: Resolve errors while revalidating disk-cached files on
Windows ("...rename tempfile to datafile failed..."). PR 38827
[Eric Covener]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1405494 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 3 Nov 2012 19:20:47 +0000 (19:20 +0000)]
revert r1401448 and add a comment on why there's a bewildering copy
of args passed to apr_socket_accept_filter()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1405407 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 1 Nov 2012 16:06:43 +0000 (16:06 +0000)]
Allow for setting of sticky session split char...
Bugz 53893
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1404653 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 1 Nov 2012 15:02:46 +0000 (15:02 +0000)]
*) mod_proxy_ftp: Fix segfaults on IPv4 requests to hosts with DNS AAAA records.
PR 40841. [Andrew Rucker Jones <arjones simultan dyndns org>,
<ast domdv de>, Jim Jagielski]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1404625 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Mon, 29 Oct 2012 20:42:43 +0000 (20:42 +0000)]
fix cut'n'paste error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1403492 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Mon, 29 Oct 2012 20:35:02 +0000 (20:35 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1403484 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Mon, 29 Oct 2012 20:34:18 +0000 (20:34 +0000)]
ap_expr: Add req_novary function that allows HTTP header lookups
without adding the name to the Vary header
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1403483 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Mon, 29 Oct 2012 20:17:32 +0000 (20:17 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1403477 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Mon, 29 Oct 2012 20:16:26 +0000 (20:16 +0000)]
Mention string-valued expression in the BNF.
Clarify when header names are added to the Vary header.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1403476 13f79535 -47bb-0310-9956-
ffa450edef68
Igor Galić [Sun, 28 Oct 2012 17:14:23 +0000 (17:14 +0000)]
partially reverting r1403043: Titled xforms but modifying a config5.m4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1403044 13f79535 -47bb-0310-9956-
ffa450edef68
Igor Galić [Sun, 28 Oct 2012 17:10:47 +0000 (17:10 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1403043 13f79535 -47bb-0310-9956-
ffa450edef68
Igor Galić [Sun, 28 Oct 2012 17:08:00 +0000 (17:08 +0000)]
Fixing according to comment.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1403041 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 28 Oct 2012 02:37:41 +0000 (02:37 +0000)]
also copy r->invoke_mtx when creating a subrequest
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1402924 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 27 Oct 2012 13:08:10 +0000 (13:08 +0000)]
Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1402795 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Tue, 23 Oct 2012 20:32:04 +0000 (20:32 +0000)]
No need to apr_pstrdup things here, 'apr_socket_accept_filter' already makes it own copy.
Not compiled nor tested as on my system APR_HAS_SO_ACCEPTFILTER is set to 0.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1401448 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 23 Oct 2012 00:36:39 +0000 (00:36 +0000)]
Typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1401133 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Mon, 22 Oct 2012 23:42:24 +0000 (23:42 +0000)]
Define the document root once, and then use the variable elsewhere, so
that if it gets changed one place it inherits it everywhere. Also, a
practical example of `Define` in action.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1401126 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Mon, 22 Oct 2012 23:36:28 +0000 (23:36 +0000)]
Define example
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1401125 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Mon, 22 Oct 2012 23:33:41 +0000 (23:33 +0000)]
Add an example of the ${VAR} syntax alluded to.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1401124 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 21 Oct 2012 19:18:18 +0000 (19:18 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1400703 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 21 Oct 2012 19:15:43 +0000 (19:15 +0000)]
Change default for SSLCompression to off, as compression
causes security issues in most setups
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1400700 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 20 Oct 2012 14:42:35 +0000 (14:42 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1400460 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 18 Oct 2012 22:46:51 +0000 (22:46 +0000)]
NOTE TO SELF
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1399903 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 18 Oct 2012 22:39:49 +0000 (22:39 +0000)]
typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1399897 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 18 Oct 2012 15:55:46 +0000 (15:55 +0000)]
only write the first len chars to syslog, as the buffer may have additional
text added speculatively
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1399708 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 18 Oct 2012 15:02:24 +0000 (15:02 +0000)]
style tweak
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1399687 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 17 Oct 2012 20:17:46 +0000 (20:17 +0000)]
Export mod_xml2enc.h so that others can use the module.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1399413 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Tue, 16 Oct 2012 20:07:30 +0000 (20:07 +0000)]
Use 'ap_strcasestr' instead of a strdup/str_tolower/strstr sequence
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1398970 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 15 Oct 2012 19:54:34 +0000 (19:54 +0000)]
cppCheck: unreadVariable - 'serviceFlag' is not used in the function, so remove it
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1398481 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 15 Oct 2012 19:53:22 +0000 (19:53 +0000)]
cppcheck: arrayIndexThenCheck - change the order of the tests in order to avoid a
potential out-of-bound access. I think that this module is obsolete, but doing so reduces
the noise in cppcheck output...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1398480 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 15 Oct 2012 19:49:23 +0000 (19:49 +0000)]
ccpcheck: duplicateExpression - 'vary_by_language' is tested twice
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1398478 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 15 Oct 2012 14:38:04 +0000 (14:38 +0000)]
* If we face a timeout during receiving the response from the backend and if
we pinged it successfully before don't assume the whole backend has failed.
Assume that only the request has failed and return a gateway timeout then.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1398307 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Sun, 14 Oct 2012 12:32:20 +0000 (12:32 +0000)]
Documenting the 'disabled' argument to FallbackResource
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1398068 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Sun, 14 Oct 2012 12:26:55 +0000 (12:26 +0000)]
FallbackResource : Support for the 'disabled' argument
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1398066 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sun, 14 Oct 2012 09:07:02 +0000 (09:07 +0000)]
No need it apr_pcalloc here, the memory is fully initialized the line just after
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1398040 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sun, 14 Oct 2012 06:54:36 +0000 (06:54 +0000)]
No need to test for NULL before calling apr_pstrdup.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1398025 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 13 Oct 2012 14:26:04 +0000 (14:26 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1397836 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 13 Oct 2012 00:00:04 +0000 (00:00 +0000)]
ignore modules.mk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1397743 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 12 Oct 2012 20:22:33 +0000 (20:22 +0000)]
follow-up to r1389481: find/use getloadavg() prototype on Solaris
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1397716 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 12 Oct 2012 20:01:46 +0000 (20:01 +0000)]
follow up to r1390564: we just need scope, not control structure
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1397710 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 12 Oct 2012 18:58:00 +0000 (18:58 +0000)]
configure: Fix processing of --disable-FEATURE for various features.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1397687 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 12 Oct 2012 18:49:15 +0000 (18:49 +0000)]
PR53998, stray mod_access reference in mod_info
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1397681 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Fri, 12 Oct 2012 16:41:34 +0000 (16:41 +0000)]
s/;;/;/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1397636 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 12 Oct 2012 14:59:04 +0000 (14:59 +0000)]
Example improvement courtesy of Mario Brandt
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1397602 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Thu, 11 Oct 2012 21:27:18 +0000 (21:27 +0000)]
[Test] First try : remove extra ';'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1397320 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 11 Oct 2012 17:11:31 +0000 (17:11 +0000)]
"Iterate" directives: Report an error if no arguments are provided.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1397172 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 11 Oct 2012 11:33:54 +0000 (11:33 +0000)]
fix typo in r1396878
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1396993 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 11 Oct 2012 00:26:13 +0000 (00:26 +0000)]
Example
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1396878 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 11 Oct 2012 00:11:30 +0000 (00:11 +0000)]
Trivial typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1396868 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 10 Oct 2012 23:06:35 +0000 (23:06 +0000)]
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1396853 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 10 Oct 2012 22:35:19 +0000 (22:35 +0000)]
Adds example
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1396838 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 10 Oct 2012 01:04:36 +0000 (01:04 +0000)]
Follow on to r1393976 and r1396424:
mod_systemd: Specify "all" instead of "yes" (on Unix) so that APACHE_MODULE doesn't
act as if the user requested it.
General: Fix APACHE_MODULE so that failed prereqs will disable a module unless the
user requested it explicitly.
Result: By default systemd will be enabled where it actually works and disabled otherwise,
but if the user requests it and the prereqs fail then configure will halt.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1396440 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 10 Oct 2012 00:01:21 +0000 (00:01 +0000)]
Follow up r1393976: Fix typo in enablement of mod_systemd that caused it to be enabled on non-Unix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1396424 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Mon, 8 Oct 2012 22:16:43 +0000 (22:16 +0000)]
Removed __func__ usage which is c99.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1395792 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Mon, 8 Oct 2012 15:19:23 +0000 (15:19 +0000)]
"AllowOverride Indexes" also controls FallbackResource availability in .htaccess, so let's write that.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1395610 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Mon, 8 Oct 2012 13:39:27 +0000 (13:39 +0000)]
Rebuild HTML and translations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1395560 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Mon, 8 Oct 2012 13:35:52 +0000 (13:35 +0000)]
Thanks to Daniel, further enhance the explanation of the decision of the default MPM.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1395555 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sun, 7 Oct 2012 22:59:14 +0000 (22:59 +0000)]
Adds some clarification to the statement that the default MPM is
selected based on platform capabilities.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1395417 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 7 Oct 2012 09:10:14 +0000 (09:10 +0000)]
Optionally read passwords from stdin
PR: 40243
Submitted by: Adomas Paltanavicius <adomas paltanavicius gmail com>, sf
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1395256 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 7 Oct 2012 09:06:10 +0000 (09:06 +0000)]
add support for bcrypt
PR: 49288
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1395255 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 7 Oct 2012 09:03:51 +0000 (09:03 +0000)]
Add passwd_common.c build support for Windows and Netware
Completely untested - please test
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1395254 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 7 Oct 2012 09:02:19 +0000 (09:02 +0000)]
Start refactoring of htpasswd and htdbm
- 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().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1395253 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 7 Oct 2012 08:56:45 +0000 (08:56 +0000)]
Fix usage of MOD_* variables for MPM modules
r1385216 broke building of mpm event with serf support. To fix,
* introduce APACHE_MPMPATH_INIT/FINISH similar to
APACHE_MODPATH_INIT/FINISH to create modules.mk and add
MOD_* vars to it.
* change APACHE_MPM_MODULE to only append to modules.mk, not
overwrite
* add APACHE_MPMPATH_INIT/FINISH to all MPMs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1395252 13f79535 -47bb-0310-9956-
ffa450edef68
Kaspar Brand [Sun, 7 Oct 2012 06:26:53 +0000 (06:26 +0000)]
Allow forced setting of TLS1.1 and TLS1.2 protocols with
the -f command-line switch, and adapt the output to more accurately
report what SSL/TLS protocol was negotiated (use SSL_get_version()
instead of SSL_CIPHER_get_version()).
PR: 53916
Submitted by: Nicolás Pernas Maradei <nico emutex com>
Reviewed/amended by: Kaspar Brand
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1395225 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Sun, 7 Oct 2012 00:07:05 +0000 (00:07 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1395193 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 6 Oct 2012 14:57:27 +0000 (14:57 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1395079 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Sat, 6 Oct 2012 10:36:55 +0000 (10:36 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1394986 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Sat, 6 Oct 2012 10:35:25 +0000 (10:35 +0000)]
German translation:
Note that AllowOverride changed its default value to None in 2.3.9
As per comment #264 on site.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1394984 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Fri, 5 Oct 2012 22:05:01 +0000 (22:05 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1394838 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Fri, 5 Oct 2012 22:03:57 +0000 (22:03 +0000)]
Also note that RewriteCond directives have to match for the skip flag to work.
Reported at http://httpd.apache.org/docs/2.2/rewrite/flags.html#comment_322
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1394837 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Thu, 4 Oct 2012 20:42:25 +0000 (20:42 +0000)]
Updating powered-by images to reflect the consensus on dev@ ML.
Please do review and say if this is what we want, and I'll backport if so.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1394254 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 4 Oct 2012 13:59:28 +0000 (13:59 +0000)]
update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1394080 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 4 Oct 2012 13:57:17 +0000 (13:57 +0000)]
update doccos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1394079 13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 4 Oct 2012 11:44:34 +0000 (11:44 +0000)]
* modules/arch/unix/mod_systemd.c (systemd_pre_mpm): Simplify code
slightly; no functional change.
Use AP_DECLARE_MODULE.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1393997 13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 4 Oct 2012 10:12:41 +0000 (10:12 +0000)]
* modules/arch/unix/mod_systemd.c: New module.
Submitted by: Jan Kaluza <jkaluza redhat.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1393976 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 3 Oct 2012 19:10:02 +0000 (19:10 +0000)]
property fix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1393688 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 3 Oct 2012 19:04:23 +0000 (19:04 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1393682 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 3 Oct 2012 15:49:17 +0000 (15:49 +0000)]
Fix spelling mistakes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1393564 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Wed, 3 Oct 2012 09:53:42 +0000 (09:53 +0000)]
Getting rid of the animated PB icon that spells out "2.2", times they are a'changin'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1393379 13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 3 Oct 2012 08:20:50 +0000 (08:20 +0000)]
Extract some more data through the server load API:
* include/httpd.h (struct ap_sload_t): Add bytes_served, access_count
fields.
* server/util.c (ap_get_sload): Fill in those fields.
Submitted by: Jan Kaluza <jkaluza redhat.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1393338 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 2 Oct 2012 20:10:21 +0000 (20:10 +0000)]
mod_auth_form: Make sure that get_notes_auth() sets the user as does
get_form_auth() and get_session_auth(). Makes sure that REMOTE_USER
does not vanish during mod_include driven subrequests.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1393152 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 2 Oct 2012 17:41:00 +0000 (17:41 +0000)]
mod_include: When an include file or virtual path fails, include the result
code that tells us why.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1393058 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 2 Oct 2012 17:02:44 +0000 (17:02 +0000)]
mod_include: When +Includes is not set and we disable mod_include, tell
the administrator where this happened.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1393033 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Tue, 2 Oct 2012 15:34:23 +0000 (15:34 +0000)]
Updating the 'powered by' icons to both say 2.4 as well as use Apache 2.0 licensed fonts only.
SVG version also added, in case someone wants to use/change/reproduce the icons.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1392973 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 2 Oct 2012 11:33:34 +0000 (11:33 +0000)]
follow up to r1387633: use the right exit code depending on the error scenario
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1392850 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 1 Oct 2012 14:20:37 +0000 (14:20 +0000)]
core: ErrorDocument now works for requests without a Host header.
PR: 48357
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1392347 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 1 Oct 2012 14:14:56 +0000 (14:14 +0000)]
and allow the xml param
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1392346 13f79535 -47bb-0310-9956-
ffa450edef68