]> granicus.if.org Git - apache/log
apache
16 years agobetter apr_ctime() usage
Jeff Trawick [Mon, 27 Aug 2007 00:53:41 +0000 (00:53 +0000)]
better apr_ctime() usage
  (too bad it is apr_ctime_LEN instead of apr_ctime_SIZE)

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

16 years agomake sure we Unix weenies get a newline at the end
Jeff Trawick [Mon, 27 Aug 2007 00:45:56 +0000 (00:45 +0000)]
make sure we Unix weenies get a newline at the end
of the message instead of our shell prompt

don't be overprotective of apr_ctime() by giving it
more memory than it requires or nuking a newline
which isn't there

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

16 years agoRemove random stray colon in example block
Rich Bowen [Sat, 25 Aug 2007 18:59:03 +0000 (18:59 +0000)]
Remove random stray colon in example block

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

16 years agoShould have added this in march. Oops... Also need
Jim Jagielski [Sat, 25 Aug 2007 12:51:13 +0000 (12:51 +0000)]
Should have added this in march. Oops... Also need
docs too... Have to do that this weekend if I find
the cycles, otherwise next week.

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

16 years agoWe are Substitute now :)
Jim Jagielski [Sat, 25 Aug 2007 12:41:14 +0000 (12:41 +0000)]
We are Substitute now :)

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

16 years agomod_expires - don't segfault on bad configuration.
Nick Kew [Sat, 25 Aug 2007 05:55:37 +0000 (05:55 +0000)]
mod_expires - don't segfault on bad configuration.
PR 43213: Julien Perez

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

16 years agoNote log.c refactoring.
William A. Rowe Jr [Fri, 24 Aug 2007 21:57:55 +0000 (21:57 +0000)]
Note log.c refactoring.

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

16 years agoIntroduce a specific pool for stderr logging, so that we have two
William A. Rowe Jr [Fri, 24 Aug 2007 21:49:02 +0000 (21:49 +0000)]
Introduce a specific pool for stderr logging, so that we have two
simultanious pools until the new stderr pipe logger is completely
initialized.  This ensures we have a stderr channel from the time
we clear the plog in a previous generation through the invocation
of the open_logs hook in the next generation.

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

16 years agoBless the module mod_substitute, with the Substitute directive
William A. Rowe Jr [Fri, 24 Aug 2007 21:41:35 +0000 (21:41 +0000)]
Bless the module mod_substitute, with the Substitute directive
and SUBSTITUTE filter name.

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

16 years agoIgnore per-user vcproj's for newly built module trees
William A. Rowe Jr [Fri, 24 Aug 2007 21:18:23 +0000 (21:18 +0000)]
Ignore per-user vcproj's for newly built module trees

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

16 years agos/require/Require/g
Vincent Bray [Fri, 24 Aug 2007 14:45:31 +0000 (14:45 +0000)]
s/require/Require/g

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

16 years agos/require/Require/g
Vincent Bray [Fri, 24 Aug 2007 14:16:21 +0000 (14:16 +0000)]
s/require/Require/g

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

16 years agoOnce we have a .vcproj, and if we can exec devenv.exe, then prefer it.
William A. Rowe Jr [Fri, 24 Aug 2007 11:13:35 +0000 (11:13 +0000)]
Once we have a .vcproj, and if we can exec devenv.exe, then prefer it.
If we don't, we still need to use the .mak files, when present, because
a VC5 user (yes it still works) can't build from .dsp files.

But let the user do whatever they like, as trivial as USEMAK=1
to override the presense of .vcproj files, which is a huge improvement
over the prior detection.

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

16 years agoIt isn't rocket science :)
William A. Rowe Jr [Fri, 24 Aug 2007 06:10:25 +0000 (06:10 +0000)]
It isn't rocket science :)

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

16 years agoSome unused local variables.
William A. Rowe Jr [Fri, 24 Aug 2007 05:18:53 +0000 (05:18 +0000)]
Some unused local variables.

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

16 years agoComplete the build changes for win32, document the 'ALL' option
William A. Rowe Jr [Fri, 24 Aug 2007 05:17:48 +0000 (05:17 +0000)]
Complete the build changes for win32, document the 'ALL' option

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

16 years agoFinal rearrangements (alpha) to make comparisons simpler.
William A. Rowe Jr [Fri, 24 Aug 2007 04:16:37 +0000 (04:16 +0000)]
Final rearrangements (alpha) to make comparisons simpler.

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

