]> granicus.if.org Git - apache/log
apache
21 years agoForward port of mod_actions' ability to handle arbitrary methods
André Malo [Fri, 14 Feb 2003 00:43:52 +0000 (00:43 +0000)]
Forward port of mod_actions' ability to handle arbitrary methods
with the Script directive.

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

21 years agostyle.
André Malo [Thu, 13 Feb 2003 21:21:15 +0000 (21:21 +0000)]
style.

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

21 years agoArghh, there was another one!
Erik Abele [Thu, 13 Feb 2003 21:02:37 +0000 (21:02 +0000)]
Arghh, there was another one!

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

21 years agoFixed example description to solve PR#17006.
Erik Abele [Thu, 13 Feb 2003 20:53:02 +0000 (20:53 +0000)]
Fixed example description to solve PR#17006.

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

21 years ago Tabs. Runovers. Style violations ... oh my!
William A. Rowe Jr [Thu, 13 Feb 2003 13:54:04 +0000 (13:54 +0000)]
  Tabs.  Runovers.  Style violations ... oh my!

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

21 years agodrop the guess_domain function.
André Malo [Thu, 13 Feb 2003 02:28:57 +0000 (02:28 +0000)]
drop the guess_domain function.

Our docs say about AuthDigestDomain:
This directive should always be specified and contain at least the (set of)
root URI(s) for this space. Omitting to do so will cause the client to send
the Authorization header for every request sent to this server.

guessing the parameter is somewhat bogus. guess_domain() also resulted sometimes
in relative URIs, non-URI strings or empty strings, which caused a lot of
problems.
According to the docs, the domain parameter will be omitted now,
if not specified. This is exactly, what one would expect.

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

21 years agoMake sure that the file extension is at least an empty string rather than NULL
Bradley Nicholes [Wed, 12 Feb 2003 22:52:32 +0000 (22:52 +0000)]
Make sure that the file extension is at least an empty string rather than NULL
so that the table searches will function properly

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

21 years agomod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannot
Jeff Trawick [Wed, 12 Feb 2003 18:27:37 +0000 (18:27 +0000)]
mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannot
be started on Unix because of such problems as bad permissions,
bad shebang line, etc.

Some minor points:

If mod_ext_filter debug is enabled, we go ahead and burn cycles
in the parent to try to discover when we won't be able to exec
the script.

The mod_cgid handler wasn't communicating the right log level to the
daemon; that was required to get the child errfn to spit out the
right message, and it may fix an existing problem.

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

21 years agostyle issues. no code changes.
André Malo [Wed, 12 Feb 2003 17:58:09 +0000 (17:58 +0000)]
style issues. no code changes.

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

21 years agoAvoid passing too many characters to getenv. Make sure that only the
Bradley Nicholes [Wed, 12 Feb 2003 17:17:09 +0000 (17:17 +0000)]
Avoid passing too many characters to getenv.  Make sure that only the
environment variable string is passed.

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

21 years agofix some nits within pt-br welcome page.
André Malo [Wed, 12 Feb 2003 16:20:16 +0000 (16:20 +0000)]
fix some nits within pt-br welcome page.

PR: 7822
Submitted by: Andreas Hasenack <andreas@netbank.com.br>,
              Ranier Vilela Fonseca <ranier@cultura.com.br>
Reviewed by: Fabio Mengue <fabio@ccuec.unicamp.br>,
             Co-workers of Lars ;-)

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

21 years agoFix suexec compile error under SUNOS4, where strerror() doesn't exist.
André Malo [Wed, 12 Feb 2003 15:28:28 +0000 (15:28 +0000)]
Fix suexec compile error under SUNOS4, where strerror() doesn't exist.

PR: 5913, 9977
Submitted by: Jonathan W Miner <Jonathan.W.Miner@lmco.com>

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

21 years agoMake sure the command type defaults to APR_PROGRAM on NetWare for
Bradley Nicholes [Tue, 11 Feb 2003 23:48:37 +0000 (23:48 +0000)]
Make sure the command type defaults to APR_PROGRAM on NetWare for
all CGIs

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

