]> granicus.if.org Git - apache/log
apache
21 years agofix a typo in a comment
Jeff Trawick [Tue, 18 Feb 2003 14:18:39 +0000 (14:18 +0000)]
fix a typo in a comment

Submitted by: jmc <jmc@prioris.mini.pw.edu.pl>

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

21 years agoWhile processing filters on internal redirects, remember seen EOS
André Malo [Tue, 18 Feb 2003 00:23:20 +0000 (00:23 +0000)]
While processing filters on internal redirects, remember seen EOS
buckets also in the request structure of the redirect issuer(s). This
prevents filters (such as mod_deflate) to add garbage to the response,
because ap_finalize_request_protocol won't send another EOS bucket then.

PR: 14451

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

21 years agoDon't emit an error when there is no body.
Justin Erenkrantz [Mon, 17 Feb 2003 18:49:45 +0000 (18:49 +0000)]
Don't emit an error when there is no body.

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

21 years agoAllow restart of httpd to occur even with syntax errors in the config
Justin Erenkrantz [Mon, 17 Feb 2003 07:04:50 +0000 (07:04 +0000)]
Allow restart of httpd to occur even with syntax errors in the config
file.  (Out-of-date DSOs with bad MMNs will still be fatal unfortunately.)

Add return parameter to ap_process_config_tree - OK on success, !OK on
syntax error.  We will no longer call exit() from ap_process_config_tree.
The caller must exit if there is an error (makes sense anyway).  This allows
the initial start-up code to delay the exit until trying to let the
signal_server optional function execute first.

