]> granicus.if.org Git - apache/log
apache
11 years agoFixing according to comment.
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

11 years agoalso copy r->invoke_mtx when creating a subrequest
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

11 years agoUpdate.
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

11 years agoNo need to apr_pstrdup things here, 'apr_socket_accept_filter' already makes it own...
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

11 years agoTypo
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

11 years agoDefine the document root once, and then use the variable elsewhere, so
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

11 years agoDefine example
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

11 years agoAdd an example of the ${VAR} syntax alluded to.
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

11 years agoxforms
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

11 years agoChange default for SSLCompression to off, as compression
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

11 years agoUpdates.
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

11 years agoNOTE TO SELF
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

11 years agotypo
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

11 years agoonly write the first len chars to syslog, as the buffer may have additional
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

11 years agostyle tweak
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

11 years agoExport mod_xml2enc.h so that others can use the module.
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

11 years agoUse 'ap_strcasestr' instead of a strdup/str_tolower/strstr sequence
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

11 years agocppCheck: unreadVariable - 'serviceFlag' is not used in the function, so remove it
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

11 years agocppcheck: arrayIndexThenCheck - change the order of the tests in order to avoid a
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

11 years agoccpcheck: duplicateExpression - 'vary_by_language' is tested twice
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

11 years ago* If we face a timeout during receiving the response from the backend and if
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

11 years agoDocumenting the 'disabled' argument to FallbackResource
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

11 years agoFallbackResource : Support for the 'disabled' argument
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

11 years agoNo need it apr_pcalloc here, the memory is fully initialized the line just after
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

11 years agoNo need to test for NULL before calling apr_pstrdup.
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

11 years agoUpdates.
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

11 years agoignore modules.mk
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

11 years agofollow-up to r1389481: find/use getloadavg() prototype on Solaris
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

11 years agofollow up to r1390564: we just need scope, not control structure
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

11 years agoconfigure: Fix processing of --disable-FEATURE for various features.
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

11 years agoPR53998, stray mod_access reference in mod_info
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

11 years agos/;;/;/
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

11 years agoExample improvement courtesy of Mario Brandt
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

11 years ago[Test] First try : remove extra ';'
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

11 years ago"Iterate" directives: Report an error if no arguments are provided.
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

11 years agofix typo in r1396878
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

11 years agoExample
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

11 years agoTrivial typo
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

11 years agorebuild
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

11 years agoAdds example
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

11 years agoFollow on to r1393976 and r1396424:
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

11 years agoFollow up r1393976: Fix typo in enablement of mod_systemd that caused it to be enable...
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

11 years agoRemoved __func__ usage which is c99.
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

11 years ago"AllowOverride Indexes" also controls FallbackResource availability in .htaccess...
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

11 years agoRebuild HTML and translations
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

11 years agoThanks to Daniel, further enhance the explanation of the decision of the default...
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

11 years agoAdds some clarification to the statement that the default MPM is
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

11 years agoOptionally read passwords from stdin
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

11 years agoadd support for bcrypt
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

11 years agoAdd passwd_common.c build support for Windows and Netware
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

11 years agoStart refactoring of htpasswd and htdbm
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

11 years agoFix usage of MOD_* variables for MPM modules
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

11 years agoAllow forced setting of TLS1.1 and TLS1.2 protocols with
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

11 years agoxforms
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

11 years agoUpdates.
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

11 years agoxforms
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

11 years agoGerman translation:
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

11 years agoxforms
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

11 years agoAlso note that RewriteCond directives have to match for the skip flag to work.
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

11 years agoUpdating powered-by images to reflect the consensus on dev@ ML.
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

11 years agoupdate xforms
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

11 years agoupdate doccos
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

11 years ago* modules/arch/unix/mod_systemd.c (systemd_pre_mpm): Simplify code
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

11 years ago* modules/arch/unix/mod_systemd.c: New module.
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

11 years agoproperty fix.
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

11 years agoupdate transformation
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

11 years agoFix spelling mistakes.
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

11 years agoGetting rid of the animated PB icon that spells out "2.2", times they are a'changin'
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

11 years agoExtract some more data through the server load API:
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

11 years agomod_auth_form: Make sure that get_notes_auth() sets the user as does
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

11 years agomod_include: When an include file or virtual path fails, include the result
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

11 years agomod_include: When +Includes is not set and we disable mod_include, tell
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

11 years agoUpdating the 'powered by' icons to both say 2.4 as well as use Apache 2.0 licensed...
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

11 years agofollow up to r1387633: use the right exit code depending on the error scenario
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

11 years agocore: ErrorDocument now works for requests without a Host header.
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

11 years agoand allow the xml param
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

11 years agoBring XML output up to snuff for balancer-manager
Jim Jagielski [Mon, 1 Oct 2012 14:14:53 +0000 (14:14 +0000)]
Bring XML output up to snuff for balancer-manager

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1392345 13f79535-47bb-0310-9956-ffa450edef68

11 years agoAdded mod_cache_socache to NetWare build.
Guenter Knauf [Mon, 1 Oct 2012 05:36:39 +0000 (05:36 +0000)]
Added mod_cache_socache to NetWare build.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1392214 13f79535-47bb-0310-9956-ffa450edef68

11 years ago--with-module: Fix failure to integrate them into some existing
Jeff Trawick [Mon, 1 Oct 2012 00:46:15 +0000 (00:46 +0000)]
--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

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1392150 13f79535-47bb-0310-9956-ffa450edef68

11 years agofix bug in r1392120: replace ALL commas
Jeff Trawick [Sun, 30 Sep 2012 22:43:29 +0000 (22:43 +0000)]
fix bug in r1392120: replace ALL commas

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1392122 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFix shell errors when trying to AC_MSG_RESULT() for --with-module.
Jeff Trawick [Sun, 30 Sep 2012 21:55:13 +0000 (21:55 +0000)]
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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1392120 13f79535-47bb-0310-9956-ffa450edef68