21 years agoStart all CGIs as detached and allow the APR_PROGRAM_* flags to determine
Bradley Nicholes [Tue, 11 Feb 2003 17:12:01 +0000 (17:12 +0000)]
Start all CGIs as detached and allow the APR_PROGRAM_* flags to determine
if the CGI should be started in its own address space.

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

21 years agoDo not use local paths for the domain parameter on non-unix systems.
André Malo [Tue, 11 Feb 2003 02:08:01 +0000 (02:08 +0000)]
Do not use local paths for the domain parameter on non-unix systems.

PR: 16937

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

21 years agothere's something todo ;-)
André Malo [Mon, 10 Feb 2003 19:17:08 +0000 (19:17 +0000)]
there's something todo ;-)

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

21 years agoFix an existing problem with error handling in piped_log_spawn().
Jeff Trawick [Mon, 10 Feb 2003 16:27:28 +0000 (16:27 +0000)]
Fix an existing problem with error handling in piped_log_spawn().

Use new APR apr_proc_create() features to prevent Apache from starting
on Unix* in most cases where a piped log program can be started,
and add log messages for the other situations.  *Other platforms
already failed Apache initialization if a piped log program
couldn't be started.

PR:         15761

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

21 years ago Thanks Andre... for pointing out my fat fingers.
William A. Rowe Jr [Mon, 10 Feb 2003 15:45:40 +0000 (15:45 +0000)]
  Thanks Andre... for pointing out my fat fingers.
  Drop the module binaries into the correct location.

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

21 years agolooking through old PRs...
André Malo [Mon, 10 Feb 2003 14:26:34 +0000 (14:26 +0000)]
looking through old PRs...

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

21 years agoLet suexec send a message to stderr, if it failed or its policy
André Malo [Mon, 10 Feb 2003 03:37:22 +0000 (03:37 +0000)]
Let suexec send a message to stderr, if it failed or its policy
was violated. This message appears in the error log and allows
for easier debugging.

PR: 10773
Proposed again by: Joshua Slive

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

21 years ago Backported based on Allen and my research (really, not many that could
William A. Rowe Jr [Fri, 7 Feb 2003 22:03:47 +0000 (22:03 +0000)]
  Backported based on Allen and my research (really, not many that could
  review, and his original post was quite well received.)

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

21 years ago *) Introduce debugging symbols for Win32 release builds, both .pdb
William A. Rowe Jr [Fri, 7 Feb 2003 21:30:53 +0000 (21:30 +0000)]
  *) Introduce debugging symbols for Win32 release builds, both .pdb
     and .dbg files (older debuggers and Dr. Watson-type utilities
     on WinNT or Win9x don't support the newer .pdb flavor.)
     [Allen Edwards, William Rowe]

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

21 years agoupdate a test compile to find apr.h when apr isn't in srclib
Jeff Trawick [Fri, 7 Feb 2003 20:28:41 +0000 (20:28 +0000)]
update a test compile to find apr.h when apr isn't in srclib

(the only one of several such places in Apache which
didn't get fixed to work with separate APR...  no fun
when v4 sockets won't talk to Apache anymore)

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

21 years ago Fix a bizarro entry (probably a remnant from when I had a totally bogus
William A. Rowe Jr [Fri, 7 Feb 2003 10:11:18 +0000 (10:11 +0000)]
  Fix a bizarro entry (probably a remnant from when I had a totally bogus
  project name with spaces - which I discovered will not work.)

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

21 years ago Fix some out of sequence project entries, and add the correct
William A. Rowe Jr [Fri, 7 Feb 2003 10:05:13 +0000 (10:05 +0000)]
  Fix some out of sequence project entries, and add the correct
  dependencies for the apr-iconv ccs/ces modules.

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

21 years ago Fix various inconsistencies between the saved IDE structure and the
William A. Rowe Jr [Fri, 7 Feb 2003 09:15:20 +0000 (09:15 +0000)]
  Fix various inconsistencies between the saved IDE structure and the
  current .dsp files.

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

21 years ago Sort targets (no effective change) - this reduces the cvs diff when
William A. Rowe Jr [Thu, 6 Feb 2003 19:21:12 +0000 (19:21 +0000)]
  Sort targets (no effective change) - this reduces the cvs diff when
  modifing the project file from the IDE.

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

21 years agoFix up load dependancies to avoid LoadModule ordering
Bradley Nicholes [Thu, 6 Feb 2003 19:15:29 +0000 (19:15 +0000)]
Fix up load dependancies to avoid LoadModule ordering

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

21 years agoadd missing licenses
André Malo [Wed, 5 Feb 2003 10:19:28 +0000 (10:19 +0000)]
add missing licenses

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

21 years agoremove 90% on transnote for printing, too
Astrid Malo [Tue, 4 Feb 2003 21:24:19 +0000 (21:24 +0000)]
remove 90% on transnote for printing, too

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

21 years agoMake failing piped loggers work more like apache-1.3 by
Jeff Trawick [Tue, 4 Feb 2003 17:21:50 +0000 (17:21 +0000)]
Make failing piped loggers work more like apache-1.3 by

1) logging a message
2) trying to restart

PR:               15761

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

21 years agoRemoved font-size:90%;
Erik Abele [Mon, 3 Feb 2003 20:27:28 +0000 (20:27 +0000)]
Removed font-size:90%;

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

21 years agofinished that boring job:
André Malo [Mon, 3 Feb 2003 17:53:28 +0000 (17:53 +0000)]
finished that boring job:
update license to 2003.

Happy New Year! ;-))

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

