]> granicus.if.org Git - apache/log
apache
18 years ago Unsure why win32 never noticed this, but the value returned is a const char*
William A. Rowe Jr [Fri, 10 Mar 2006 08:58:56 +0000 (08:58 +0000)]
  Unsure why win32 never noticed this, but the value returned is a const char*

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

18 years ago Not an extern; correct a build failure, static suggested by dreid.
William A. Rowe Jr [Thu, 9 Mar 2006 23:29:41 +0000 (23:29 +0000)]
  Not an extern; correct a build failure, static suggested by dreid.

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

18 years agoDrop the LogLevel of the messages for the deprecated access control directives from...
Bradley Nicholes [Thu, 9 Mar 2006 22:02:40 +0000 (22:02 +0000)]
Drop the LogLevel of the messages for the deprecated access control directives from WARN to INFO.

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

18 years ago uri_delims moved to apr-util EONS ago.
William A. Rowe Jr [Thu, 9 Mar 2006 21:29:20 +0000 (21:29 +0000)]
  uri_delims moved to apr-util EONS ago.

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

18 years ago We no longer generate uri_delims for apr 1.x, but the table
William A. Rowe Jr [Thu, 9 Mar 2006 20:36:27 +0000 (20:36 +0000)]
  We no longer generate uri_delims for apr 1.x, but the table
  is hardcoded in apr_uri.c.

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

18 years agoMake AJP flushing admin configurable.
Jim Jagielski [Thu, 9 Mar 2006 18:39:16 +0000 (18:39 +0000)]
Make AJP flushing admin configurable.

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

18 years ago* modules/aaa/mod_auth_digest.c (hdr): Remove function.
Joe Orton [Thu, 9 Mar 2006 09:07:08 +0000 (09:07 +0000)]
* modules/aaa/mod_auth_digest.c (hdr): Remove function.
(add_auth_info): Remove dead #if 0'ed code to support 2069-style
entity-digest.

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

18 years ago* Crosscheck the length of the body chunk with the length of the ajp message
Ruediger Pluem [Sun, 5 Mar 2006 15:22:18 +0000 (15:22 +0000)]
* Crosscheck the length of the body chunk with the length of the ajp message
  to prevent readings beyond the buffer boundaries which possibly could reveal
  sensitive memory contents to the client.

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

18 years ago* modules/ssl/ssl_scache_shmcb.c (shmcb_safe_clear): Mark with
Joe Orton [Fri, 3 Mar 2006 13:11:39 +0000 (13:11 +0000)]
* modules/ssl/ssl_scache_shmcb.c (shmcb_safe_clear): Mark with
"noinline" attribute for GCC > 3.

PR: 38838

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

18 years ago APR_FILEPATH_NOTABOVEROOT was undefined with a left-hand NULL
William A. Rowe Jr [Wed, 1 Mar 2006 20:40:25 +0000 (20:40 +0000)]
  APR_FILEPATH_NOTABOVEROOT was undefined with a left-hand NULL
  or empty path.  The SECUREROOTPATH and NOTABSOLUTE tests were
  sufficient for this application.  Adjusts for a bug in earlier
  versions of APR with this undefined value.

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

18 years agoDoh! Mixed up commenting in and out
Noirin Plunkett [Tue, 28 Feb 2006 22:32:27 +0000 (22:32 +0000)]
Doh! Mixed up commenting in and out

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

