]> granicus.if.org Git - apache/log
apache
20 years agoaccept URLs as ServerAdmin contact. If it's not recognized as an URL, assume
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

20 years agofix cache confusion which happens if different virtualhosts define
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

20 years ago"ErrorDocument default" changes broke inheritance. consider:
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

20 years agocleanup log_header_out function:
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

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

20 years agoFix a bunch of cases where the return code of the regex compiler
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

20 years agoescape the cookie_name before pasting into the regexp.
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

20 years agolet's be more lenient, in what we accept.
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

20 years agoupdate the Japanese translation.
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

20 years agoFix typo.
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

20 years agoEnable special ErrorDocument value 'default' which restores the
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

20 years agobuild check-all all
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

20 years agoTypo.
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

20 years agoAdd a cgi faq entry and point to the tutorial.
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

20 years agoMake sure that the CGI tutorial answers
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

20 years agoRemove the autoload dependancy on util_ldap in order to allow auth_ldap to fail norma...
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

20 years agoDon't allocation large buffers on the stack to avoid over-running a fixed length...
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

20 years agoAllow the NetWare makefiles to clean up some files that were missed
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

20 years agoMake sure that if auth_ldap is loaded, mod_ldap is also loaded
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

20 years agoUpdate transformation.
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

20 years agoUpdate Japanese translations.
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

20 years agoUpdate Japanese translation.
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

20 years agoUpdate Japanese translations.
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

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

20 years agodocument ErrorHeader directive
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

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

20 years agoAllow Digest providers to return AUTH_DENIED to propagate a 401
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

20 years agodocument new RequestHeader behaviour
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

20 years agoallow RequestHeader to be conditional
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

20 years agofix segfault, which occurs if no CT is set and wildcards are used.
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

20 years agono longer remove the EOS bucket
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

20 years agomod_rewrite no longer turns forward proxy requests into reverse proxy
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

20 years agobring these translations up to date.
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

20 years ago`build check-all all`
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

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

20 years agoStop locking all of the connections while trying to find an available connection...
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

20 years agoCould that be snow I see?
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

20 years agoPNG versions of gifs for pdflatex.
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

20 years agoPNG versions of gifs for LaTeX.
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

20 years agoForward Port:
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

20 years agoForward port:
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

20 years agothese files are now part of the build tools
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

20 years agoUpdate the DN information associated with each LDAP connection after util_ldap_cache_...
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

20 years agosync with APACHE_2_0_BRANCH
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

20 years agobuild check-all
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

20 years agotypos and a wrong href
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

20 years ago* modules/generators/mod_cgid.c (cgid_server, set_script_socket):
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

20 years agoBack port
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

20 years agoUpdate the comment
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

20 years agoAllow the experimental modules to be built in the NetWare main line build process...
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

20 years agoadd support for rewrite rules in proxy containers
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

20 years agomod_cgid: Don't allow Scriptsock to be specified inside VirtualHost;
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

20 years agoDon't include newlines in strings passed to ap_log_error.
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

20 years agomod_so shows up in BUILTIN_LIBS differently now
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

20 years agotranslate the outofdate message
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

20 years agoignore more helper files
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

20 years agoupdate translation
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

20 years agoIn the newer versions of OpenSSL, the flag SSL_SESS_CACHE_NO_INTERNAL_LOOKUP
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

20 years ago* acinclude.m4 (APACHE_MODPATH_ADD): Give the convenience library a
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

20 years ago`build check-all all`
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

20 years agoadd a warning when a translation is outdated.
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

20 years agoYet another typo.
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

20 years ago* modules/ssl/ssl_engine_io.c (ssl_io_filter_cleanup): Don't try and
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

20 years agoA type fix and a precision about what prefix means.
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

20 years agoIntergrate Kess' configure docs in the docs tree and,
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

20 years ago* server/core.c (core_output_filter): Tag the deferred_write pool.
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

20 years agofix ported to 2.0.50-dev
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

20 years agoported to 2.0.50-dev
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

20 years agomove backported change to proper place
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

20 years agocomplete backport
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

20 years agoab mixing mean and median values, also wrong time values for start and connect when...
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

20 years ago`build metafiles`
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

20 years agoCan't assume the filepointer is really 0 when offset is 0. A handler can create briga...
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

20 years agoFix memory corruption problem with ap_custom_response() function.
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

20 years agoupdate revision info
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

20 years agoupdate revision info for the Korean files
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

20 years agoupdate outdated :-)
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

20 years agoignore helper files
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

20 years agoReference the config file syntax in the htaccess tutorial.
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

20 years agowork around MSIE Digest auth bug - if AuthDigestEnableQueryStringHack
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

20 years agoClarify the order of processing in mod_alias.
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

20 years agoMention that mod_userdir is required for suexec to work
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

20 years agoFix description of Indexignore argument.
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

20 years agofix transformation. outdated checkout?
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

20 years agomark outdated
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

20 years agoDocument the ability to look at original of final subrequest.
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

20 years agoFix reference to variable discussion.
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

20 years ago`build check-ja` :-)
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

20 years agoWarn people away from the more complicated mod_deflate example.
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

20 years agofix ntp homepage and bring this file up to date
André Malo [Mon, 22 Mar 2004 21:03:34 +0000 (21:03 +0000)]
fix ntp homepage and bring this file up to date

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

20 years agoSend people to the correct directive to deal with AcceptEx problems.
Joshua Slive [Mon, 22 Mar 2004 20:59:38 +0000 (20:59 +0000)]
Send people to the correct directive to deal with AcceptEx problems.

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

20 years agoBe more honest about the current state of perchild.
Joshua Slive [Mon, 22 Mar 2004 20:48:40 +0000 (20:48 +0000)]
Be more honest about the current state of perchild.
Too many people think this module might actually work.

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

20 years ago- most of the files were outdated while adding the license. Just fixed their
André Malo [Sun, 21 Mar 2004 23:18:25 +0000 (23:18 +0000)]
- most of the files were outdated while adding the license. Just fixed their
  rev.#
- ran `build check-ja` and marked the rest of the outdated files as such
  (grep for '(outdated:')

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

20 years agoupdate transformation
André Malo [Sun, 21 Mar 2004 23:16:06 +0000 (23:16 +0000)]
update transformation

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

20 years agoupdate rev.#
André Malo [Sun, 21 Mar 2004 22:57:22 +0000 (22:57 +0000)]
update rev.#

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

20 years agofix mispelling
Jeff Trawick [Sun, 21 Mar 2004 19:02:23 +0000 (19:02 +0000)]
fix mispelling

PR:           27719
Submitted by: Stefan K. <stephank sk7.net>
Reviewed by:  Jeff Trawick

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

20 years agohttp://nagoya.apache.org/bugzilla/show_bug.cgi?id=27424
Mads Toftum [Sun, 21 Mar 2004 17:26:39 +0000 (17:26 +0000)]
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27424

Fixed for english and .xml.de - still missing for other charsets.

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

20 years agologresolve: Allow size of log line buffer to be overridden at
Jeff Trawick [Sun, 21 Mar 2004 11:13:13 +0000 (11:13 +0000)]
logresolve: Allow size of log line buffer to be overridden at
build time (MAXLINE).

PR:          27793

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

20 years agoupdate transformation
André Malo [Sat, 20 Mar 2004 22:02:32 +0000 (22:02 +0000)]
update transformation

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

20 years agobring these files up to date
André Malo [Sat, 20 Mar 2004 21:59:48 +0000 (21:59 +0000)]
bring these files up to date

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