21 years agoUpdated the copyright years from 2002 to 2003 (complete docs subdirectory).
Erik Abele [Sun, 2 Feb 2003 20:46:07 +0000 (20:46 +0000)]
Updated the copyright years from 2002 to 2003 (complete docs subdirectory).

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

21 years agoTypo (fix PR16656).
Erik Abele [Sun, 2 Feb 2003 15:34:06 +0000 (15:34 +0000)]
Typo (fix PR16656).

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

21 years agoFix mod_cern_meta to not create empty metafiles when the
Jeff Trawick [Sat, 1 Feb 2003 14:08:52 +0000 (14:08 +0000)]
Fix mod_cern_meta to not create empty metafiles when the
metafile searched for does not exist.

PR:             12353
Submitted by:   Owen Rees <owen_rees@hp.com>

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

21 years agoadd some todos
André Malo [Fri, 31 Jan 2003 16:45:57 +0000 (16:45 +0000)]
add some todos

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

21 years agofix misuse of const in a recent commit
Jeff Trawick [Fri, 31 Jan 2003 14:13:28 +0000 (14:13 +0000)]
fix misuse of const in a recent commit
warnings with recent gcc
compile break with native compiler for AIX

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

21 years agonote backported bugfix.
André Malo [Fri, 31 Jan 2003 02:35:19 +0000 (02:35 +0000)]
note backported bugfix.

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

21 years agoA little docco...
Cliff Woolley [Thu, 30 Jan 2003 22:43:40 +0000 (22:43 +0000)]
A little docco...

Submitted by:   Madhu

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

21 years agoChange the screen name default to DEFAULT for all NLMs except the Apache2 NLM
Bradley Nicholes [Thu, 30 Jan 2003 17:07:58 +0000 (17:07 +0000)]
Change the screen name default to DEFAULT for all NLMs except the Apache2 NLM

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

21 years agoMake buildconf work with out-of-tree apr and apr-util by adding --with-apr
Justin Erenkrantz [Thu, 30 Jan 2003 16:50:11 +0000 (16:50 +0000)]
Make buildconf work with out-of-tree apr and apr-util by adding --with-apr
and --with-apr-util flags.

Submitted by:   Thom May <thom@planetarytramp.net>
Reviewed by:    Justin Erenkrantz (with minor stylistic nit)

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

21 years agoNote a couple of backports
Bill Stoddard [Thu, 30 Jan 2003 16:43:39 +0000 (16:43 +0000)]
Note a couple of backports

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

21 years agoshew! I think this is now noted in all of the right places. ;)
Cliff Woolley [Wed, 29 Jan 2003 18:26:43 +0000 (18:26 +0000)]
shew!  I think this is now noted in all of the right places.  ;)

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

