]> granicus.if.org Git - apache/log
apache
19 years agoAs per bug 33290, we probably don't want a <Limit> here.
Rich Bowen [Sun, 30 Jan 2005 01:59:44 +0000 (01:59 +0000)]
As per bug 33290, we probably don't want a <Limit> here.

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

19 years agoupdate transformation
André Malo [Sat, 29 Jan 2005 01:58:15 +0000 (01:58 +0000)]
update transformation

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

19 years agoupdate Brazilian Portuguese translation:
André Malo [Sat, 29 Jan 2005 01:54:20 +0000 (01:54 +0000)]
update Brazilian Portuguese translation:

 * manual/index.xml.pt-br, manual/new_features_2_2.xml.pt-br,
   manual/style/lang/pt-br.xml: Minor changes

 * upgrading.xml.pt-br: New translation

Submitted by: Eduardo Tompson Pereira <duaspila ig.com.br>
Reviewed by: Luiz Rocha <lsdrocha gmail.com>

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

19 years agoupdate transformation
André Malo [Fri, 28 Jan 2005 17:41:29 +0000 (17:41 +0000)]
update transformation

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

19 years ago* include/ap_mmn.h: Fix typo.
Joe Orton [Thu, 27 Jan 2005 14:33:06 +0000 (14:33 +0000)]
* include/ap_mmn.h: Fix typo.

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

19 years agoAdded a new LDAPConnectionTimeout directive to util_ldap so that the socket connectio...
Bradley Nicholes [Thu, 27 Jan 2005 01:13:15 +0000 (01:13 +0000)]
Added a new LDAPConnectionTimeout directive to util_ldap so that the socket connection timeout value is configurable.

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

19 years agoChange the 'lib' prefix to 'libmod_' to be really consistent with
Erik Abele [Wed, 26 Jan 2005 18:39:29 +0000 (18:39 +0000)]
Change the 'lib' prefix to 'libmod_' to be really consistent with
r103164 of acinclude.m4.

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

19 years ago* configure.in: Add --enable-pie flag; define PICFLAGS and PILDFLAGS.
Joe Orton [Tue, 25 Jan 2005 10:17:51 +0000 (10:17 +0000)]
* configure.in: Add --enable-pie flag; define PICFLAGS and PILDFLAGS.

* build/rules.mk.in: Factor out BASE_CC and BASE_CXX from COMPILE.
Substitute PICFLAGS into COMPILE and CXX_COMPILE, but not into
{SH,LT}{,_CXX}_COMPILE.  Substitute PILDFLAGS into LINK but not
{SH,MOD}_LINK.

Reviewed by: jerenkrantz

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

19 years agoAdd in a weighted byte count of all traffic (in and out) as
Jim Jagielski [Mon, 24 Jan 2005 18:28:16 +0000 (18:28 +0000)]
Add in a weighted byte count of all traffic (in and out) as
an alternative balancing method. We do not "adjust" the
byte count wrt scheme or method, simply by factoring
in the lbfactor value.

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

19 years agoClarify meaning of %[bB] and note difference from 1.3.
Joe Orton [Mon, 24 Jan 2005 15:57:00 +0000 (15:57 +0000)]
Clarify meaning of %[bB] and note difference from 1.3.

Reviewed by: nd, slive

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

19 years ago* .gdbinit (dump_table): Handle NULL value pointers.
Joe Orton [Mon, 24 Jan 2005 14:51:45 +0000 (14:51 +0000)]
* .gdbinit (dump_table): Handle NULL value pointers.

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

19 years agoWord Up. ap_discard_request has used buckets for a couple years.
Paul Querna [Sun, 23 Jan 2005 18:37:28 +0000 (18:37 +0000)]
Word Up. ap_discard_request has used buckets for a couple years.

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

19 years ago2.1 will always have >=APR-1.0. No need to worry about this then.
Paul Querna [Sun, 23 Jan 2005 18:34:41 +0000 (18:34 +0000)]
2.1 will always have >=APR-1.0. No need to worry about this then.

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