18 years agoMake trunk build with -DDEBUG on just about all the platforms under my roof (FreeBSD...
Sander Temme [Tue, 28 Feb 2006 21:14:36 +0000 (21:14 +0000)]
Make trunk build with -DDEBUG on just about all the platforms under my roof (FreeBSD, Darwin, Ubuntu Breezy)

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

18 years agoDocumenting (slightly confusing) default behaviour
Noirin Plunkett [Tue, 28 Feb 2006 19:47:35 +0000 (19:47 +0000)]
Documenting (slightly confusing) default behaviour

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

18 years agoRevert the refactoring of the request read code
Brian Pane [Tue, 28 Feb 2006 15:49:24 +0000 (15:49 +0000)]
Revert the refactoring of the request read code

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

18 years ago* Document fixes for PR 38524.
Ruediger Pluem [Mon, 27 Feb 2006 22:24:47 +0000 (22:24 +0000)]
* Document fixes for PR 38524.

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

18 years agoFill in the scoreboard's tid field in the event MPM, just like we do in
Garrett Rooney [Sat, 25 Feb 2006 00:59:04 +0000 (00:59 +0000)]
Fill in the scoreboard's tid field in the event MPM, just like we do in
other MPMs.

Submitted by: Chris Darroch <chrisd pearsoncmg.com>
Issue: 38736

* server/mpm/experimental/event/event.c
  (worker_thread): Fill in the scoreboard's tid field.

* CHANGES: Note change.

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

18 years agomod_charset_lite: Remove Content-Length when output filter can
Jeff Trawick [Thu, 23 Feb 2006 21:40:59 +0000 (21:40 +0000)]
mod_charset_lite: Remove Content-Length when output filter can
invalidate it.  Warn when input filter can invalidate it.

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

18 years agoupdate transformation
André Malo [Wed, 22 Feb 2006 18:48:39 +0000 (18:48 +0000)]
update transformation

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

18 years agoFix mod_asis docs re: use of HTTP/CGI headers.
Nick Kew [Tue, 21 Feb 2006 21:19:37 +0000 (21:19 +0000)]
Fix mod_asis docs re: use of HTTP/CGI headers.

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

18 years agoEnsure that the proper status line is written to the client, fixing
Jeff Trawick [Tue, 21 Feb 2006 19:34:33 +0000 (19:34 +0000)]
Ensure that the proper status line is written to the client, fixing
incorrect status lines caused by filters which modify r->status without
resetting r->status_line, such as the built-in byterange filter.

Note: For the byterange example, the handler must set r->status_line
even though this is a 200 response.  Some proxy-type modules blindly
set r->status_line as set by the origin server and thus trigger
the problem with byteranges if the origin server didn't handle the
byterange.

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

18 years ago* Disable persistent connections for SSL backends again as we do not
Ruediger Pluem [Mon, 20 Feb 2006 20:56:50 +0000 (20:56 +0000)]
* Disable persistent connections for SSL backends again as we do not
  handle them correctly, because we recreate backend->connection for each
  request and thus try to initialize an already existing SSL connection.

Noticed by: Joe Orton

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

18 years agoAdd a note about the ap_satisfies mess we currently have.
David Reid [Sat, 18 Feb 2006 22:50:51 +0000 (22:50 +0000)]
Add a note about the ap_satisfies mess we currently have.

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

18 years agoThis should cure the build issues people are having and would
David Reid [Sat, 18 Feb 2006 22:44:30 +0000 (22:44 +0000)]
This should cure the build issues people are having and would
seem to be closer to the correct solution.

Having this defined as a symbol without it being set seems
plain wrong.

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

18 years agoupdate and fix typo.
Hiroaki Kawai [Sat, 18 Feb 2006 08:25:32 +0000 (08:25 +0000)]
update and fix typo.
English Revision: 265033

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

18 years agoupdate transformation
André Malo [Fri, 17 Feb 2006 17:44:52 +0000 (17:44 +0000)]
update transformation

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

18 years agodon't use &nbsp; in configuration code that might be copy and pasted and cannot
André Malo [Fri, 17 Feb 2006 17:39:47 +0000 (17:39 +0000)]
don't use &nbsp; in configuration code that might be copy and pasted and cannot
be interpreted correctly by the httpd

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

18 years ago* modules/ssl/ssl_engine_init.c (ssl_check_public_cert): Fix spurious
Joe Orton [Fri, 17 Feb 2006 11:43:37 +0000 (11:43 +0000)]
* modules/ssl/ssl_engine_init.c (ssl_check_public_cert): Fix spurious
hostname-mismatch warning for valid wildcard certs.

PR: 37911
Submitted by: Nick Burch <nick torchbox.com>

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

18 years ago* acinclude.m4 (APACHE_CHECK_SSL_TOOLKIT): Add PKG_CONFIG_PATH for
Joe Orton [Fri, 17 Feb 2006 10:06:50 +0000 (10:06 +0000)]
* acinclude.m4 (APACHE_CHECK_SSL_TOOLKIT): Add PKG_CONFIG_PATH for
specified OpenSSL location to avoid picking up system pkg-config
configuration.

PR: 38277

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

18 years ago- tidy up some of the comments and make the file more readable
David Reid [Fri, 17 Feb 2006 00:04:05 +0000 (00:04 +0000)]
- tidy up some of the comments and make the file more readable

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

18 years ago- add a define for ap_satisfies which is now an optional fn. Without
David Reid [Thu, 16 Feb 2006 23:28:44 +0000 (23:28 +0000)]
- add a define for ap_satisfies which is now an optional fn. Without
  this httpd crashes with a SIGBUS when calling ap_satisfies.

This gets mod_authz_svn working again with trunk.

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

18 years agoupdate transformation
André Malo [Thu, 16 Feb 2006 17:30:19 +0000 (17:30 +0000)]
update transformation

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

18 years agodo not reuse XML ids
André Malo [Thu, 16 Feb 2006 17:24:38 +0000 (17:24 +0000)]
do not reuse XML ids

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

18 years agosvn:eol-style = native
André Malo [Thu, 16 Feb 2006 17:02:29 +0000 (17:02 +0000)]
svn:eol-style = native

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

18 years agoAdd more detail about how to use the new authorization configuration
Bradley Nicholes [Wed, 15 Feb 2006 23:48:29 +0000 (23:48 +0000)]
Add more detail about how to use the new authorization configuration

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

18 years ago- Nitpicking style police: Add space between PR and number of PR
Ruediger Pluem [Wed, 15 Feb 2006 20:29:13 +0000 (20:29 +0000)]
- Nitpicking style police: Add space between PR and number of PR
- Remove myself from credit list of fix for PR 38340, as this patch went
  in unaltered.

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

18 years ago *) mod_proxy: Fix KeepAlives not being allowed and set to
Jim Jagielski [Wed, 15 Feb 2006 16:44:42 +0000 (16:44 +0000)]
  *) mod_proxy: Fix KeepAlives not being allowed and set to
     backend servers. PR38602. [Ruediger Pluem, Jim Jagielski]