21 years agoActually since this fix is only in apr-util and httpd-2.0 still uses HEAD of
Cliff Woolley [Wed, 29 Jan 2003 18:21:12 +0000 (18:21 +0000)]
Actually since this fix is only in apr-util and httpd-2.0 still uses HEAD of
apr-util, the fix is already incorporated into httpd-2.0.  I'll move the
CHANGES entry over to there.

If it makes you guys feel any better, I'm absolutely certain that the fix
is correct, and I'm the one who wrote the bug in the first place.  ;)

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

21 years agoFix a nasty segfault in mmap_bucket_setaside() caused by passing
Cliff Woolley [Wed, 29 Jan 2003 18:15:26 +0000 (18:15 +0000)]
Fix a nasty segfault in mmap_bucket_setaside() caused by passing
an incompatible pointer type to mmap_bucket_destroy(void*).

PR:            16533
Submitted by:  Gerard Eviston <geviston@bigpond.net.au>
Reviewed by:   Cliff Woolley

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

21 years agoAllow mod_dav to do weak entity comparison function rather than a strong
Justin Erenkrantz [Wed, 29 Jan 2003 17:24:38 +0000 (17:24 +0000)]
Allow mod_dav to do weak entity comparison function rather than a strong
entity comparison function.  (i.e. it will optionally strip the W/ prefix.)

PR: 14921 (kinda, but not really)

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

21 years agoEnabled the -n parameter on NetWare to allow the administrator to rename
Bradley Nicholes [Wed, 29 Jan 2003 17:09:50 +0000 (17:09 +0000)]
Enabled the -n parameter on NetWare to allow the administrator to rename
the console screen

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

21 years ago Allow headers (if not already passed by other means) to be sent via
William A. Rowe Jr [Wed, 29 Jan 2003 16:02:17 +0000 (16:02 +0000)]
  Allow headers (if not already passed by other means) to be sent via
  WriteFile() since the foxisapi and other thunks seem to indicate that
  headers within the WriteFile() operation are expected to succeed.

  Also assure that all ->completion callbacks get the original size of
  the document.

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

21 years ago Conditionally revert the otherchild logic from the WinNT MPM, based on
William A. Rowe Jr [Wed, 29 Jan 2003 15:08:06 +0000 (15:08 +0000)]
  Conditionally revert the otherchild logic from the WinNT MPM, based on
  the APR_HAS_OTHER_CHILD flag from APR.  This gets us building again
  on win32.

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

21 years agoFix If header parsing when a non-mod_dav lock token is passed to it. We'll
Justin Erenkrantz [Wed, 29 Jan 2003 05:07:18 +0000 (05:07 +0000)]
Fix If header parsing when a non-mod_dav lock token is passed to it.  We'll
now just skip over it rather than aborting.

PR: 16452

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

21 years ago Note the change to default apr behavior for the moment. With much
William A. Rowe Jr [Tue, 28 Jan 2003 21:14:23 +0000 (21:14 +0000)]
  Note the change to default apr behavior for the moment.  With much
  luck and a little feedback on dev@apr, perhaps this can be working
  by the .45 release.

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

21 years agoFix typo in echo statement.
Justin Erenkrantz [Tue, 28 Jan 2003 18:51:57 +0000 (18:51 +0000)]
Fix typo in echo statement.

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

21 years agoThrow out export_files if exports.c is out-of-date as well.
Justin Erenkrantz [Tue, 28 Jan 2003 18:50:02 +0000 (18:50 +0000)]
Throw out export_files if exports.c is out-of-date as well.

This should remove the requirement to run extraclean when we change a header
file.

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

21 years agoFix "Satisfy Any" logic. The access_checker has nothing to do with
André Malo [Tue, 28 Jan 2003 15:57:38 +0000 (15:57 +0000)]
Fix "Satisfy Any" logic. The access_checker has nothing to do with
auth_type.

Related PR: 9076

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

21 years agomove entry to the current 2.0 section below, because backported
André Malo [Tue, 28 Jan 2003 03:16:04 +0000 (03:16 +0000)]
move entry to the current 2.0 section below, because backported

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