16 years agoAdding the last two, missing mod_filter and mod_dav_lock infos
William A. Rowe Jr [Fri, 24 Aug 2007 03:00:40 +0000 (03:00 +0000)]
Adding the last two, missing mod_filter and mod_dav_lock infos

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

16 years agoBucketeer is on the barely-applicable list, no?
William A. Rowe Jr [Fri, 24 Aug 2007 02:14:58 +0000 (02:14 +0000)]
Bucketeer is on the barely-applicable list, no?

access_compat was duplicated.

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

16 years agoResolve examples errors (missing include error, signedness warning).
William A. Rowe Jr [Fri, 24 Aug 2007 02:08:30 +0000 (02:08 +0000)]
Resolve examples errors (missing include error, signedness warning).

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

16 years agoAdd modules/examples/, and a new BuildAll dummy stub.
William A. Rowe Jr [Fri, 24 Aug 2007 02:07:46 +0000 (02:07 +0000)]
Add modules/examples/, and a new BuildAll dummy stub.

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

16 years agoYes - a purpose to adjusting the name now; add all examples to a new
William A. Rowe Jr [Fri, 24 Aug 2007 01:55:28 +0000 (01:55 +0000)]
Yes - a purpose to adjusting the name now; add all examples to a new
build target, BuildAll (including modules with no application)

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

16 years agoAdjust NW (I hope)
William A. Rowe Jr [Fri, 24 Aug 2007 01:54:21 +0000 (01:54 +0000)]
Adjust NW (I hope)

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

16 years agos/SED/Rewrite/ (approximately, taking into account legibility and line length),
William A. Rowe Jr [Fri, 24 Aug 2007 01:19:46 +0000 (01:19 +0000)]
s/SED/Rewrite/ (approximately, taking into account legibility and line length),
Other than identifiers and text, there are no code changes in this commit.

Reflow the result (and existing quirks) to 80 columns.

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

16 years agoSEDFILTER has several anomolies; first, it's not SED syntax,
William A. Rowe Jr [Fri, 24 Aug 2007 00:54:15 +0000 (00:54 +0000)]
SEDFILTER has several anomolies; first, it's not SED syntax,
but more mod-rewrite like (and using the rewrite pcre parser).
Secondly, 'FILTER' in the filter name is redundant.  Simplify,
by renaming this 'REWRITE' filter.

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