19 years agoUpdate the Worker MPM+FreeBSD note. It all works under FreeBSD 5.3/5-STABLE.
Paul Querna [Sun, 23 Jan 2005 18:30:40 +0000 (18:30 +0000)]
Update the Worker MPM+FreeBSD note.  It all works under FreeBSD 5.3/5-STABLE.

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

19 years agomod_filter in 2.1 allows better ordering of the filter chain.
Paul Querna [Sun, 23 Jan 2005 18:25:41 +0000 (18:25 +0000)]
mod_filter in 2.1 allows better ordering of the filter chain.

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

19 years agoRemove this note about a test suite failure from 2 years ago. The test suite passes...
Paul Querna [Sun, 23 Jan 2005 18:24:27 +0000 (18:24 +0000)]
Remove this note about a test suite failure from 2 years ago.  The test suite passes for me.

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

19 years agoPR 9457 is marked as fixed. (this is also about APR, not httpd...)
Paul Querna [Sun, 23 Jan 2005 18:20:40 +0000 (18:20 +0000)]
PR 9457 is marked as fixed. (this is also about APR, not httpd...)

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

19 years agoI beleive this works fine on Glibc 2.2+, and I don't care about supporting glibc...
Paul Querna [Sun, 23 Jan 2005 18:14:30 +0000 (18:14 +0000)]
I beleive this works fine on Glibc 2.2+, and I don't care about supporting glibc 2.1.2 anymore.

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

19 years agoRemove the entire suspended forever section. All of these are extremely old GNATs...
Paul Querna [Sun, 23 Jan 2005 18:11:14 +0000 (18:11 +0000)]
Remove the entire suspended forever section.  All of these are extremely old GNATs PRs.
If any of them are still valid, I welcome a new section with the proper Bugzilla PR numbers.

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

19 years agoRemove old statements about mod_proxy. It now supports both load balancing and persis...
Paul Querna [Sun, 23 Jan 2005 18:01:10 +0000 (18:01 +0000)]
Remove old statements about mod_proxy. It now supports both load balancing and persistent connections.

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

19 years agoSolaris 10+Event MPM doesnt work. Note it as a non-showstopper.
Paul Querna [Sun, 23 Jan 2005 17:53:39 +0000 (17:53 +0000)]
Solaris 10+Event MPM doesnt work. Note it as a non-showstopper.

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

19 years ago* support/check_forensic: Fix script on platforms that do not have either
Justin Erenkrantz [Sun, 23 Jan 2005 17:36:32 +0000 (17:36 +0000)]
* support/check_forensic: Fix script on platforms that do not have either
  mktemp or tempfile (such as Solaris).

Also tested on Darwin & FreeBSD.

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

19 years agoClarify some of the SSL/TLS details as used by the mod_ldap module.
Graham Leggett [Sun, 23 Jan 2005 14:10:33 +0000 (14:10 +0000)]
Clarify some of the SSL/TLS details as used by the mod_ldap module.

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

19 years agoMore hardcoded schemes in mod_rewrite... :/
Sander Striker [Sun, 23 Jan 2005 00:58:30 +0000 (00:58 +0000)]
More hardcoded schemes in mod_rewrite... :/
Cooked up in a debugging session with Justin Erenkrantz.

* modules/mappers/mod_rewrite.c

  (splitout_queryargs): Don't mess with the query args when dealing
    with ajp or balancer.

  (hook_uri2file): Account for r->filename being NULL.

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

19 years ago* modules/cache/mod_disk_cache.c: Cache r->err_headers_out headers. This
Justin Erenkrantz [Sat, 22 Jan 2005 17:59:48 +0000 (17:59 +0000)]
* modules/cache/mod_disk_cache.c: Cache r->err_headers_out headers.  This
allows CGI scripts to be properly cached.

This issue was pointed out by Sander Striker.

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

19 years agoRemove the workaround that got client certificates to work with non
Graham Leggett [Fri, 21 Jan 2005 15:42:53 +0000 (15:42 +0000)]
Remove the workaround that got client certificates to work with non
Novell LDAP SDKs, as it is no longer needed.

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

19 years agoClarify the mod_ldap documentation to better explain handling of certificates
Graham Leggett [Thu, 20 Jan 2005 23:34:35 +0000 (23:34 +0000)]
Clarify the mod_ldap documentation to better explain handling of certificates
between different LDAP toolkits.

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