21 years agoIntroduce "prefer-language" environment variable,
André Malo [Tue, 28 Jan 2003 02:31:27 +0000 (02:31 +0000)]
Introduce "prefer-language" environment variable,
which allows to influence the negotiation process on request basis
to prefer a certain language, e.g.:

SetEnvIf Request_URI ^/manual/foo/ prefer-language=foo

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

21 years agoand add it to the racial memory
Ken Coar [Mon, 27 Jan 2003 17:50:43 +0000 (17:50 +0000)]
and add it to the racial memory

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

21 years agodoh, forgot to add it here
Ken Coar [Mon, 27 Jan 2003 17:49:03 +0000 (17:49 +0000)]
doh, forgot to add it here

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

21 years agoBe explicit about not creating redirect loops.
Joshua Slive [Mon, 27 Jan 2003 00:49:59 +0000 (00:49 +0000)]
Be explicit about not creating redirect loops.

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

21 years agoThe TRACE method cannotbe limited in 2.1, too ;-)
André Malo [Sun, 26 Jan 2003 21:08:36 +0000 (21:08 +0000)]
The TRACE method cannotbe limited in 2.1, too ;-)

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

21 years agobe consistent...
André Malo [Sat, 25 Jan 2003 00:58:20 +0000 (00:58 +0000)]
be consistent...

(sorry, forgot to put it into the changes before)

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

21 years agod'oh! was originally against 2.0. yeah, that's it..
Ken Coar [Fri, 24 Jan 2003 19:27:22 +0000 (19:27 +0000)]
d'oh!  was originally against 2.0.  yeah, that's it..

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

21 years agoreflect that a couple of fixes introduced in 2.1-dev were merged
Jeff Trawick [Fri, 24 Jan 2003 09:28:16 +0000 (09:28 +0000)]
reflect that a couple of fixes introduced in 2.1-dev were merged
back to 2.0.45-dev

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

21 years ago here we go. add a directive that will keep %2f from being
Ken Coar [Thu, 23 Jan 2003 21:34:13 +0000 (21:34 +0000)]
here we go.  add a directive that will keep %2f from being
decoded into '/', allowing the *_walk to do their magic and
return 404 if it's in the path, and allowing it in the path-info.

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

21 years agodup the apr_mmap_t out of the request pool for sending down on the brigade
Bill Stoddard [Thu, 23 Jan 2003 21:01:08 +0000 (21:01 +0000)]
dup the apr_mmap_t out of the request pool for sending down on the brigade

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

21 years agoMissed a word in a comment.
Justin Erenkrantz [Thu, 23 Jan 2003 18:03:33 +0000 (18:03 +0000)]
Missed a word in a comment.
Bah.

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

21 years agoCreate a subpool when we open the propdb, but we can't clear it until the rest
Justin Erenkrantz [Thu, 23 Jan 2003 17:59:20 +0000 (17:59 +0000)]
Create a subpool when we open the propdb, but we can't clear it until the rest
of the lifetime issues within mod_dav are straightened out.

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

21 years agoupdate transformations of recent changes.
André Malo [Thu, 23 Jan 2003 13:32:20 +0000 (13:32 +0000)]
update transformations of recent changes.

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

21 years agoapxs: Include any special APR ld flags when linking the DSO.
Jeff Trawick [Thu, 23 Jan 2003 11:54:44 +0000 (11:54 +0000)]
apxs: Include any special APR ld flags when linking the DSO.
This resolves problems on AIX when building a DSO with apxs+gcc.

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

21 years agoFix a problem whereby multiple MMapFile directives would cause a segfault
Cliff Woolley [Thu, 23 Jan 2003 00:55:47 +0000 (00:55 +0000)]
Fix a problem whereby multiple MMapFile directives would cause a segfault
on startup.