(The chances are that the syntax error isn't in the PidFile directive.  If
that happens, we'll try the default one.  Oh, well.)

PR: 16813

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

21 years agoRework ap_xml_parse_input to work with bucket brigades rather than doing all
Justin Erenkrantz [Mon, 17 Feb 2003 06:12:42 +0000 (06:12 +0000)]
Rework ap_xml_parse_input to work with bucket brigades rather than doing all
of the unneeded copying associated with ap_get_client_block.

PR: 16134

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

21 years agoFix potential memory leaks in mod_deflate on malformed input data.
Justin Erenkrantz [Mon, 17 Feb 2003 04:46:00 +0000 (04:46 +0000)]
Fix potential memory leaks in mod_deflate on malformed input data.

PR: 16046

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

21 years agoRemove ap_cache_reset_output_filters.
Justin Erenkrantz [Mon, 17 Feb 2003 03:12:03 +0000 (03:12 +0000)]
Remove ap_cache_reset_output_filters.

That function couldn't do what it thought it did and no one calls it
anyway (from what I can tell).

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

21 years agoStyle changes only. No functional changes.
Justin Erenkrantz [Mon, 17 Feb 2003 03:07:36 +0000 (03:07 +0000)]
Style changes only.  No functional changes.

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

21 years agoSwitch mod_deflate to 'most' status now. It's stable enough and will disable
Justin Erenkrantz [Mon, 17 Feb 2003 02:47:11 +0000 (02:47 +0000)]
Switch mod_deflate to 'most' status now.  It's stable enough and will disable
itself if zlib isn't found.

PR: 15786

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

21 years agoUse APR_LAYOUT instead of APACHE_LAYOUT in configure.
Justin Erenkrantz [Mon, 17 Feb 2003 02:32:20 +0000 (02:32 +0000)]
Use APR_LAYOUT instead of APACHE_LAYOUT in configure.
(We need a bug fix in this code, so let's merge the macro first.)

PR: 15679

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

21 years agoRemove files on 'make distclean' that should be.
Justin Erenkrantz [Mon, 17 Feb 2003 01:04:40 +0000 (01:04 +0000)]
Remove files on 'make distclean' that should be.

PR: 15592

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

21 years agoRework the delete-exports target once more. Leave a comment there explaining
Justin Erenkrantz [Mon, 17 Feb 2003 01:00:50 +0000 (01:00 +0000)]
Rework the delete-exports target once more.  Leave a comment there explaining
why we have to be complicated.  (Why make's dependency code doesn't catch this,
I don't know.)

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

21 years agoAdded translations for romanian error documents and included
Erik Abele [Mon, 17 Feb 2003 00:23:17 +0000 (00:23 +0000)]
Added translations for romanian error documents and included
missing <!--#set var="CONTENT_LANGUAGE" value="ro"-->.

Translated by: Andrei Besleaga <andreutz@hotmail.com>
Reviewd by: Cristian Dinca <cristi_ad@yahoo.com>

Also added translators info to README and alphabetized the
list of available languages.

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

21 years agomove backported change to the appropriate place.
André Malo [Sun, 16 Feb 2003 04:47:31 +0000 (04:47 +0000)]
move backported change to the appropriate place.

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

21 years agoUse correct quoting mechanism for APR_SUBDIR_CONFIG.
Justin Erenkrantz [Sat, 15 Feb 2003 17:56:01 +0000 (17:56 +0000)]
Use correct quoting mechanism for APR_SUBDIR_CONFIG.

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

21 years agoAllow apachectl to perform status with links and elinks as well if lynx is
Justin Erenkrantz [Sat, 15 Feb 2003 17:51:44 +0000 (17:51 +0000)]
Allow apachectl to perform status with links and elinks as well if lynx is
not available.

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

21 years agoNote the recent segfault fix.
André Malo [Sat, 15 Feb 2003 12:55:46 +0000 (12:55 +0000)]
Note the recent segfault fix.
(could not connect to *.apache.org after committing the change itself
tonight...)

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

21 years agofill out parms->err_directive while looking for open parents.
André Malo [Sat, 15 Feb 2003 04:57:10 +0000 (04:57 +0000)]
fill out parms->err_directive while looking for open parents.
Otherwise when trying to log the error
(a) we segfault (if the directive was in another file)
(b) we show a wrong occurrence line number (start line of the previous
    container) or probably segfault, too (if no previous container exists).

PR: 17093

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

21 years agocatch some style issues. No code changes.
André Malo [Sat, 15 Feb 2003 02:17:21 +0000 (02:17 +0000)]
catch some style issues. No code changes.

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

21 years agothe fix for 15761 is now in 2.0.45-dev
Jeff Trawick [Sat, 15 Feb 2003 01:24:05 +0000 (01:24 +0000)]
the fix for 15761 is now in 2.0.45-dev

PR:    15761

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

21 years agothe fix for PR 12353 is now in 2.0.45-dev
Jeff Trawick [Sat, 15 Feb 2003 01:03:52 +0000 (01:03 +0000)]
the fix for PR 12353 is now in 2.0.45-dev

PR: 12353

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

21 years agoclarify the meaning of "SetHandler None"
André Malo [Fri, 14 Feb 2003 23:58:08 +0000 (23:58 +0000)]
clarify the meaning of "SetHandler None"

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

21 years agoExtend the SetEnvIf directive to capture subexpressions of the
André Malo [Fri, 14 Feb 2003 20:04:39 +0000 (20:04 +0000)]
Extend the SetEnvIf directive to capture subexpressions of the
matched value.

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

21 years agouse a better text for the overlap warning.
André Malo [Fri, 14 Feb 2003 18:57:10 +0000 (18:57 +0000)]
use a better text for the overlap warning.

Submitted by: Joshua Slive

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

21 years agoextend the check for Alias overlappings. Now test also previous
André Malo [Fri, 14 Feb 2003 18:14:24 +0000 (18:14 +0000)]
extend the check for Alias overlappings. Now test also previous
(Script)AliasMatch commands.

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

21 years agoUpdated mod_ldap to support SSL on the Novell LDAP SDK
Bradley Nicholes [Fri, 14 Feb 2003 16:17:07 +0000 (16:17 +0000)]
Updated mod_ldap to support SSL on the Novell LDAP SDK

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

21 years agoAdded support for Novell LDAP SDK and standardized the SSL support across
Bradley Nicholes [Fri, 14 Feb 2003 16:04:01 +0000 (16:04 +0000)]
Added support for Novell LDAP SDK and standardized the SSL support across
the various LDAP SDKs.  Isolated the SSL functionality to mod_ldap rather than
speading it across mod_auth_ldap and mod_ldap.  Also added LDAPTrustedCA
and LDAPTrustedCAType directives to allow for a more common method of
specifying the SSL certificate.

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

21 years agofix link to squid
André Malo [Fri, 14 Feb 2003 14:06:37 +0000 (14:06 +0000)]
fix link to squid

PR: 17073

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

21 years agofix formatting problem in IPv6 section
Jeff Trawick [Fri, 14 Feb 2003 13:51:30 +0000 (13:51 +0000)]
fix formatting problem in IPv6 section

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

21 years agoReplace the section on IPv6 with new text that accounts for
Jeff Trawick [Fri, 14 Feb 2003 13:39:43 +0000 (13:39 +0000)]
Replace the section on IPv6 with new text that accounts for
--[enable|disable]-v4-mapped configure option and the varying
default for it.

PR:            16739

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

21 years agomod_log_config optional hook change
Ian Holsman [Fri, 14 Feb 2003 04:19:11 +0000 (04:19 +0000)]
mod_log_config optional hook change
PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agochange optional function to return the previous writer, allowing to have mutliple...
Ian Holsman [Fri, 14 Feb 2003 04:17:34 +0000 (04:17 +0000)]
change optional function to return the previous writer, allowing to have mutliple types
of writers in the same server. (previously you could only have one)

it needs a mmn bump.. sorry guys
;(

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

21 years agopeople often assume that their Aliases will be found by "best match" rather
André Malo [Fri, 14 Feb 2003 03:51:01 +0000 (03:51 +0000)]
people often assume that their Aliases will be found by "best match" rather
than "first match". Throw out warnings, if there are obvious overlappings, e.g.:

Alias /foo     /somewhere
Alias /foo/bar /elsewhere

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

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