19 years agoRecognize the new certificate formats
Bradley Nicholes [Thu, 20 Jan 2005 20:22:31 +0000 (20:22 +0000)]
Recognize the new certificate formats

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

19 years ago* support/suexec.c (safe_env_lst): Declare array as static const.
Joe Orton [Thu, 20 Jan 2005 15:38:05 +0000 (15:38 +0000)]
* support/suexec.c (safe_env_lst): Declare array as static const.

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

19 years agoSynch with 2.0 branch.
Joe Orton [Thu, 20 Jan 2005 10:56:15 +0000 (10:56 +0000)]
Synch with 2.0 branch.

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

19 years agoFix a problem where SSL was started twice when no client certificates were
Graham Leggett [Thu, 20 Jan 2005 08:15:46 +0000 (08:15 +0000)]
Fix a problem where SSL was started twice when no client certificates were
specified.

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

19 years agoFix some inline C++ style declarations that other compilers can't handle
Bradley Nicholes [Wed, 19 Jan 2005 22:39:19 +0000 (22:39 +0000)]
Fix some inline C++ style declarations that other compilers can't handle

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

19 years agouh, oh. This spanish translation was just for 2.0...
André Malo [Wed, 19 Jan 2005 21:09:24 +0000 (21:09 +0000)]
uh, oh. This spanish translation was just for 2.0...

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

19 years agoupdate transformation
André Malo [Wed, 19 Jan 2005 20:51:10 +0000 (20:51 +0000)]
update transformation

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

19 years ago* manual/mod/mod_ldap.xml: Fix semantic error. There is no context "All"
André Malo [Wed, 19 Jan 2005 20:36:02 +0000 (20:36 +0000)]
* manual/mod/mod_ldap.xml: Fix semantic error. There is no context "All"

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

19 years agoUpdate Spanish translation.
André Malo [Wed, 19 Jan 2005 20:26:05 +0000 (20:26 +0000)]
Update Spanish translation.

* manual/style/lang/es.xml: Bring text snippets up to date
* manual/bind.xml.es, manual/custom-error.xml.es: New translations

Submitted by: Jesus Blanco <blanco bitrock.com>
Reviewed by: Daniel Lopez

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

19 years agofix XML validation errors
André Malo [Wed, 19 Jan 2005 20:21:56 +0000 (20:21 +0000)]
fix XML validation errors

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

19 years agoadjust revision references
André Malo [Wed, 19 Jan 2005 20:11:41 +0000 (20:11 +0000)]
adjust revision references

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

19 years agomod_ldap: Updated to use the new apr-util v1.1 apr_ldap_*_option()
Graham Leggett [Wed, 19 Jan 2005 19:52:08 +0000 (19:52 +0000)]
mod_ldap: Updated to use the new apr-util v1.1 apr_ldap_*_option()
API for the setting of server and client SSL certificates. Replaced
LDAPTrustedCA directive with LDAPTrustedGlobalCert and
LDAPTrustedClientCert directives to correctly support global certs
(CA certs / Netware client certs) and per connection client certs
as supported by Netware, OpenLDAP and Netscape/Mozilla.

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

19 years ago* modules/proxy/proxy_http.c (ap_proxy_http_process_response): Handle
Joe Orton [Wed, 19 Jan 2005 11:05:57 +0000 (11:05 +0000)]
* modules/proxy/proxy_http.c (ap_proxy_http_process_response): Handle
aborted connections correctly: abort if c->aborted is set.

* modules/proxy/proxy_ftp.c (proxy_ftp_handler): Likewise.

PR: 32443
Submitted by: Janne Hietamäki, Joe Orton

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

19 years agomod_cache: Remove unimplemented CacheForceCompletion directive.
Justin Erenkrantz [Wed, 19 Jan 2005 00:19:58 +0000 (00:19 +0000)]
mod_cache: Remove unimplemented CacheForceCompletion directive.

* modules/cache/mod_cache.h: Remove DEFAULT_CACHE_COMPLETION #define and
  complete-related vars.