Also, document previous patch:
  *) Correctly initialize mod_proxy workers, which use a
     combination of local and shared datasets. Adjust logging
     to better trace usage. PR38403. [Jim Jagielski]

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

18 years agoOK, handle better the initializing of worker, separating
Jim Jagielski [Tue, 14 Feb 2006 17:35:36 +0000 (17:35 +0000)]
OK, handle better the initializing of worker, separating
"shared" and "local" inits, and being aware that if the
shared aspects are initialized, this doesn't mean
the local ones are :)

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

18 years agoI wondered why I never saw the scoreboard init entry; now I know.
Jim Jagielski [Tue, 14 Feb 2006 14:55:02 +0000 (14:55 +0000)]
I wondered why I never saw the scoreboard init entry; now I know.
The logic flow was slightly askew.

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

18 years agoUpdate links
Bradley Nicholes [Tue, 14 Feb 2006 01:10:55 +0000 (01:10 +0000)]
Update links

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

18 years ago* Use the correct pool for apr_table_copy. Otherwise we trigger the bad pool
Ruediger Pluem [Mon, 13 Feb 2006 22:58:03 +0000 (22:58 +0000)]
* Use the correct pool for apr_table_copy. Otherwise we trigger the bad pool
  ancestry abort in apr_table_copy if apr is compiled with APR_POOL_DEBUG.

Noticed by: Joe Orton

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

18 years agoClean up some code in mod_dav.
Garrett Rooney [Mon, 13 Feb 2006 02:34:26 +0000 (02:34 +0000)]
Clean up some code in mod_dav.

Submitted by: Dan Rall <dlr collab.net>

* modules/dav/main/mod_dav.c
  (dav_error_response, dav_error_response_tag): Remove redundant assignment
   of r->status_line which is handled by basic_http_header_check().

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