11 years agoUpdate.
Lucien Gentis [Sat, 29 Sep 2012 14:40:52 +0000 (14:40 +0000)]
Update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1391815 13f79535-47bb-0310-9956-ffa450edef68

11 years agoUpdates.
Lucien Gentis [Sat, 29 Sep 2012 13:59:45 +0000 (13:59 +0000)]
Updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1391801 13f79535-47bb-0310-9956-ffa450edef68

11 years agoAdd CGI sample to show how JScript can be used (BZ51359).
Guenter Knauf [Sat, 29 Sep 2012 08:44:53 +0000 (08:44 +0000)]
Add CGI sample to show how JScript can be used (BZ51359).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1391773 13f79535-47bb-0310-9956-ffa450edef68

11 years agoChanged WScript.Echo to WScript.StdOut.WriteLine because
Guenter Knauf [Sat, 29 Sep 2012 08:29:20 +0000 (08:29 +0000)]
Changed WScript.Echo to WScript.StdOut.WriteLine because
WScript.Echo seems to mess up output with Locale;
avoid Split() usage since it seems not consistent with
all versions.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1391772 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFixed comment.
Guenter Knauf [Sat, 29 Sep 2012 08:25:21 +0000 (08:25 +0000)]
Fixed comment.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1391771 13f79535-47bb-0310-9956-ffa450edef68

11 years agoRPM: Add mod_cache_socache to the RPM spec file.
Graham Leggett [Fri, 28 Sep 2012 11:40:26 +0000 (11:40 +0000)]
RPM: Add mod_cache_socache to the RPM spec file.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1391404 13f79535-47bb-0310-9956-ffa450edef68

11 years agoApply proper APLOGNO codes for mod_cache_socache.
Graham Leggett [Fri, 28 Sep 2012 11:10:06 +0000 (11:10 +0000)]
Apply proper APLOGNO codes for mod_cache_socache.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1391398 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFix the return values on mod_cache_socache's store_headers() implementation
Graham Leggett [Fri, 28 Sep 2012 11:05:55 +0000 (11:05 +0000)]
Fix the return values on mod_cache_socache's store_headers() implementation
to return APR errors codes and not DECLINED. We are committed to using this
implementation by this point, and any error should force us to stand down.
Submitted by: trawick
Reviewed by: minfrin

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1391396 13f79535-47bb-0310-9956-ffa450edef68

11 years agowrap var inits in the macro w/ a do-while.
Jim Jagielski [Wed, 26 Sep 2012 15:28:27 +0000 (15:28 +0000)]
wrap var inits in the macro w/ a do-while.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1390564 13f79535-47bb-0310-9956-ffa450edef68

11 years agoMore accurate counts of busy and ready/idle
Jim Jagielski [Wed, 26 Sep 2012 15:24:23 +0000 (15:24 +0000)]
More accurate counts of busy and ready/idle

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1390562 13f79535-47bb-0310-9956-ffa450edef68

11 years agoxforms
Jim Jagielski [Mon, 24 Sep 2012 21:02:40 +0000 (21:02 +0000)]
xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1389580 13f79535-47bb-0310-9956-ffa450edef68

11 years agomod_header changes
Jim Jagielski [Mon, 24 Sep 2012 21:01:01 +0000 (21:01 +0000)]
mod_header changes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1389575 13f79535-47bb-0310-9956-ffa450edef68

11 years agoDocument these new funcs and make it API aware
Jim Jagielski [Mon, 24 Sep 2012 20:59:09 +0000 (20:59 +0000)]
Document these new funcs and make it API aware

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1389573 13f79535-47bb-0310-9956-ffa450edef68

11 years agoDocument new mod_headers params: %l, %i, %b
Jim Jagielski [Mon, 24 Sep 2012 20:55:17 +0000 (20:55 +0000)]
Document new mod_headers params: %l, %i, %b

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1389569 13f79535-47bb-0310-9956-ffa450edef68

11 years agoMight as well show 'em all
Jim Jagielski [Mon, 24 Sep 2012 20:51:03 +0000 (20:51 +0000)]
Might as well show 'em all

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1389566 13f79535-47bb-0310-9956-ffa450edef68

11 years agoAllow for exposure of loadavg and server load via mod_headers
Jim Jagielski [Mon, 24 Sep 2012 20:51:00 +0000 (20:51 +0000)]
Allow for exposure of loadavg and server load via mod_headers

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1389565 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBreak out loadavg from Apache load.... one is quick, the other
Jim Jagielski [Mon, 24 Sep 2012 20:50:58 +0000 (20:50 +0000)]
Break out loadavg from Apache load.... one is quick, the other
isn't so much, and so why load things up when wanting just
the server loadavg?

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1389564 13f79535-47bb-0310-9956-ffa450edef68

11 years agominor name change, but I expect most will just want/need/use
Jim Jagielski [Mon, 24 Sep 2012 18:17:50 +0000 (18:17 +0000)]
minor name change, but I expect most will just want/need/use
the current load average, so simplify the name

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1389506 13f79535-47bb-0310-9956-ffa450edef68

11 years agoWould be nice to have some sort of canonical definition
Jim Jagielski [Mon, 24 Sep 2012 16:56:58 +0000 (16:56 +0000)]
Would be nice to have some sort of canonical definition
of server loading for Apache. So create a struct that
holds some useful data. The hope is that for those
platforms that lack getloadavg(), people will write
replacements.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1389481 13f79535-47bb-0310-9956-ffa450edef68