* modules/cache/mod_cache.c: Ditto.
* modules/cache/mod_disk_cache.c: Clarify error message; remove unused
  complete var (unrelated to CacheForceCompletion removal).
* docs/manual/mod/mod_cache.xml.ja, docs/manual/mod/mod_cache.xml.ko,
  docs/manual/mod/mod_cache.xml: Remove references to CacheForceCompletion.

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

19 years agosupport/check_forensic: Fix temp file usage
Thom May [Tue, 18 Jan 2005 12:27:12 +0000 (12:27 +0000)]
support/check_forensic: Fix temp file usage
Submitted By: Javier Fernandez-Sanguino Pen~a
Reviewed By: Thom May

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

19 years agoadjust revision references
André Malo [Sat, 15 Jan 2005 17:29:59 +0000 (17:29 +0000)]
adjust revision references

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

19 years agoadjust revision references
André Malo [Sat, 15 Jan 2005 17:28:31 +0000 (17:28 +0000)]
adjust revision references

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

19 years agoadjust revision references
André Malo [Sat, 15 Jan 2005 17:26:34 +0000 (17:26 +0000)]
adjust revision references

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

19 years agofix copyright notice
André Malo [Sat, 15 Jan 2005 17:10:21 +0000 (17:10 +0000)]
fix copyright notice

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

19 years agofix copyright notice
André Malo [Sat, 15 Jan 2005 17:01:17 +0000 (17:01 +0000)]
fix copyright notice

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

19 years agofix copyright notice
André Malo [Sat, 15 Jan 2005 16:46:00 +0000 (16:46 +0000)]
fix copyright notice

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

19 years agofix copyright notice
André Malo [Sat, 15 Jan 2005 16:43:53 +0000 (16:43 +0000)]
fix copyright notice

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

19 years agofix copyright notice
André Malo [Sat, 15 Jan 2005 16:40:26 +0000 (16:40 +0000)]
fix copyright notice

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

19 years agofix copyright notice
André Malo [Sat, 15 Jan 2005 16:37:43 +0000 (16:37 +0000)]
fix copyright notice

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

19 years agooops, readd the empty line
André Malo [Sat, 15 Jan 2005 16:35:45 +0000 (16:35 +0000)]
oops, readd the empty line

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

19 years agofix copyright notice
André Malo [Sat, 15 Jan 2005 16:25:24 +0000 (16:25 +0000)]
fix copyright notice

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

19 years agofix copyright notice
André Malo [Sat, 15 Jan 2005 16:23:48 +0000 (16:23 +0000)]
fix copyright notice

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

19 years agofix copyright notice
André Malo [Sat, 15 Jan 2005 16:21:26 +0000 (16:21 +0000)]
fix copyright notice

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

19 years agofix copyright notice
André Malo [Sat, 15 Jan 2005 16:19:16 +0000 (16:19 +0000)]
fix copyright notice

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

19 years agoupdate transformation
Astrid Malo [Fri, 14 Jan 2005 20:21:45 +0000 (20:21 +0000)]
update transformation

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

19 years agoGerman umlauts correction
Astrid Malo [Fri, 14 Jan 2005 20:15:15 +0000 (20:15 +0000)]
German umlauts correction

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

19 years agoGerman translation of configuring.xml
Astrid Malo [Fri, 14 Jan 2005 20:08:02 +0000 (20:08 +0000)]
German translation of configuring.xml

Reviewed by: nd

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

19 years ago* modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Fail if the
Joe Orton [Fri, 14 Jan 2005 14:16:58 +0000 (14:16 +0000)]
* modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Fail if the
connection was reset.

PR: 32699

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

19 years ago* modules/ssl/mod_ssl.c: Declare new config directives
Joe Orton [Fri, 14 Jan 2005 13:54:31 +0000 (13:54 +0000)]
* modules/ssl/mod_ssl.c: Declare new config directives
SSLCADNRequestFile and SSLCADNRequestPath.

* modules/ssl/ssl_private.h (modssl_pk_server_t): Add ca_name_path,
ca_name_file fields.