18 years agoMake the worker and event MPMs support GracefulShutdownTimeout just like
Garrett Rooney [Mon, 13 Feb 2006 02:25:53 +0000 (02:25 +0000)]
Make the worker and event MPMs support GracefulShutdownTimeout just like
the prefork MPM does.

Submitted by: Chris Darroch <chrisd pearsoncmg.com>
Ported to event MPM by: rooneg
Issue number: 38621

* server/mpm/worker/worker.c
  (ap_mpm_run): Make the graceful shutdown log message refer to the right
   signal, and respect the graceful shutdown timeout if there is one.

* server/mpm/experimental/event/event.c
  (ap_mpm_run): Ditto.

* CHANGES: Note change.

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

18 years ago* Do not close the backend connection, because the client sent a
Ruediger Pluem [Sat, 11 Feb 2006 21:15:12 +0000 (21:15 +0000)]
* Do not close the backend connection, because the client sent a
  Connection: close header.

PR: 38524

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

18 years ago* Do not remove the connection headers from r->headers_in. They are needed
Ruediger Pluem [Sat, 11 Feb 2006 20:57:12 +0000 (20:57 +0000)]
* Do not remove the connection headers from r->headers_in. They are needed
  by the http output filter to create the correct connection response headers.
  Instead work on a copy of r->headers_in.

PR: 38524

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

18 years ago* modules/aaa/config.m4: Place mod_access_compat in the 'yes' list as not
Justin Erenkrantz [Tue, 7 Feb 2006 19:58:48 +0000 (19:58 +0000)]
* modules/aaa/config.m4: Place mod_access_compat in the 'yes' list as not
  handling older auth configs out-of-the-box is badness.

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

18 years ago* modules/aaa/mod_auth.h: Include apr_optional.h for
Joe Orton [Tue, 7 Feb 2006 13:21:45 +0000 (13:21 +0000)]
* modules/aaa/mod_auth.h: Include apr_optional.h for
APR_DECLARE_OPTIONAL_FN definition.

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

18 years ago* modules/aaa/mod_authz_core.c (add_authz_provider): Fix pointer cast
Joe Orton [Tue, 7 Feb 2006 08:53:37 +0000 (08:53 +0000)]
* modules/aaa/mod_authz_core.c (add_authz_provider): Fix pointer cast
warning on LP64 platforms.

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

18 years agofix properties and update transformation
André Malo [Mon, 6 Feb 2006 17:55:59 +0000 (17:55 +0000)]
fix properties and update transformation

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

18 years agofix xml and semantic validity
André Malo [Mon, 6 Feb 2006 17:31:44 +0000 (17:31 +0000)]
fix xml and semantic validity

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

18 years ago* modules/proxy/mod_proxy_balancer.c: Include unistd.h to pick up
Joe Orton [Mon, 6 Feb 2006 16:35:20 +0000 (16:35 +0000)]
* modules/proxy/mod_proxy_balancer.c: Include unistd.h to pick up
getpid() prototype.

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

18 years agoUse absolute links as pointed out by nd and joshua
Nick Kew [Sun, 5 Feb 2006 20:39:42 +0000 (20:39 +0000)]
Use absolute links as pointed out by nd and joshua

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

18 years agoPR#38521 - fix link.
Nick Kew [Sun, 5 Feb 2006 19:30:29 +0000 (19:30 +0000)]
PR#38521 - fix link.

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

18 years ago* sync with 2.2.x CHANGES
Ruediger Pluem [Sat, 4 Feb 2006 21:44:01 +0000 (21:44 +0000)]
* sync with 2.2.x CHANGES

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

18 years ago* Do not overwrite the status of initialized workers and respect the configured
Ruediger Pluem [Sat, 4 Feb 2006 21:25:48 +0000 (21:25 +0000)]
* Do not overwrite the status of initialized workers and respect the configured
  status of uninitilized workers when creating a new child process.

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

18 years ago Sync
William A. Rowe Jr [Sat, 4 Feb 2006 19:09:08 +0000 (19:09 +0000)]
  Sync

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