16 years agoUpdated as per Igor Galić (a.k.a. #Apache jmcg) docs@ email.
Tony Stevenson [Fri, 24 Aug 2007 00:42:35 +0000 (00:42 +0000)]
Updated as per Igor Galić (a.k.a. #Apache jmcg)  docs@ email.

nobomb set in Cream/WinVim

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

16 years agoAdd auth modules to the schema
William A. Rowe Jr [Fri, 24 Aug 2007 00:09:38 +0000 (00:09 +0000)]
Add auth modules to the schema

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

16 years agoYou can't borrow AP_ namespace for imports/exports.
William A. Rowe Jr [Fri, 24 Aug 2007 00:08:55 +0000 (00:08 +0000)]
You can't borrow AP_ namespace for imports/exports.

They are specific to one loadable module.

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

16 years agoAdd a comment to prevent a future upgrade of APR 2.0 or similar
William A. Rowe Jr [Thu, 23 Aug 2007 20:48:30 +0000 (20:48 +0000)]
Add a comment to prevent a future upgrade of APR 2.0 or similar
from inflicting new fatal errors on the startup error reporting.

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

16 years agonote odd DBDPersist format in 2.2.0 and 2.2.1
Chris Darroch [Thu, 23 Aug 2007 18:30:43 +0000 (18:30 +0000)]
note odd DBDPersist format in 2.2.0 and 2.2.1

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

16 years agoCorrect a common misconception: symlink restrictions
Joshua Slive [Thu, 23 Aug 2007 14:04:27 +0000 (14:04 +0000)]
Correct a common misconception: symlink restrictions
are policy restrictions, not security restrictions.

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

16 years agoyear--
Jim Jagielski [Thu, 23 Aug 2007 11:56:06 +0000 (11:56 +0000)]
year--

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

16 years agoSupress the warning for compilers which fold *end-*start into ssize_t.
William A. Rowe Jr [Thu, 23 Aug 2007 08:12:55 +0000 (08:12 +0000)]
Supress the warning for compilers which fold *end-*start into ssize_t.

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

16 years agoNecessary cast; deliberately truncate to short.
William A. Rowe Jr [Thu, 23 Aug 2007 08:12:15 +0000 (08:12 +0000)]
Necessary cast; deliberately truncate to short.

Supress the warning.

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

16 years agoReorder a few bits (easier to follow and compare).
William A. Rowe Jr [Thu, 23 Aug 2007 06:35:14 +0000 (06:35 +0000)]
Reorder a few bits (easier to follow and compare).

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

16 years agoap_available_mutexes_string and ap_add_available_mutexes_string
William A. Rowe Jr [Thu, 23 Aug 2007 05:55:11 +0000 (05:55 +0000)]
ap_available_mutexes_string and ap_add_available_mutexes_string
cannot be data symbols when mod_ssl is built as a loadable module;
using an external string constant in a loadable module is not portable.

Also reorganize file and sem to follow their explicit mechanisms,
and ensured that the explicit mechansims are listed in order of
preference.

This raises a question, would [fcntl|file] be a clearer way of
indiciating what the file/sem methods devolve to?

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

16 years agoAdd another module to the base address list.
William A. Rowe Jr [Thu, 23 Aug 2007 05:47:44 +0000 (05:47 +0000)]
Add another module to the base address list.

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

16 years agoAdd util_mutex, although it's not used much by windows since
William A. Rowe Jr [Thu, 23 Aug 2007 01:30:46 +0000 (01:30 +0000)]
Add util_mutex, although it's not used much by windows since
we generally only support 'default', the proven event model
for windows.

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

16 years agoMinor quibble; the declarespec for data comes after the data type.
William A. Rowe Jr [Thu, 23 Aug 2007 01:29:38 +0000 (01:29 +0000)]
Minor quibble; the declarespec for data comes after the data type.

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

16 years agoWe'll generally resync later-if-ever, but make note.
William A. Rowe Jr [Thu, 23 Aug 2007 01:22:13 +0000 (01:22 +0000)]
We'll generally resync later-if-ever, but make note.

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

16 years agomain core: Emit errors during the initial apr_app_initialize()
William A. Rowe Jr [Thu, 23 Aug 2007 00:10:35 +0000 (00:10 +0000)]
main core: Emit errors during the initial apr_app_initialize()
or apr_pool_create() (when apr-based error reporting is not ready).

This moves apr_app_initialize() into init_process (and indirects the
argv/argc parameters for this function) since the same error logging
is appropriate to either failure.

Note the change of the internal name create_process to init_process,
since create_process means something very different in apr-land.

(Replaces the misapplied commit r568762, already backed out).

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

16 years agoRevert r568762; will reapply in two segments
William A. Rowe Jr [Thu, 23 Aug 2007 00:05:58 +0000 (00:05 +0000)]
Revert r568762; will reapply in two segments

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

16 years agoEliminate an XXX; apr-based file logging isn't available to report
William A. Rowe Jr [Wed, 22 Aug 2007 22:40:04 +0000 (22:40 +0000)]
Eliminate an XXX; apr-based file logging isn't available to report
failures of apr_app_initialize() nor the very first apr_create_pool.

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

16 years agobuildfluff
Vincent Bray [Wed, 22 Aug 2007 20:13:49 +0000 (20:13 +0000)]
buildfluff

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

16 years agoDocument 'see other' style deprecation. Thanks to Joshua and Ruediger for pointing...
Vincent Bray [Wed, 22 Aug 2007 20:11:50 +0000 (20:11 +0000)]
Document 'see other' style deprecation. Thanks to Joshua and Ruediger for pointing out the easy out

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

16 years agoNote changes.
William A. Rowe Jr [Wed, 22 Aug 2007 07:02:06 +0000 (07:02 +0000)]
Note changes.

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

16 years agoClean up leaking pipes, and resolve pipe issues later when
William A. Rowe Jr [Wed, 22 Aug 2007 06:50:24 +0000 (06:50 +0000)]
Clean up leaking pipes, and resolve pipe issues later when
opening a stdout handle of a service.  (Services have no std
handles by default).

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

16 years agoRefactor r452431, because this should not be fatal to starting
William A. Rowe Jr [Tue, 21 Aug 2007 23:28:32 +0000 (23:28 +0000)]
Refactor r452431, because this should not be fatal to starting
the server if it's horribly broken.  The alternative of returing
'rc' in this case would be to open /dev/null as the error stream
for this generation of the server; and even more useless result.

Also the parent-file was never necessary; we can pass only the
child handle using apr_procattr_child_err_set() and have no extra
file to clean up afterwards.

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

16 years agoupdate transformation
Chris Darroch [Tue, 21 Aug 2007 23:26:23 +0000 (23:26 +0000)]
update transformation

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

16 years agoadd merge option to avoid duplicate values within the same header
Chris Darroch [Tue, 21 Aug 2007 23:22:00 +0000 (23:22 +0000)]
add merge option to avoid duplicate values within the same header

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

16 years agoThis message was confusing during debugging, make it unique.
William A. Rowe Jr [Tue, 21 Aug 2007 23:21:44 +0000 (23:21 +0000)]
This message was confusing during debugging, make it unique.

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

16 years agoFix some typos, whitespace, and formatting. Make sure all options are
Chris Darroch [Tue, 21 Aug 2007 21:05:46 +0000 (21:05 +0000)]
Fix some typos, whitespace, and formatting.  Make sure all options are
listed in appropriate locations.  Deprecate "add" in favour of "set"
throughout.

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

16 years agoDBDPersist takes On or Off
Chris Darroch [Tue, 21 Aug 2007 18:16:36 +0000 (18:16 +0000)]
DBDPersist takes On or Off
reported by Phil Endecott

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

16 years agoOnly cleanup new_bb, if it isn't NULL, fixing a crash in the event MPM when write...
Paul Querna [Tue, 21 Aug 2007 17:27:31 +0000 (17:27 +0000)]
Only cleanup new_bb, if it isn't NULL, fixing a crash in the event MPM when write compeltion is active and a client disconnects.

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

16 years agoRemove the Perl txt-to-dbm translation script, and replace it
Rich Bowen [Tue, 21 Aug 2007 01:36:39 +0000 (01:36 +0000)]
Remove the Perl txt-to-dbm translation script, and replace it
with a reference to the httxt2dbm utility.

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

17 years agoRework locking on timeout_mutex. We now drop (and reaquire) the lock inside the...
Paul Querna [Mon, 20 Aug 2007 22:11:00 +0000 (22:11 +0000)]
Rework locking on timeout_mutex.  We now drop (and reaquire) the lock inside the while loops.  This is the least line of code changes to stop a dead lock between the queue in push2worker (a blocking function) and the timeout_mutex.  These two timeout list iterations should be rewritten with better locking rules, but for now this should fix the bug, without rewriting the entire function.
PR: 41712

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

17 years agoUse APR_STATUS_IS_NOTFOUND() rather than comparing against NOTFOUND directly.
Paul Querna [Mon, 20 Aug 2007 21:46:53 +0000 (21:46 +0000)]
Use APR_STATUS_IS_NOTFOUND() rather than comparing against NOTFOUND directly.

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

17 years agoFix svn:keywords and svn:eol-style
Vincent Bray [Mon, 20 Aug 2007 07:34:00 +0000 (07:34 +0000)]
Fix svn:keywords and svn:eol-style

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

17 years agoAdd missing id attribute to second section of new password formats page, fix missing...
Vincent Bray [Mon, 20 Aug 2007 07:21:41 +0000 (07:21 +0000)]
Add missing id attribute to second section of new password formats page, fix missing newline and buildfluff

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

17 years agoA better solution than /wd4996 to disable "depreciated posix" garbage.
William A. Rowe Jr [Mon, 20 Aug 2007 02:19:09 +0000 (02:19 +0000)]
A better solution than /wd4996 to disable "depreciated posix" garbage.
This solution doesn't emit warnings under VC 6.

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

17 years agoclarify impact of http://svn.apache.org/viewvc?view=rev&rev=567091 in CHANGES entry
Eric Covener [Sun, 19 Aug 2007 23:11:45 +0000 (23:11 +0000)]
clarify impact of http://svn.apache.org/viewvc?view=rev&rev=567091 in CHANGES entry
based on email discussion

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

17 years agoDescription of password formats copied from Tom Donovan's work on the wiki
Vincent Bray [Sun, 19 Aug 2007 18:18:17 +0000 (18:18 +0000)]
Description of password formats copied from Tom Donovan's work on the wiki

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

17 years agoRemove reference to /manual/ appearing on the default page, which it doesn't since...
Vincent Bray [Sun, 19 Aug 2007 17:38:51 +0000 (17:38 +0000)]
Remove reference to /manual/ appearing on the default page, which it doesn't since 2.2. (preunpostbackport from 2.2)

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

17 years agobuildfluff
Vincent Bray [Sun, 19 Aug 2007 16:49:27 +0000 (16:49 +0000)]
buildfluff

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

17 years agos/Domain/Path/ per Lucien GENTIS on docs@
Vincent Bray [Sun, 19 Aug 2007 16:47:29 +0000 (16:47 +0000)]
s/Domain/Path/ per Lucien GENTIS on docs@

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

17 years agoset eol-style properly
André Malo [Fri, 17 Aug 2007 23:30:15 +0000 (23:30 +0000)]
set eol-style properly

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

17 years agofix transformation
André Malo [Fri, 17 Aug 2007 21:18:00 +0000 (21:18 +0000)]
fix transformation

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

17 years agoSync anchor href alt titles
William A. Rowe Jr [Fri, 17 Aug 2007 20:42:56 +0000 (20:42 +0000)]
Sync anchor href alt titles

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

17 years agoPedantic corrections
William A. Rowe Jr [Fri, 17 Aug 2007 20:24:19 +0000 (20:24 +0000)]
Pedantic corrections

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

17 years agoSync, mostly side effects of addition of korean language pages.
William A. Rowe Jr [Fri, 17 Aug 2007 20:14:16 +0000 (20:14 +0000)]
Sync, mostly side effects of addition of korean language pages.

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

17 years agoFix </p> tag, disk space requirements from 2.2.4 build.
William A. Rowe Jr [Fri, 17 Aug 2007 20:12:49 +0000 (20:12 +0000)]
Fix </p> tag, disk space requirements from 2.2.4 build.

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

17 years agoRefresh the win_compiling instructions for 2.2 generation, where
William A. Rowe Jr [Fri, 17 Aug 2007 19:56:13 +0000 (19:56 +0000)]
Refresh the win_compiling instructions for 2.2 generation, where
we've changed several steps.

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

17 years agoAFAICT, LDAP_CACHE_LOCK was a no-op when virtualhosts were used
Eric Covener [Fri, 17 Aug 2007 17:33:11 +0000 (17:33 +0000)]
AFAICT, LDAP_CACHE_LOCK was a no-op when virtualhosts were used

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

17 years agoTranslation submitted by Vincent Deffontaines.
Jean-Frederic Clere [Thu, 16 Aug 2007 08:06:54 +0000 (08:06 +0000)]
Translation submitted by Vincent Deffontaines.

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

17 years agoupdate transformation
André Malo [Wed, 15 Aug 2007 17:25:52 +0000 (17:25 +0000)]
update transformation

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

17 years agoTranslation submitted by Vincent Deffontaines.
Jean-Frederic Clere [Wed, 15 Aug 2007 16:46:57 +0000 (16:46 +0000)]
Translation submitted by Vincent Deffontaines.

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

17 years agoTranslation submitted by Vincent Deffontaines.
Jean-Frederic Clere [Wed, 15 Aug 2007 16:31:14 +0000 (16:31 +0000)]
Translation submitted by Vincent Deffontaines.

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

17 years agoTranslation submitted by Vincent Deffontaines.
Jean-Frederic Clere [Wed, 15 Aug 2007 16:23:31 +0000 (16:23 +0000)]
Translation submitted by Vincent Deffontaines.

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

17 years agoImprove the translation. Submitted by submitted by Vincent Deffontaines.
Jean-Frederic Clere [Wed, 15 Aug 2007 16:05:35 +0000 (16:05 +0000)]
Improve the translation. Submitted by submitted by Vincent Deffontaines.

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

17 years agoTranslation submitted by Vincent Deffontaines.
Jean-Frederic Clere [Wed, 15 Aug 2007 15:45:40 +0000 (15:45 +0000)]
Translation submitted by Vincent Deffontaines.

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

17 years agoImprove the wording.
Jean-Frederic Clere [Wed, 15 Aug 2007 15:09:32 +0000 (15:09 +0000)]
Improve the wording.
submitted by Vincent Deffontaines.

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

17 years agomod_negotiation: preserve Query String in resolving a type map
Nick Kew [Tue, 14 Aug 2007 09:22:15 +0000 (09:22 +0000)]
mod_negotiation: preserve Query String in resolving a type map
PR 33112.  Report with patch by Jørgen Thomsen.
Attention called to it by Per Jessen.

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

17 years agoComplete the various flags. I'd like to see more examples here, and
Rich Bowen [Tue, 14 Aug 2007 01:32:07 +0000 (01:32 +0000)]
Complete the various flags. I'd like to see more examples here, and
perhaps some of the examples that are given in the main doc can be
expanded on somewhat, here, in a rather less confusing manner.

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

17 years agoupdate transformation
André Malo [Mon, 13 Aug 2007 20:07:52 +0000 (20:07 +0000)]
update transformation

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

17 years agoCorrect two syntactical errors in examples given for the flags - CO and
Rich Bowen [Mon, 13 Aug 2007 00:35:50 +0000 (00:35 +0000)]
Correct two syntactical errors in examples given for the flags - CO and
H, specifically. Also adds an example for the [NE] flag.

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

17 years agoexport BASEDIR only if its not already set from outside.
Guenter Knauf [Sat, 11 Aug 2007 02:25:17 +0000 (02:25 +0000)]
export BASEDIR only if its not already set from outside.

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

17 years agoexport the BASEDIR var so that APR can use it.
Guenter Knauf [Sat, 11 Aug 2007 01:32:54 +0000 (01:32 +0000)]
export the BASEDIR var so that APR can use it.

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

17 years agoNo longer try to sync CHANGES with older versions. Instead
Jim Jagielski [Fri, 10 Aug 2007 11:32:49 +0000 (11:32 +0000)]
No longer try to sync CHANGES with older versions. Instead
provide SVN pointer.

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

17 years agoA few quick updates on what has happened in the last 2 years or so.
Joshua Slive [Thu, 9 Aug 2007 15:04:09 +0000 (15:04 +0000)]
A few quick updates on what has happened in the last 2 years or so.

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

17 years agowhitespace change
Jim Jagielski [Wed, 8 Aug 2007 19:13:20 +0000 (19:13 +0000)]
whitespace change

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

17 years agoUpdate transforms
Jim Jagielski [Wed, 8 Aug 2007 19:08:39 +0000 (19:08 +0000)]
Update transforms

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

17 years agoDocument ProxyStatus
Jim Jagielski [Wed, 8 Aug 2007 19:08:19 +0000 (19:08 +0000)]
Document ProxyStatus

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

17 years agoadd httxt2dbm.exe
Allan K. Edwards [Wed, 8 Aug 2007 16:56:01 +0000 (16:56 +0000)]
add httxt2dbm.exe

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

17 years agoadded check for minimum APR version.
Guenter Knauf [Wed, 8 Aug 2007 13:08:52 +0000 (13:08 +0000)]
added check for minimum APR version.

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

17 years agosync 2.2.5 changes... bah. See post on dev@httpd regarding
Jim Jagielski [Wed, 8 Aug 2007 12:41:21 +0000 (12:41 +0000)]
sync 2.2.5 changes... bah. See post on dev@httpd regarding
this waste of time :)

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

17 years agoCorrecting defects in r563317: fix to PR 42993
Nick Kew [Wed, 8 Aug 2007 10:39:23 +0000 (10:39 +0000)]
Correcting defects in r563317: fix to PR 42993

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

17 years agofixed version string for dev builds.
Guenter Knauf [Wed, 8 Aug 2007 03:09:51 +0000 (03:09 +0000)]
fixed version string for dev builds.

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

17 years agochanged distribution basedir to separate from Apache2.
Guenter Knauf [Wed, 8 Aug 2007 00:47:52 +0000 (00:47 +0000)]
changed distribution basedir to separate from Apache2.

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

17 years agocommit Eric's patch for bugzilla 42549 - build httxt2dbm.exe on windows
Allan K. Edwards [Tue, 7 Aug 2007 19:40:21 +0000 (19:40 +0000)]
commit Eric's patch for bugzilla 42549 - build httxt2dbm.exe on windows

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

17 years agoPR 42572: crash in Windows MPM
Nick Kew [Tue, 7 Aug 2007 13:03:03 +0000 (13:03 +0000)]
PR 42572: crash in Windows MPM
Davi Arnauts simple patch confirmed as working.
(typo in my last commit)

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