* modules/ssl/ssl_engine_init.c (ssl_init_ctx_verify): If either of
SSLCADNRequestFile or SSLCADNRequestPath are configured, load the CA
DN list sent in the CertificateRequest from those certificates.

* modules/ssl/ssl_engine_config.c (modssl_ctx_init_server): Use
pcalloc to zero-initialize the entire modssl_pk_server_t structure.
(ssl_config_server_new): Merge the ca_name_* fields.
(ssl_cmd_SSLCADNRequestPath, ssl_cmd_SSLCADNRequestFile): New
functions.

PR: 32848
Submitted by: Tim Taylor <tim.taylor dfas.mil>

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

19 years agoFix VPATH errors introduced in r124104.
Justin Erenkrantz [Thu, 13 Jan 2005 18:36:23 +0000 (18:36 +0000)]
Fix VPATH errors introduced in r124104.

* configure.in: Use correct source path to get-version.sh and include/ dir.

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

19 years ago* modules/debug/modules.mk: Remove generated file.
Joe Orton [Thu, 13 Jan 2005 13:22:53 +0000 (13:22 +0000)]
* modules/debug/modules.mk: Remove generated file.

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

19 years agoproxy request body handling
Jeff Trawick [Tue, 11 Jan 2005 19:32:51 +0000 (19:32 +0000)]
proxy request body handling

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

19 years agoMatch parameter types
Jim Jagielski [Tue, 11 Jan 2005 17:15:02 +0000 (17:15 +0000)]
Match parameter types

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

19 years agoRewrite Cookies and other headers in mod_proxy_ajp as configured with
Sander Striker [Tue, 11 Jan 2005 08:35:46 +0000 (08:35 +0000)]
Rewrite Cookies and other headers in mod_proxy_ajp as configured with
ProxyPassReverse and ProxyPassReverseCookiePath.

* modules/proxy/proxy_ajp.c

  (ap_proxy_ajp_request): Update call to ajp_parse_header().

* modules/proxy/ajp.h

  (ajp_msg_get_string): constify argument.

  (ajp_parse_header): Add conf argument.

* modules/proxy/proxy_util.c

  (ap_proxy_location_reverse_map): Promoted from mod_proxy_http.

  (ap_proxy_cookie_reverse_map): Promoted from mod_proxy_http;
    renamed from proxy_cookie_reverse_map.

* modules/proxy/ajp_msg.c

  (ajp_msg_get_string): constify argument.