18 years ago Solaris build proposal; don't fail on missing .h files within
William A. Rowe Jr [Sat, 4 Feb 2006 02:41:02 +0000 (02:41 +0000)]
  Solaris build proposal; don't fail on missing .h files within
  a VPATH build, and don't test trees with -d (simply -f the
  expected files) in case a tree such as srclib/apr is actually
  a symlink rather than a true directory in ./buildconf.

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

18 years agoProject name changed in Bugzilla when we released 2.2
Sander Temme [Thu, 2 Feb 2006 21:28:52 +0000 (21:28 +0000)]
Project name changed in Bugzilla when we released 2.2

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

18 years ago* Update transformation
Ruediger Pluem [Mon, 30 Jan 2006 20:56:20 +0000 (20:56 +0000)]
* Update transformation

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

18 years ago* Remove link to CacheSize as this directive is no longer present.
Ruediger Pluem [Mon, 30 Jan 2006 20:54:00 +0000 (20:54 +0000)]
* Remove link to CacheSize as this directive is no longer present.

PR: 38449
Submitted by: Bjoern Voigt <bjoern cs.tu-berlin.de>

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

18 years agomod_speling: Stop crashing with certain non-file requests.
Jeff Trawick [Mon, 30 Jan 2006 14:54:22 +0000 (14:54 +0000)]
mod_speling: Stop crashing with certain non-file requests.

(r->filename unset)

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

18 years agoThe AuthnProviderAlias directive has been merged into mod_authn_core. mod_authn_alia...
Bradley Nicholes [Sat, 28 Jan 2006 01:00:32 +0000 (01:00 +0000)]
The AuthnProviderAlias directive has been merged into mod_authn_core.  mod_authn_alias is no longer needed.

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

18 years agoDocumentation for mod_authn_alias is no longer needed since the only directive it...
Bradley Nicholes [Sat, 28 Jan 2006 00:43:57 +0000 (00:43 +0000)]
Documentation for mod_authn_alias is no longer needed since the only directive it documented has been merged in to mod_authn_core.

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

18 years agoMove the AuthnProviderAlias documentation into mod_authn_core since that is now where...
Bradley Nicholes [Sat, 28 Jan 2006 00:34:20 +0000 (00:34 +0000)]
Move the AuthnProviderAlias documentation into mod_authn_core since that is now where the directive lives

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

18 years agoIf the proxied response lacks a Server header, then
Jim Jagielski [Fri, 27 Jan 2006 19:55:45 +0000 (19:55 +0000)]
If the proxied response lacks a Server header, then
create one.

PR: 38002 (Bugz)
Submitted: william barker at wilshire com

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

18 years agoFixing up typos
Noirin Plunkett [Wed, 25 Jan 2006 10:06:14 +0000 (10:06 +0000)]
Fixing up typos

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

18 years agoadd Colm's explanation of the cache_info structure from his explaination on dev@
Ian Holsman [Wed, 25 Jan 2006 04:03:31 +0000 (04:03 +0000)]
add Colm's explanation of the cache_info structure from his explaination on dev@
Message-ID: <20060124223004.GA26461@dochas.stdlib.net>

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

18 years agoUse HTMLTable option in the config example so that directory listings will satisfy
Joshua Slive [Tue, 24 Jan 2006 14:44:03 +0000 (14:44 +0000)]
Use HTMLTable option in the config example so that directory listings will satisfy
people concerned about html spec compliance.

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

18 years agoLanguage fixes for mod_rewrite reference manual
Noirin Plunkett [Tue, 24 Jan 2006 10:32:00 +0000 (10:32 +0000)]
Language fixes for mod_rewrite reference manual

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

18 years agoMove DOAP file to site tree.
Erik Abele [Mon, 23 Jan 2006 22:42:17 +0000 (22:42 +0000)]
Move DOAP file to site tree.

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

18 years agoRemove NetWare makefiles that are no longer needed
Bradley Nicholes [Mon, 23 Jan 2006 20:30:55 +0000 (20:30 +0000)]
Remove NetWare makefiles that are no longer needed

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