mod_file_cache keeps a hash table in the cmd->pool and puts an entry in
that hash table for each of its files and mmaps, all of which are opened
into cmd->pool.  But it registered a cleanup on cmd->pool that would walk
the hash table and close each file and delete each mmap, even though by
the time that happened those things would have been done already anyway
by the files' and mmaps' own cleanups on cmd->pool.  So it was deleting
mmaps that were already cleaned up and closing files that were already
cleaned up in all cases.  This has never been valid... amazed it ever
worked.  But apparently the true bogosity wasn't revealed until the new
mmap cleanup code went into APR.

PR: 16313

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

21 years agoAdd mod_ident to the NetWare build
Bradley Nicholes [Wed, 22 Jan 2003 23:25:37 +0000 (23:25 +0000)]
Add mod_ident to the NetWare build

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

21 years agoUpdate the make file to be compatible with the latest Novell LDAP SDK
Bradley Nicholes [Wed, 22 Jan 2003 16:34:37 +0000 (16:34 +0000)]
Update the make file to be compatible with the latest Novell LDAP SDK

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

21 years agoRemove rfc1413.c from the build
Bradley Nicholes [Wed, 22 Jan 2003 16:33:41 +0000 (16:33 +0000)]
Remove rfc1413.c from the build

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

21 years agoCorrect quote usage in mod_auth_ldap docs
Graham Leggett [Wed, 22 Jan 2003 07:09:12 +0000 (07:09 +0000)]
Correct quote usage in mod_auth_ldap docs
PR: 16261
Obtained from:
Submitted by:
Reviewed by:

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

21 years ago A fix from B. W. Fitzpatrick for the next docs regeneration.
William A. Rowe Jr [Wed, 22 Jan 2003 04:57:11 +0000 (04:57 +0000)]
  A fix from B. W. Fitzpatrick for the next docs regeneration.

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

21 years ago Fix the resource link; submitted by B. W. Fitzpatrick.
William A. Rowe Jr [Wed, 22 Jan 2003 04:43:56 +0000 (04:43 +0000)]
  Fix the resource link; submitted by B. W. Fitzpatrick.

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

21 years agoComment out .gz etc. AddEncoding lines in our default configuration.
Justin Erenkrantz [Wed, 22 Jan 2003 04:29:56 +0000 (04:29 +0000)]
Comment out .gz etc. AddEncoding lines in our default configuration.

Current browsers have a tendency to decompress the data when no one really
wants it to do that.  If you want the old behavior that leads to transparent
decompression by modern browsers, uncomment these lines.  But, this
shouldn't be our default.

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

21 years agowell, it's voting time, isn't it?
André Malo [Tue, 21 Jan 2003 20:55:55 +0000 (20:55 +0000)]
well, it's voting time, isn't it?

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

21 years ago Omitted the commit log message from the last commit, sorry;
William A. Rowe Jr [Tue, 21 Jan 2003 19:19:36 +0000 (19:19 +0000)]
  Omitted the commit log message from the last commit, sorry;

  Fix a nasty segfault, that there's a stack buffer we are trying to free!
  Revert this 'memory leak' patch from the 1.79 rev.

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

21 years ago*** empty log message ***
William A. Rowe Jr [Tue, 21 Jan 2003 19:19:01 +0000 (19:19 +0000)]
*** empty log message ***

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

21 years agoThis has been backported to v2.0
Graham Leggett [Tue, 21 Jan 2003 15:56:19 +0000 (15:56 +0000)]
This has been backported to v2.0
PR: 8677
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoThis has been backported to v2.0
Graham Leggett [Tue, 21 Jan 2003 15:42:30 +0000 (15:42 +0000)]
This has been backported to v2.0
PR: 8677
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoEnsure LDAP version is set to v3 on every bind.
Graham Leggett [Tue, 21 Jan 2003 11:06:47 +0000 (11:06 +0000)]
Ensure LDAP version is set to v3 on every bind.
PR: 14235
Obtained from:
Submitted by: Sergey A. Lipnevich <sergeyli@pisem.net>
Reviewed by: Graham Leggett

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

21 years agoUpdate the copyright dates
Graham Leggett [Tue, 21 Jan 2003 10:53:09 +0000 (10:53 +0000)]
Update the copyright dates
PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoFix mod_ldap to open an existing shared memory file should one
Graham Leggett [Tue, 21 Jan 2003 10:46:57 +0000 (10:46 +0000)]
Fix mod_ldap to open an existing shared memory file should one
already exist.
PR: 12757
Obtained from:
Submitted by: Scooter Morris <scooter@gene.com>
Reviewed by: Graham Leggett

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

