]>
granicus.if.org Git - apache/log
André Malo [Mon, 12 Apr 2004 17:40:17 +0000 (17:40 +0000)]
sync
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103362
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 12 Apr 2004 17:22:27 +0000 (17:22 +0000)]
minor corrections
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103356
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 12 Apr 2004 16:21:54 +0000 (16:21 +0000)]
fade out the different languages for print
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103353
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 12 Apr 2004 16:14:35 +0000 (16:14 +0000)]
some nitpicking
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103352
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 12 Apr 2004 15:57:31 +0000 (15:57 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103351
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 12 Apr 2004 15:50:43 +0000 (15:50 +0000)]
describe mod_version, please review.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103350
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 11 Apr 2004 23:55:10 +0000 (23:55 +0000)]
the eight space tabs are harassing me.
:set tabstop=8
:retab
(no code changes)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103348
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 11 Apr 2004 17:06:03 +0000 (17:06 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103346
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 11 Apr 2004 16:37:43 +0000 (16:37 +0000)]
nobody came up with another patch or objections and it should not get lost:
add mod_version and invoke it into *x (modules = all) and win32 builds
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103345
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 10 Apr 2004 22:15:39 +0000 (22:15 +0000)]
updae transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103342
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 10 Apr 2004 22:09:47 +0000 (22:09 +0000)]
add some notes about server admin URLs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103341
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 10 Apr 2004 21:44:43 +0000 (21:44 +0000)]
accept URLs as ServerAdmin contact. If it's not recognized as an URL, assume
an email address and prepend it with mailto: in server outputs.
PR: 28174
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103339
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 10 Apr 2004 20:23:51 +0000 (20:23 +0000)]
fix cache confusion which happens if different virtualhosts define
rewritemaps with the same name.
This is done using name mangling. For the cache we prefix the map name
with the hex value of the current server struct pointer. This way
inherited maps still use the same cache.
PR: 26462
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103335
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 10 Apr 2004 18:40:53 +0000 (18:40 +0000)]
"ErrorDocument default" changes broke inheritance. consider:
<Directory /foo>
ErrorDocument 404 blah
</Directory>
<DIrectory /foo/bar>
ErrorDocument 500 boo
# 404 is now fallen back to default
</Directory>
This patch solves the problem.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103333
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 10 Apr 2004 17:48:52 +0000 (17:48 +0000)]
cleanup log_header_out function:
- no need to ask r->err_headers_out, because it's already merged with
r->headers_out at this stage
- allow multiple headers like Set-Cookie to be logged properly
PR: 27787
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103331
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 10 Apr 2004 14:21:18 +0000 (14:21 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103330
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 10 Apr 2004 13:57:39 +0000 (13:57 +0000)]
Fix a bunch of cases where the return code of the regex compiler
was not checked properly. This affects: mod_setenvif, mod_usertrack,
mod_proxy, mod_proxy_ftp and core.
PR: 28218
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103328
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 10 Apr 2004 13:17:15 +0000 (13:17 +0000)]
escape the cookie_name before pasting into the regexp.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103326
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 10 Apr 2004 12:36:34 +0000 (12:36 +0000)]
let's be more lenient, in what we accept.
commas are allowed as separators and whitespaces are not a must.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103325
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Sat, 10 Apr 2004 07:14:25 +0000 (07:14 +0000)]
update the Japanese translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103324
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 9 Apr 2004 07:00:26 +0000 (07:00 +0000)]
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103313
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Fri, 9 Apr 2004 00:56:26 +0000 (00:56 +0000)]
Enable special ErrorDocument value 'default' which restores the
canned server response for the scope of the directive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103310
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 8 Apr 2004 21:16:04 +0000 (21:16 +0000)]
build check-all all
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103305
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 8 Apr 2004 18:17:58 +0000 (18:17 +0000)]
Typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103300
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 8 Apr 2004 18:17:32 +0000 (18:17 +0000)]
Add a cgi faq entry and point to the tutorial.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103299
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 8 Apr 2004 18:06:38 +0000 (18:06 +0000)]
Make sure that the CGI tutorial answers
all the CGI FAQs that I commonly
see.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103298
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 8 Apr 2004 15:29:42 +0000 (15:29 +0000)]
Remove the autoload dependancy on util_ldap in order to allow auth_ldap to fail normally if util_ldap is not loaded or loaded out of order
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103296
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 7 Apr 2004 21:43:01 +0000 (21:43 +0000)]
Don't allocation large buffers on the stack to avoid over-running a fixed length stack when ap_build_cont_config() is called recursively (ie. nested <IfDefine> blocks).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103290
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 6 Apr 2004 22:47:46 +0000 (22:47 +0000)]
Allow the NetWare makefiles to clean up some files that were missed
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103286
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 6 Apr 2004 15:12:27 +0000 (15:12 +0000)]
Make sure that if auth_ldap is loaded, mod_ldap is also loaded
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103281
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Tue, 6 Apr 2004 06:11:57 +0000 (06:11 +0000)]
Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103280
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Tue, 6 Apr 2004 06:06:01 +0000 (06:06 +0000)]
Update Japanese translations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103279
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Tue, 6 Apr 2004 06:00:42 +0000 (06:00 +0000)]
Update Japanese translation.
Submitted by: Hiroaki KAWAI, Yoshiki Hayashi
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103278
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Tue, 6 Apr 2004 05:51:02 +0000 (05:51 +0000)]
Update Japanese translations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103277
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 5 Apr 2004 18:18:32 +0000 (18:18 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103274
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 5 Apr 2004 18:13:15 +0000 (18:13 +0000)]
document ErrorHeader directive
(more or less taken from 1.3)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103273
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 5 Apr 2004 18:00:50 +0000 (18:00 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103272
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Mon, 5 Apr 2004 18:00:15 +0000 (18:00 +0000)]
Allow Digest providers to return AUTH_DENIED to propagate a 401
status and terminate the provider chain prior to checking the password.
Reviewed by: justin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103271
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 5 Apr 2004 17:55:58 +0000 (17:55 +0000)]
document new RequestHeader behaviour
PR: 27951
Submitted by: vincent gryzor.com (Vincent Deffontaines)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103270
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 5 Apr 2004 17:34:48 +0000 (17:34 +0000)]
allow RequestHeader to be conditional
PR: 27951
Basically submitted by: vincent gryzor.com (Vincent Deffontaines)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103269
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 3 Apr 2004 23:22:18 +0000 (23:22 +0000)]
fix segfault, which occurs if no CT is set and wildcards are used.
PR: 28047
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103266
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 3 Apr 2004 20:50:00 +0000 (20:50 +0000)]
no longer remove the EOS bucket
PR: 27928
Submitted by: Bojan Smojver <bojan rexursive.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103263
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 3 Apr 2004 20:29:37 +0000 (20:29 +0000)]
mod_rewrite no longer turns forward proxy requests into reverse proxy
requests.
PR: 28125
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103261
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 3 Apr 2004 17:05:54 +0000 (17:05 +0000)]
bring these translations up to date.
Reviewed by: Kess
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103257
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 3 Apr 2004 16:30:29 +0000 (16:30 +0000)]
`build check-all all`
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103254
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 3 Apr 2004 16:24:58 +0000 (16:24 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103253
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 2 Apr 2004 23:17:29 +0000 (23:17 +0000)]
Stop locking all of the connections while trying to find an available connection that meets the specified criteria. If a connection doesn't meet the criteria, unlock it so that it remains available for other requests.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103250
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Fri, 2 Apr 2004 21:08:29 +0000 (21:08 +0000)]
Could that be snow I see?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103248
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Fri, 2 Apr 2004 21:04:47 +0000 (21:04 +0000)]
PNG versions of gifs for pdflatex.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103247
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Fri, 2 Apr 2004 21:04:10 +0000 (21:04 +0000)]
PNG versions of gifs for LaTeX.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103246
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Fri, 2 Apr 2004 21:02:46 +0000 (21:02 +0000)]
Forward Port:
Put a little more detail (including copyright notice) into
frontmatter of latex version. Also prepare for inclusion
of png graphics.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103245
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Fri, 2 Apr 2004 21:00:27 +0000 (21:00 +0000)]
Forward port:
Add <columnspec> and make a couple other very small changes
to let latex render tables a little better.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103244
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 1 Apr 2004 22:14:55 +0000 (22:14 +0000)]
these files are now part of the build tools
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103229
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 31 Mar 2004 22:56:08 +0000 (22:56 +0000)]
Update the DN information associated with each LDAP connection after util_ldap_cache_checkuserid() rebinds the connection.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103225
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 30 Mar 2004 21:07:39 +0000 (21:07 +0000)]
sync with APACHE_2_0_BRANCH
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103222
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 30 Mar 2004 19:58:14 +0000 (19:58 +0000)]
build check-all
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103216
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 30 Mar 2004 19:53:45 +0000 (19:53 +0000)]
typos and a wrong href
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103215
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 30 Mar 2004 10:57:30 +0000 (10:57 +0000)]
* modules/generators/mod_cgid.c (cgid_server, set_script_socket):
Remove unused variables.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103209
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 29 Mar 2004 23:11:00 +0000 (23:11 +0000)]
Back port
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103206
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 29 Mar 2004 22:35:02 +0000 (22:35 +0000)]
Update the comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103204
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 29 Mar 2004 22:29:11 +0000 (22:29 +0000)]
Allow the experimental modules to be built in the NetWare main line build process by defining the environment variable EXPERIMENTAL
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103202
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 29 Mar 2004 21:34:19 +0000 (21:34 +0000)]
add support for rewrite rules in proxy containers
PR: 27985
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103199
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 29 Mar 2004 02:56:21 +0000 (02:56 +0000)]
mod_cgid: Don't allow Scriptsock to be specified inside VirtualHost;
Don't place script socket inside default server root instead of
actual server root.
The sock name was being stored in the server config, though it
was not specific to a server.
ap_server_root_relative() was being used prior to config processing,
so it was always picking up the default server root.
PR: 27886
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103184
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 29 Mar 2004 02:21:29 +0000 (02:21 +0000)]
Don't include newlines in strings passed to ap_log_error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103182
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 29 Mar 2004 00:11:42 +0000 (00:11 +0000)]
mod_so shows up in BUILTIN_LIBS differently now
this fixes "make install" processing of DSOs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103181
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 28 Mar 2004 00:59:02 +0000 (00:59 +0000)]
translate the outofdate message
Reviewed by: kess
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103177
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 28 Mar 2004 00:07:27 +0000 (00:07 +0000)]
ignore more helper files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103175
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 27 Mar 2004 22:50:45 +0000 (22:50 +0000)]
update translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103173
13f79535 -47bb-0310-9956-
ffa450edef68
Madhusudan Mathihalli [Fri, 26 Mar 2004 23:53:35 +0000 (23:53 +0000)]
In the newer versions of OpenSSL, the flag SSL_SESS_CACHE_NO_INTERNAL_LOOKUP
just prevents the internal lookup but does not prevent the caching.
OpenSSL 0.9.6h onwards has a new flag 'SSL_SESS_CACHE_NO_INTERNAL' to
prevent OpenSSL from both lookup and caching the sessions internally.
PR: 26562
Reviewed by: Geoff Thorpe, Joe Orton
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103165
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 26 Mar 2004 09:58:34 +0000 (09:58 +0000)]
* acinclude.m4 (APACHE_MODPATH_ADD): Give the convenience library a
less generic name; libtool 1.5 gets confused when linking libssl.la
against -lssl if libssl.la already exists in the cwd.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103164
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 25 Mar 2004 21:27:29 +0000 (21:27 +0000)]
`build check-all all`
Concept reviewed by: Astrid Ke�ler, Joshua Slive, Yoshiki Hayashi
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103162
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 25 Mar 2004 21:21:12 +0000 (21:21 +0000)]
add a warning when a translation is outdated.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103161
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 25 Mar 2004 20:02:11 +0000 (20:02 +0000)]
Yet another typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103159
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 25 Mar 2004 19:36:32 +0000 (19:36 +0000)]
* modules/ssl/ssl_engine_io.c (ssl_io_filter_cleanup): Don't try and
send an SSL shutdown from a pool cleanup.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103156
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 25 Mar 2004 19:28:57 +0000 (19:28 +0000)]
A type fix and a precision about what prefix means.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103155
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 25 Mar 2004 19:16:24 +0000 (19:16 +0000)]
Intergrate Kess' configure docs in the docs tree and,
in particular, integrate them into install.xml by removing
large chunks of that document and making it a summary
with pointers into configure.xml.
(I also snuck in the odd fix to both install.xml and
configure.xml. Sorry for the mix.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103154
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 25 Mar 2004 14:27:27 +0000 (14:27 +0000)]
* server/core.c (core_output_filter): Tag the deferred_write pool.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103153
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Thu, 25 Mar 2004 02:33:57 +0000 (02:33 +0000)]
fix ported to 2.0.50-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103149
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Thu, 25 Mar 2004 02:20:25 +0000 (02:20 +0000)]
ported to 2.0.50-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103146
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Thu, 25 Mar 2004 02:14:26 +0000 (02:14 +0000)]
move backported change to proper place
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103144
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Thu, 25 Mar 2004 02:09:07 +0000 (02:09 +0000)]
complete backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103142
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Thu, 25 Mar 2004 00:05:00 +0000 (00:05 +0000)]
ab mixing mean and median values, also wrong time values for start and connect when doing keep alive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103135
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 24 Mar 2004 21:11:04 +0000 (21:11 +0000)]
`build metafiles`
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103130
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Wed, 24 Mar 2004 19:57:06 +0000 (19:57 +0000)]
Can't assume the filepointer is really 0 when offset is 0. A handler can create brigades containing multiple file buckets with arbitrary offsets
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103125
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 24 Mar 2004 02:53:35 +0000 (02:53 +0000)]
Fix memory corruption problem with ap_custom_response() function.
The core per-dir config would later point to request pool data
that would be reused for different purposes on different requests.
This is based on an old 1.3 patch submitted by Will Lowe.
It needs a minor tweak before committing to 1.3, but he had
it pretty darn close.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103120
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 23 Mar 2004 19:17:56 +0000 (19:17 +0000)]
update revision info
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103108
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 23 Mar 2004 18:26:12 +0000 (18:26 +0000)]
update revision info for the Korean files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103107
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 23 Mar 2004 18:12:45 +0000 (18:12 +0000)]
update outdated :-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103104
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 23 Mar 2004 18:01:52 +0000 (18:01 +0000)]
ignore helper files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103103
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 23 Mar 2004 15:42:45 +0000 (15:42 +0000)]
Reference the config file syntax in the htaccess tutorial.
PR: 17236
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103100
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Tue, 23 Mar 2004 13:57:48 +0000 (13:57 +0000)]
work around MSIE Digest auth bug - if AuthDigestEnableQueryStringHack
is set in r->subprocess_env allow mismatched query strings to pass.
PR: 27758
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103096
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 23 Mar 2004 04:23:25 +0000 (04:23 +0000)]
Clarify the order of processing in mod_alias.
PR: 21897
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103094
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 23 Mar 2004 03:52:15 +0000 (03:52 +0000)]
Mention that mod_userdir is required for suexec to work
in user directories.
PR: 25477
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103092
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 23 Mar 2004 00:53:02 +0000 (00:53 +0000)]
Fix description of Indexignore argument.
PR: 25870
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103090
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 22 Mar 2004 23:15:48 +0000 (23:15 +0000)]
fix transformation. outdated checkout?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103088
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 22 Mar 2004 23:11:22 +0000 (23:11 +0000)]
mark outdated
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103087
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 22 Mar 2004 22:06:55 +0000 (22:06 +0000)]
Document the ability to look at original of final subrequest.
I'd appreciate a review from someone more familiar with
mod_log_config!
PR: 27319
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103086
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 22 Mar 2004 21:32:12 +0000 (21:32 +0000)]
Fix reference to variable discussion.
PR: 27811
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103084
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 22 Mar 2004 21:20:04 +0000 (21:20 +0000)]
`build check-ja` :-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103083
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 22 Mar 2004 21:06:31 +0000 (21:06 +0000)]
Warn people away from the more complicated mod_deflate example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103081
13f79535 -47bb-0310-9956-
ffa450edef68