18 years agoBuild mod_access_compat on NetWare
Bradley Nicholes [Mon, 23 Jan 2006 20:23:42 +0000 (20:23 +0000)]
Build mod_access_compat on NetWare

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

18 years agoUse the correct logging #define
Bradley Nicholes [Mon, 23 Jan 2006 20:22:37 +0000 (20:22 +0000)]
Use the correct logging #define

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

18 years agoAllow,deny stuff added to example
Noirin Plunkett [Mon, 23 Jan 2006 18:50:27 +0000 (18:50 +0000)]
Allow,deny stuff added to example

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

18 years agoMinor language fixes
Noirin Plunkett [Mon, 23 Jan 2006 16:43:16 +0000 (16:43 +0000)]
Minor language fixes

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

18 years ago- add a first pass at a "real" doap file for the httpd project.
David Reid [Sun, 22 Jan 2006 22:17:29 +0000 (22:17 +0000)]
- add a first pass at a "real" doap file for the httpd project.

This needs to be maintained and so we should add details to the
file detailing how to issue a release :-)

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

18 years ago Lineends
William A. Rowe Jr [Sun, 22 Jan 2006 15:39:21 +0000 (15:39 +0000)]
  Lineends

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

18 years ago Lineends, ugh :)
William A. Rowe Jr [Sun, 22 Jan 2006 15:34:49 +0000 (15:34 +0000)]
  Lineends, ugh :)

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