21 years agoCopy mod_auth.h when installing includes.
Justin Erenkrantz [Tue, 21 Jan 2003 05:59:34 +0000 (05:59 +0000)]
Copy mod_auth.h when installing includes.
(Allows external auth providers DSOs)

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

21 years agomove a couple of entries from the 2.1 section to the 2.0.45
Jeff Trawick [Tue, 21 Jan 2003 00:42:53 +0000 (00:42 +0000)]
move a couple of entries from the 2.1 section to the 2.0.45
section, since the code was subsequently merged into the
stable branch

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

21 years agoM-x untabify
Jeff Trawick [Mon, 20 Jan 2003 23:10:33 +0000 (23:10 +0000)]
M-x untabify

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

21 years agoaccount for a mod_ext_filter fix which was just merged into
Jeff Trawick [Mon, 20 Jan 2003 23:04:48 +0000 (23:04 +0000)]
account for a mod_ext_filter fix which was just merged into
the stable 2.0 branch

get other 2.0.45 change entries back down in the 2.0.44
section since they were included in 2.0.44

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

21 years ago Add the missing /Fd"" option
William A. Rowe Jr [Mon, 20 Jan 2003 22:12:58 +0000 (22:12 +0000)]
  Add the missing /Fd"" option

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

21 years ago Add mod_ident to the BuildBin targets, and resort other targets into
William A. Rowe Jr [Mon, 20 Jan 2003 22:00:51 +0000 (22:00 +0000)]
  Add mod_ident to the BuildBin targets, and resort other targets into
  alpha order

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

21 years ago Taking a guess at what mod_ident.exp should look like for
William A. Rowe Jr [Mon, 20 Jan 2003 21:44:06 +0000 (21:44 +0000)]
  Taking a guess at what mod_ident.exp should look like for
  David Shane Holden's reorganization.

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

21 years ago Win32 build project for David Shane Holden's mod_ident reorganization.
William A. Rowe Jr [Mon, 20 Jan 2003 21:42:54 +0000 (21:42 +0000)]
  Win32 build project for David Shane Holden's mod_ident reorganization.

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

21 years ago Integrate mod_ident with the Win32 build.
William A. Rowe Jr [Mon, 20 Jan 2003 21:38:50 +0000 (21:38 +0000)]
  Integrate mod_ident with the Win32 build.
  Submitted by David Shane Holden <dpejesh@yahoo.com>

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

21 years ago Correct misplaced # End Group marker.
William A. Rowe Jr [Mon, 20 Jan 2003 21:24:39 +0000 (21:24 +0000)]
  Correct misplaced # End Group marker.

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

21 years ago Missing version tags [noted while rolling win32 binaries.]
William A. Rowe Jr [Mon, 20 Jan 2003 20:00:12 +0000 (20:00 +0000)]
  Missing version tags [noted while rolling win32 binaries.]

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

21 years ago Catch up with the changes to apr/build/win32ver.awk and name all loadable
William A. Rowe Jr [Mon, 20 Jan 2003 19:52:30 +0000 (19:52 +0000)]
  Catch up with the changes to apr/build/win32ver.awk and name all loadable
  httpd modules as .so, internally.  Credit to Mladen Turk for identifing
  the issue.

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

21 years ago Update libhttpd.dll filenames to reflect the .dll extension for the
William A. Rowe Jr [Mon, 20 Jan 2003 18:57:03 +0000 (18:57 +0000)]
  Update libhttpd.dll filenames to reflect the .dll extension for the
  newest apr/build/win32ver.awk script changes.  Submitted by Mladen Turk.

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

21 years ago Update support utility filenames to reflect .exe extensions for the
William A. Rowe Jr [Mon, 20 Jan 2003 18:51:57 +0000 (18:51 +0000)]
  Update support utility filenames to reflect .exe extensions for the
  newest apr/build/win32ver.awk script changes.

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