* modules/proxy/proxy_http.c

  (ap_proxy_location_reverse_map, proxy_cookie_reverse_map: Removed.

  (process_proxy_header): Update header mapping table to reference the now
    public functions.

* modules/proxy/ajp_header.c

  (ajp_unmarshal_response): And conf argument.  Reverse map cookies and
    other headers.

  (ajp_parse_header): Update call to ajp_unmarshal_response().

* modules/proxy/mod_proxy.h

  (ap_proxy_location_reverse_map, ap_proxy_cookie_reverse_map): Declare
    functions that have been promoted to be public.

  (ap_proxy_header_reverse_map_fn): Typedef for the signature of the above
    two functions (currently used in mod_proxy_http).

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

19 years agoSync available error languages with used LanguagePriority.
Erik Abele [Sat, 8 Jan 2005 02:21:30 +0000 (02:21 +0000)]
Sync available error languages with used LanguagePriority.

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

19 years agoUpdate transformation.
Erik Abele [Sat, 8 Jan 2005 02:08:49 +0000 (02:08 +0000)]
Update transformation.

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

19 years agoFix indentation (no code changes).
Erik Abele [Sat, 8 Jan 2005 02:08:15 +0000 (02:08 +0000)]
Fix indentation (no code changes).

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

19 years ago--with-module can now take more than one module to be statically
Erik Abele [Sat, 8 Jan 2005 01:59:45 +0000 (01:59 +0000)]
--with-module can now take more than one module to be statically
linked: --with-module=<modtype>:<modfile>,<modtype>:<modfile>,...
If the <modtype>-subdirectory doesn't exist it will be created and
populated with a standard Makefile.in.

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

19 years agoFor a static module, use a filename with a lib prefix,
Erik Abele [Sat, 8 Jan 2005 01:57:26 +0000 (01:57 +0000)]
For a static module, use a filename with a lib prefix,
see also rev 102381 of acinclude.m4

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

19 years agoUpdate mod_proxy documentation source (final doc still needs to be generated).
Sander Striker [Sat, 8 Jan 2005 00:30:41 +0000 (00:30 +0000)]
Update mod_proxy documentation source (final doc still needs to be generated).

* docs/manual/mod/mod_proxy.xml

  Rub out some spelling mistakes.

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

19 years agoMake the combination of mod_proxy_ajp and mod_rewrite work correctly.
Sander Striker [Fri, 7 Jan 2005 22:17:48 +0000 (22:17 +0000)]
Make the combination of mod_proxy_ajp and mod_rewrite work correctly.

* modules/proxy/proxy_ajp.c

  (ap_proxy_ajp_request): Update call to ajp_send_header().

* modules/proxy/ajp.h

  (ajp_send_header): Add a uri parameter.

* modules/proxy/ajp_header.c

  (ajp_marshal_into_msgb): Add a uri parameter and use the
   passed in uri instead of r->uri.

  (ajp_send_header): Add a uri parameter.  Update call to
   ajp_marshal_into_msgb().

* modules/mappers/mod_rewrite.c

  (is_absolute_uri): Add handling of 'ajp' and 'balancer' schemes.

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

19 years agoAdd Japanese error docs.
Hiroaki Kawai [Fri, 7 Jan 2005 19:45:15 +0000 (19:45 +0000)]
Add Japanese error docs.
See: http://issues.apache.org/bugzilla/show_bug.cgi?id=11521

Submitted by: TAKAHASHI Makoto <hobbit.makoto at nifty.ne.jp>
Reviewed by: Nobuyuki Morita <marika at plum.freemail.ne.jp>,
             yoshiki,
             kawai

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

19 years ago Handle PATH_INFO as opaque byte-wise data for cgi invocation as
William A. Rowe Jr [Fri, 7 Jan 2005 18:29:13 +0000 (18:29 +0000)]
  Handle PATH_INFO as opaque byte-wise data for cgi invocation as
  handled for other variables with bug 9223.

PR: 32730
Submitted by: Richard Donkin <rd9 donkin.org>

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

19 years agoupdate revision references
André Malo [Fri, 7 Jan 2005 17:49:57 +0000 (17:49 +0000)]
update revision references

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

19 years agoChange 'directory' to 'resource': just the word 'directory' led some
Erik Abele [Fri, 7 Jan 2005 17:29:12 +0000 (17:29 +0000)]
Change 'directory' to 'resource': just the word 'directory' led some
users to the wrong assumption that Require isn't allowed in <Files>
sections.

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

19 years agoMention configuration details for AJP and the balancer.
Erik Abele [Fri, 7 Jan 2005 17:27:33 +0000 (17:27 +0000)]
Mention configuration details for AJP and the balancer.

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

19 years agoSync backports.
Erik Abele [Fri, 7 Jan 2005 17:24:07 +0000 (17:24 +0000)]
Sync backports.

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

19 years agoupdate config for pt-br inclusion
André Malo [Thu, 6 Jan 2005 11:22:56 +0000 (11:22 +0000)]
update config for pt-br inclusion

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

19 years agoupdate transformation
André Malo [Thu, 6 Jan 2005 11:03:21 +0000 (11:03 +0000)]
update transformation

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

19 years agoadd new Portuguese (Brazilian) translations
André Malo [Thu, 6 Jan 2005 10:51:43 +0000 (10:51 +0000)]
add new Portuguese (Brazilian) translations

Submitted by: Eduardo Tompson Pereira <duaspila ig.com.br>
Reviewed by: Luiz Rocha <lsdrocha gmail.com>

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

19 years agoupdate pt-br base file
André Malo [Thu, 6 Jan 2005 10:38:58 +0000 (10:38 +0000)]
update pt-br base file

Submitted by: Luiz Rocha <lsdrocha gmail.com>

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

19 years agobuild all
André Malo [Thu, 6 Jan 2005 10:34:30 +0000 (10:34 +0000)]
build all

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

19 years ago Use /Apache21/ for the -default- httpd 2.1 root, to assist developers
William A. Rowe Jr [Wed, 5 Jan 2005 22:26:53 +0000 (22:26 +0000)]
  Use /Apache21/ for the -default- httpd 2.1 root, to assist developers
  in working with the dev tree in parallel to the released httpd-2.0.

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

19 years ago It's perferable to use a debug build of ssleay32/libeay32, but offer
William A. Rowe Jr [Wed, 5 Jan 2005 22:23:54 +0000 (22:23 +0000)]
  It's perferable to use a debug build of ssleay32/libeay32, but offer
  a fallback if they are built as release libraries for creating
  mod_ssl in debug mode.

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

19 years ago limit_req_fieldsize is signed, correct a signedness error using
William A. Rowe Jr [Wed, 5 Jan 2005 22:21:56 +0000 (22:21 +0000)]
  limit_req_fieldsize is signed, correct a signedness error using
  a cast since it's not possible to have a negative limit.

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

19 years ago The right set of headers to obtain the pre_connection hook.
William A. Rowe Jr [Wed, 5 Jan 2005 21:38:00 +0000 (21:38 +0000)]
  The right set of headers to obtain the pre_connection hook.

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

19 years ago Correct the order of includes to follow httpd conventions, and get
William A. Rowe Jr [Wed, 5 Jan 2005 21:35:51 +0000 (21:35 +0000)]
  Correct the order of includes to follow httpd conventions, and get
  Win32 compiling again.

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

19 years ago Fix another signedness bug
William A. Rowe Jr [Wed, 5 Jan 2005 21:23:29 +0000 (21:23 +0000)]
  Fix another signedness bug

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

19 years ago Fix a signedness issue that revealed a serious bug, the 'i' was
William A. Rowe Jr [Wed, 5 Jan 2005 21:23:03 +0000 (21:23 +0000)]
  Fix a signedness issue that revealed a serious bug, the 'i' was
  reused for character indexing within this loop.

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

19 years ago Deposit mod_bucketeer.so and mod_dumpio.so into the installed apache2
William A. Rowe Jr [Wed, 5 Jan 2005 21:17:09 +0000 (21:17 +0000)]
  Deposit mod_bucketeer.so and mod_dumpio.so into the installed apache2
  instance.  This does not configure httpd.conf to load them.

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

19 years ago Fix up our dumpio and bucketeer build.
William A. Rowe Jr [Wed, 5 Jan 2005 20:22:53 +0000 (20:22 +0000)]
  Fix up our dumpio and bucketeer build.

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

19 years agoThis has been coming up rather frequently on IRC, and it's a good
Rich Bowen [Wed, 5 Jan 2005 19:08:24 +0000 (19:08 +0000)]
This has been coming up rather frequently on IRC, and it's a good
example. It's alluded to in the SetEnvIf docs, but it's not a complete
example there.

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

19 years ago A few new modules/debug/ projects which need base addr's.
William A. Rowe Jr [Wed, 5 Jan 2005 18:47:26 +0000 (18:47 +0000)]
  A few new modules/debug/ projects which need base addr's.

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

19 years agoutil_charset.h has already the needed #if APR_CHARSET_EBCDIC.
Jean-Frederic Clere [Wed, 5 Jan 2005 16:16:07 +0000 (16:16 +0000)]
util_charset.h has already the needed #if APR_CHARSET_EBCDIC.

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

19 years agoFix some compiler warnings inside the LDAP modules
Graham Leggett [Wed, 5 Jan 2005 07:07:46 +0000 (07:07 +0000)]
Fix some compiler warnings inside the LDAP modules

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

19 years agoadjust copyright notices in the style directory
André Malo [Tue, 4 Jan 2005 15:35:57 +0000 (15:35 +0000)]
adjust copyright notices in the style directory

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

19 years agosvn:eol-style = native
André Malo [Tue, 4 Jan 2005 15:10:06 +0000 (15:10 +0000)]
svn:eol-style = native

... svn config adjusted ;-)

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

19 years agobuild bootstrap
André Malo [Tue, 4 Jan 2005 15:08:58 +0000 (15:08 +0000)]
build bootstrap

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