18 years ago* Improve fix for PR38123. This fixes PR38123 and PR37790 (whose fix has been
Ruediger Pluem [Sat, 21 Jan 2006 23:22:23 +0000 (23:22 +0000)]
* Improve fix for PR38123. This fixes PR38123 and PR37790 (whose fix has been
  already backported) by inserting the HTTP_IN filter uncondionally before
  we call ap_send_error_response or ap_die. This ensures that
  ap_discard_request_body called by ap_die and by ap_send_error_response works
  correctly on status codes that do not cause the connection to be dropped and
  in situations where the connection should be kept alive.

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

18 years ago* Fix PR38340 by actual getting the word and thus advancing the message buffer
Ruediger Pluem [Sat, 21 Jan 2006 11:30:41 +0000 (11:30 +0000)]
* Fix PR38340 by actual getting the word and thus advancing the message buffer
  pointer to the next data.

Submitted by: Aleksey Pesternikov <apesternikov yahoo.com>
Reviewed by: Ruediger Pluem

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

18 years agoFix the documentation for the LDAPTrustedMode directive.
Bradley Nicholes [Fri, 20 Jan 2006 17:03:51 +0000 (17:03 +0000)]
Fix the documentation for the LDAPTrustedMode directive.

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

18 years agoSet the LDAP protocol before setting extended LDAP options. [PR38146]
Bradley Nicholes [Fri, 20 Jan 2006 16:53:43 +0000 (16:53 +0000)]
Set the LDAP protocol before setting extended LDAP options. [PR38146]

Submitted by: Aaron Richton <richton nbcs.rutgers.edu>

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

18 years agoPR#38070: When a CGI script emits an explicit "Status:" header,
Nick Kew [Fri, 20 Jan 2006 01:36:44 +0000 (01:36 +0000)]
PR#38070: When a CGI script emits an explicit "Status:" header,
it takes charge, so we shouldn't use ap_meets_conditions.

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

18 years agoremove the unused per-dir-config structure.
Bradley Nicholes [Thu, 19 Jan 2006 16:15:44 +0000 (16:15 +0000)]
remove the unused per-dir-config structure.

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

18 years ago* Fix PR38123 by adding the HTTP_IN filter also in the case of an invalid
Ruediger Pluem [Wed, 18 Jan 2006 16:04:13 +0000 (16:04 +0000)]
* Fix PR38123 by adding the HTTP_IN filter also in the case of an invalid
  expect header.

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

18 years ago* Adjust format of bump comments. No functional change.
Ruediger Pluem [Wed, 18 Jan 2006 10:11:39 +0000 (10:11 +0000)]
* Adjust format of bump comments. No functional change.

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

18 years ago* Do a minor bump as minex and minex_set had been added to cache_server_conf
Ruediger Pluem [Wed, 18 Jan 2006 10:02:22 +0000 (10:02 +0000)]
* Do a minor bump as minex and minex_set had been added to cache_server_conf
  struct.

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

18 years agoRemove the call to ap_note_auth_failure() from the providers. mod_authz_core will...
Bradley Nicholes [Wed, 18 Jan 2006 04:19:04 +0000 (04:19 +0000)]
Remove the call to ap_note_auth_failure() from the providers.  mod_authz_core will make the call if it is necessary.

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

18 years ago* Add a sentence about DDOS.
Ruediger Pluem [Tue, 17 Jan 2006 19:58:19 +0000 (19:58 +0000)]
* Add a sentence about DDOS.
* Mention problems with low Timeouts and long running CGIs.
* Stress out the experimental character of event MPM and that it does not
  work with ssl currently.

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

18 years agoFix typos.
Joshua Slive [Tue, 17 Jan 2006 17:03:03 +0000 (17:03 +0000)]
Fix typos.

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

18 years agoA few small anti-DoS updates including the Limit* directives.
Joshua Slive [Tue, 17 Jan 2006 16:56:01 +0000 (16:56 +0000)]
A few small anti-DoS updates including the Limit* directives.

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

18 years ago* Removed patch again as it clashed with Joshua's on the same topic
Ruediger Pluem [Tue, 17 Jan 2006 16:14:49 +0000 (16:14 +0000)]
* Removed patch again as it clashed with Joshua's on the same topic

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

18 years ago* Add some remarks how to mitigate the risk of DoS attacks by setting
Ruediger Pluem [Tue, 17 Jan 2006 16:08:28 +0000 (16:08 +0000)]
* Add some remarks how to mitigate the risk of DoS attacks by setting
  proper values for the Timeout and Keepalive parameters.

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

18 years agoTake a stab at documenting how we respond to DoS issues.
Joshua Slive [Tue, 17 Jan 2006 16:01:56 +0000 (16:01 +0000)]
Take a stab at documenting how we respond to DoS issues.
Please review!

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

18 years agoNote the changes to Authz
Bradley Nicholes [Tue, 17 Jan 2006 16:00:38 +0000 (16:00 +0000)]
Note the changes to Authz

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

18 years ago* Update transformation
Ruediger Pluem [Tue, 17 Jan 2006 15:14:34 +0000 (15:14 +0000)]
* Update transformation

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

18 years ago* Add CacheMinExpire directive to set the minimum time in seconds to cache a document
Ruediger Pluem [Tue, 17 Jan 2006 15:12:23 +0000 (15:12 +0000)]
* Add CacheMinExpire directive to set the minimum time in seconds to cache a document
  in the case that no valid expire time was supplied with the document.

Submitted by: Brian Akins <brian.akins turner.com>
Reviewed by: Ruediger Pluem

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

18 years agoDocumentation for mod_access_compat (Allow,Deny,Order,Satisfy directives)
Bradley Nicholes [Mon, 16 Jan 2006 19:56:32 +0000 (19:56 +0000)]
Documentation for mod_access_compat (Allow,Deny,Order,Satisfy directives)

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

18 years agoUpdate svn:ignore properties so that generated files from a win32 VC++
Garrett Rooney [Sun, 15 Jan 2006 23:47:19 +0000 (23:47 +0000)]
Update svn:ignore properties so that generated files from a win32 VC++
Express build are ignored.

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

18 years agoFix properties, add missing transformed files and update transformation
André Malo [Sun, 15 Jan 2006 17:57:12 +0000 (17:57 +0000)]
Fix properties, add missing transformed files and update transformation

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

18 years agoAdding updated mod_ssl HOWTO to the website
Noirin Plunkett [Sun, 15 Jan 2006 16:04:23 +0000 (16:04 +0000)]
Adding updated mod_ssl HOWTO to the website
Also committing transforms with new (2006) copyright notice.

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