]>
granicus.if.org Git - apache/log
Martin Kraemer [Mon, 20 Aug 2001 12:53:05 +0000 (12:53 +0000)]
Extend 'openssl' search to the directories from PATH
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90397
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Mon, 20 Aug 2001 12:19:50 +0000 (12:19 +0000)]
Make mpmt_os2 the default MPM on OS/2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90396
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Mon, 20 Aug 2001 10:58:09 +0000 (10:58 +0000)]
Remove todo item, fixed in APR (append mode fix).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90395
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Mon, 20 Aug 2001 10:56:44 +0000 (10:56 +0000)]
Make test for EAGAIN portable in content length filter. This fixes some
failures in CGIs on OS/2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90394
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Mon, 20 Aug 2001 10:49:29 +0000 (10:49 +0000)]
OS/2: Use full set of linker flags when linking shared core loader EXE.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90393
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Mon, 20 Aug 2001 08:09:40 +0000 (08:09 +0000)]
- Switch to AC_SEARCH_LIBS to check multiple libraries for mod_auth_db
(the AC_* way of doing what Martin committed)
- Fix the configuration check for mod_auth_digest so that:
- Everything is on separate lines so that the preprocessor doesn't scream
- It adds the path to APR. (APR_SOURCE_DIR looks right, but I'm not sure.)
By the time the modules are configured, the CPPFLAGS and such are not
setup to point at APR. This should probably be rectified and then this
can be taken out - so you could assume that apr.h is in your CPPFLAGS
somewhere when configuring the modules.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90392
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Mon, 20 Aug 2001 07:00:23 +0000 (07:00 +0000)]
On modern systems (e.g., FreeBSD), the db* functions reside in libc
rather than in libdb. Also, be more precise in telling what is actually
checked for (we are NOT testing for main(), but we are testing for dbopen(),
right?).
Without the first fix, configuration would fail completely for FreeBSD
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90391
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Mon, 20 Aug 2001 03:11:36 +0000 (03:11 +0000)]
Moved the directive listing up. Or the additional discussion down,
depending on how you look at it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90385
13f79535 -47bb-0310-9956-
ffa450edef68
Doug MacEachern [Mon, 20 Aug 2001 02:43:02 +0000 (02:43 +0000)]
change filter name to CaseFilterIn (mod_case_filter.c already uses CaseFilter)
allow filter to be configured without 'CaseFilterIn On'
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90383
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Mon, 20 Aug 2001 00:19:49 +0000 (00:19 +0000)]
Error is argument listing for version sorting. A few minor typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90379
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 19 Aug 2001 23:21:03 +0000 (23:21 +0000)]
This is the same patch as httpd-std.conf rev 1.38, just keeping them
in-sync
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90378
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 19 Aug 2001 23:19:05 +0000 (23:19 +0000)]
This patch;
enables Multiviews only for htdocs/manual/
enables .var type map files to shortcut Multiviews
changes the DirectoryIndex to index.html.var before index.html,
again to avoid multiviews if a typemap exists.
locates the /manual resource by an alias, so the user may easily
change their DocumentRoot and still have access to the documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90377
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 19 Aug 2001 22:54:58 +0000 (22:54 +0000)]
My bad, sorry. Here is ...
This Variant type-map file is the authoritative reference to our
"It Worked" page variants. Of course it isn't yet (although it is
complete), please review httpd-std.conf as well as this list
for inconsistencies (I documented those I discovered).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90376
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 19 Aug 2001 22:51:27 +0000 (22:51 +0000)]
This Variant type-map file is the authoritative reference to our
"It Worked" page variants. Of course it isn't yet (although it is
complete), please review httpd-std.conf as well as this list
for inconsistencies (I documented those I discovered).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90375
13f79535 -47bb-0310-9956-
ffa450edef68
Ian Holsman [Sun, 19 Aug 2001 20:21:07 +0000 (20:21 +0000)]
MSVC can't seem to handle
int buffer_len = 1;
char test_buffer[buffer_len];
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90367
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sun, 19 Aug 2001 19:27:32 +0000 (19:27 +0000)]
Additional hint in the HeaderName documentation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90366
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 19 Aug 2001 18:58:19 +0000 (18:58 +0000)]
Assure that non-FancyIndexed listings properly shortcut dir entries,
and display and href the trailing slash, as well.
PR: 8206
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90364
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 19 Aug 2001 17:20:48 +0000 (17:20 +0000)]
This doesn't belong in the distro (certainly not installed in a docroot.)
This sort of history should be in CVS and CHANGES.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90362
13f79535 -47bb-0310-9956-
ffa450edef68
Doug MacEachern [Sun, 19 Aug 2001 16:01:05 +0000 (16:01 +0000)]
adjust to apr_uri_ rename
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90361
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sun, 19 Aug 2001 16:00:59 +0000 (16:00 +0000)]
Per discussion on new-httpd, change the logic to do the following:
--enable-modules=most will disable a module if it can not be built
--enable-modules=all will error if a module can not be built
--enable-modules=foo will error if the specified module can not be built
(even if --enable-modules=most is set)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90360
13f79535 -47bb-0310-9956-
ffa450edef68
Doug MacEachern [Sun, 19 Aug 2001 15:52:59 +0000 (15:52 +0000)]
adjust to UNP_ -> APR_URI_UNP_ rename
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90359
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 19 Aug 2001 14:35:28 +0000 (14:35 +0000)]
Add the advertising clause text to our own README when we link and copy
the openssl binaries.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90358
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 19 Aug 2001 14:33:14 +0000 (14:33 +0000)]
This is Apache 2.0, which has been essentially rewritten.
This citation was inconsistent with the rest of our credits.
We still thank Ambarish Malpani of ValiCert, Inc. for his
contribution, but we have many, many others to thank, and this
one accolade was out of place.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90357
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Sun, 19 Aug 2001 05:48:19 +0000 (05:48 +0000)]
Update the Apache code to account for the XtOffset change in APR.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90356
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Sun, 19 Aug 2001 05:35:33 +0000 (05:35 +0000)]
Note addition of mpmt_os2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90355
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Sun, 19 Aug 2001 04:41:46 +0000 (04:41 +0000)]
Add standard ignores.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90354
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sun, 19 Aug 2001 03:26:34 +0000 (03:26 +0000)]
A little more clarity in DescriptionWidth. Better phrasing recommended by Bill Rowe on SuppressDescription
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90353
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 19 Aug 2001 01:44:43 +0000 (01:44 +0000)]
Added a default commented-out mod_ldap and mod_auth_ldap
configuration to httpd-std.conf and httpd-win.conf
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90352
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 19 Aug 2001 01:31:24 +0000 (01:31 +0000)]
Some documentation corrections. Add the missing LDAPSharedCacheSize directive
to the docs.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90351
13f79535 -47bb-0310-9956-
ffa450edef68
Lars Eilebrecht [Sun, 19 Aug 2001 01:05:04 +0000 (01:05 +0000)]
Readme for the multi language error documents.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90350
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 19 Aug 2001 01:03:26 +0000 (01:03 +0000)]
Some small cleanups for consistency
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90349
13f79535 -47bb-0310-9956-
ffa450edef68
Lars Eilebrecht [Sun, 19 Aug 2001 01:01:52 +0000 (01:01 +0000)]
Support files for multi language error documents and an example logo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90348
13f79535 -47bb-0310-9956-
ffa450edef68
Lars Eilebrecht [Sun, 19 Aug 2001 00:59:53 +0000 (00:59 +0000)]
Add multi language error documents.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90347
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 19 Aug 2001 00:45:34 +0000 (00:45 +0000)]
Added documentation for mod_ldap and mod_auth_ldap.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90346
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 18 Aug 2001 22:06:24 +0000 (22:06 +0000)]
I had SuppressLastModified turned on, and so had the wrong number for
the column width.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90341
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 18 Aug 2001 21:10:03 +0000 (21:10 +0000)]
Enabled negative caching on attribute comparisons in the LDAP cache.
Fixed a problem where the default cache TTL was set in milliseconds
not microseconds causing the cache to time out almost immediately.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90340
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 18 Aug 2001 19:49:59 +0000 (19:49 +0000)]
Added a little more detail to the SuppressDescription argument to IndexOptions
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90339
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 18 Aug 2001 19:44:59 +0000 (19:44 +0000)]
Fixed all the #if APR_HAS_SHARED_MEMORY checks within the LDAP
module code to follow APR.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90338
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 18 Aug 2001 19:18:12 +0000 (19:18 +0000)]
Fixed LDAP cleanup on graceful restarts. LDAP connections are now
cleaned up when the connection pool pool is cleaned up.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90336
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 18 Aug 2001 17:53:16 +0000 (17:53 +0000)]
Add a missing .cvsignore file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90333
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 18 Aug 2001 17:52:11 +0000 (17:52 +0000)]
Clean up an unnecessary function.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90332
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Sat, 18 Aug 2001 17:36:26 +0000 (17:36 +0000)]
Fix a minor issue with Jeff Trawick's mod_include
patch. Without this patch, the code will just allocate
more bytes in get_combined_directive than are needed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90329
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 18 Aug 2001 17:01:48 +0000 (17:01 +0000)]
Update the CHANGES file
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90325
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 18 Aug 2001 16:55:14 +0000 (16:55 +0000)]
Landing of mod_auth_ldap - the LDAP based authentication module.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90324
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 18 Aug 2001 16:52:02 +0000 (16:52 +0000)]
Oops - left off the apr_ldap.h file in the commit.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90323
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 18 Aug 2001 16:43:27 +0000 (16:43 +0000)]
Landing of mod_ldap - the LDAP cache and connection pooling module.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90321
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 18 Aug 2001 15:02:19 +0000 (15:02 +0000)]
Beat the dead horse
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90320
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Sat, 18 Aug 2001 09:49:04 +0000 (09:49 +0000)]
After fixing append mode in APR, we no longer need to copy the error log handle
from the parent process.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90319
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Sat, 18 Aug 2001 05:24:40 +0000 (05:24 +0000)]
I have bumped the tag, now put the CHANGES file back.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90316
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Sat, 18 Aug 2001 05:22:25 +0000 (05:22 +0000)]
Bump the changes tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90314
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 22:58:40 +0000 (22:58 +0000)]
Bring include and lib targets into line with Unix, and drop the segregated
lib vs. libexec, since we have (carefully) avoided potential name clashes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90308
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 17 Aug 2001 21:23:57 +0000 (21:23 +0000)]
mention some mod_include fixes (currently in 2.0.25-dev) and
some previously unacknowledged Win32 stuff in 2.0.24)
when we decide if mod_include is fixed for the time being we
may move back the mod_include fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90306
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 21:17:39 +0000 (21:17 +0000)]
Heck, create them with .txt filenames on Win32 so the os knows how to
open them ;)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90305
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 21:11:57 +0000 (21:11 +0000)]
As we package the minimal binaries, package a minimal (but comprehensive)
set of readme, license and news for the OpenSSL .dll's and openssl.exe.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90304
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 17 Aug 2001 20:41:15 +0000 (20:41 +0000)]
Fix a problem in mod_include when we reached the BYTE_COUNT_THRESHOLD
after parsing the first part of the tag. We could get errors like
[error] [client 127.0.0.1] unknown directive "<!" in parsed doc filename
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90303
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 17 Aug 2001 20:10:30 +0000 (20:10 +0000)]
we're only going to re-scan the directive when we're in
PARSE_DIRECTIVE state, so only reset directive_length when
in that state
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90302
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 19:43:34 +0000 (19:43 +0000)]
Add some pretty danged important files to the win32 install. It's a shame
these are all mixed up with the other top-level stuff.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90301
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 19:36:23 +0000 (19:36 +0000)]
Add Win32 observations, and shortcut some more questions to bugs/new-httpd.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90300
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 17:34:07 +0000 (17:34 +0000)]
Resolved, by the installer
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90297
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 17:31:17 +0000 (17:31 +0000)]
Fix some <IfModule > badness on Win32
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90296
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 17 Aug 2001 17:24:46 +0000 (17:24 +0000)]
Fix a problem parsing tags.
We're in find_end_sequence() walking over the directive and the rest
of the tag but we stop parsing so we don't walk over too much storage
(e.g., mmap) at once). When we resume later, ctx->directive_length
has the value it had when we bailed out, so directive_length is wrong
and we hit errors like:
[Fri Aug 17 11:12:06 2001] [error] [client 127.0.0.1] unknown directiv
e "include virt" in parsed doc /home/trawick/apacheinst/htdocs/manual/
mod/mod_include.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90295
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Fri, 17 Aug 2001 17:18:46 +0000 (17:18 +0000)]
Add short summary of mpmt_os2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90292
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Fri, 17 Aug 2001 17:12:18 +0000 (17:12 +0000)]
initialize some values on variable creation
Submitted by: John Barbee <barbee@veribox.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90290
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Fri, 17 Aug 2001 17:07:34 +0000 (17:07 +0000)]
New multi-process multi-threaded MPM for OS/2. Not fully polished but works
better than spmt_os2 already (graceful restarts actually work). A summary
of the process/thread structure is provided in the comments at the start
of mpmt_os2.c
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90289
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 17:06:44 +0000 (17:06 +0000)]
(No Error) didn't make much sense - fixes the error report for no
default service installed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90288
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 17:00:07 +0000 (17:00 +0000)]
Since we expect many users to start experimenting with the next release,
and the 'Apache' default server name definately conflicts with a stable
1.3.20 install, changed the AP_DEFAULT_SERVICE_NAME to "Apache2" (unless
the user overrides in the compilation.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90287
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Fri, 17 Aug 2001 16:58:27 +0000 (16:58 +0000)]
Last call before I delete a bunch of obsolete files form
httpd-2.0/docs/manual/
(Some, like the netware/tpf docs, may come back. But for now
they are useless.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90286
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 16:57:06 +0000 (16:57 +0000)]
Don't retrieve the default service name if the -k run arg is given.
-k run represents running 'in a console', and is the default if no
-k option is given at all.
Perhaps we want to assume -k start as the default (meaning a console
user in the future would have to explicitly ask for -k run if they
want to test as a console) now that services are far more stable.
That can be debated as a seperate patch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90285
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 16:47:01 +0000 (16:47 +0000)]
Ok, I didn't like the choices I made an hour or two ago. Here are (IMHO)
the most appropriate log levels (feel free to debate.) OTOH, this patch
fixes the problem with an apache -k start -n foo command simply exiting,
when foo isn't installed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90284
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Fri, 17 Aug 2001 16:12:33 +0000 (16:12 +0000)]
OS/2: Don't share data segment between multiple instances of the shared core
as doing so makes a multi-process MPM crash & burn....
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90281
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 15:28:33 +0000 (15:28 +0000)]
We must scream certain errors from the rooftop!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90279
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 14:53:50 +0000 (14:53 +0000)]
Add the ImagePath entry for Win9x services [as later 1.3.x versions do].
This is required for any Apache management/monitoring app on Win9x.
Submitted by: Mladen Turk [<mturk@mappingsoft.com>]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90278
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 07:30:59 +0000 (07:30 +0000)]
The last of the ignore goodness for tonight
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90275
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 07:19:08 +0000 (07:19 +0000)]
Based on the VC6 switch - and pulling the win32 make files from cvs
- some more ignores are in order.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90274
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 05:31:39 +0000 (05:31 +0000)]
Complete .mak-file-less support for VisualStudio 6.0+. This won't work
on VS5.0, those users must still copy in the make files.
Also, fixes a small typo in the mod_info build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90273
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 03:45:35 +0000 (03:45 +0000)]
The purpose of this patch is to toggle the debugging mode (default) to
Program Database (from Program Database for Modify on the fly debugging).
The net effect of this patch is to clean up all of the irrelevant entries
associated with either the debugging or release command line switches, and
generally straighten the projects as they would be exported from VC6/SP5.
The outcome of this patch is that VC5 users -should- be able to load and
build the workspace without any errors (as they used to have no symbols
database at all, the /ZI option doesn't work, they had to use cvtdsp.pl
to toggle these to /Zi.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90269
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 03:23:58 +0000 (03:23 +0000)]
Given a choice between chasing my tail to keep these updated, and rolling
a set when we actually roll a tarball, I'll take the later, thank you.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90268
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 02:00:38 +0000 (02:00 +0000)]
Whoops... a ton of extra cruft had landed in the bin/ directory!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90265
13f79535 -47bb-0310-9956-
ffa450edef68
Victor J. Orlikowski [Fri, 17 Aug 2001 01:38:16 +0000 (01:38 +0000)]
Fix behavior in the event that a socket is closed.
Submitted by: barbee@veribox.net
Reviewed by: orlikowski@apache.org
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90264
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Fri, 17 Aug 2001 00:31:50 +0000 (00:31 +0000)]
Fix --enable-modules=all breakage with mod_auth_db and mod_auth_digest
by allowing a module to disable itself if its prerequisites are not met.
This introduces the subtle nuance that if you request a module and you
don't meet its prerequisites, it'll refuse to build itself.
mod_ssl exits if its prerequisites are not met.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90261
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 00:29:08 +0000 (00:29 +0000)]
Thought this had already been axed
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90259
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Fri, 17 Aug 2001 00:26:38 +0000 (00:26 +0000)]
Hello, Goodbye.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90258
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 00:11:49 +0000 (00:11 +0000)]
Not here anymore
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90257
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 Aug 2001 00:11:26 +0000 (00:11 +0000)]
Undo a very bad decision. By naming the version file .ver, I lost track
of it setting aside the generated resources. This assures that file won't
fall through the cracks when we generate zip files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90256
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 16 Aug 2001 23:15:43 +0000 (23:15 +0000)]
Good to the last drop, this should be all of it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90251
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 16 Aug 2001 23:14:06 +0000 (23:14 +0000)]
Ignore goodness
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90250
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 16 Aug 2001 22:14:00 +0000 (22:14 +0000)]
Add the red light/green light to ApacheMonitor's popup menu.
[Mladen Turk <mturk@mappingsoft.com>]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90248
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 16 Aug 2001 22:06:00 +0000 (22:06 +0000)]
Hush
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90247
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 16 Aug 2001 21:23:29 +0000 (21:23 +0000)]
The two more Remove flavors needed testing, as well. While I'm at it,
add a reasonable explanation of why we are about to copy.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90245
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 16 Aug 2001 21:11:30 +0000 (21:11 +0000)]
check for timeout on socket read when we check for ECONNRESET and eof
previously, we'd die on an assert() (really nasty for threaded MPM) when
we hit a keepalive timeout for a browser like netscape which keeps the
connection open
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90244
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 16 Aug 2001 20:56:03 +0000 (20:56 +0000)]
Spell it right, per Mr. Coar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90243
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 16 Aug 2001 20:33:46 +0000 (20:33 +0000)]
Missed a versioned win32 project in my tree
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90242
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 16 Aug 2001 20:07:35 +0000 (20:07 +0000)]
Replacing label after pushing tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90240
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 16 Aug 2001 20:04:32 +0000 (20:04 +0000)]
Push back CHANGES to document the complete mod_mime segfault solution.
Rounded out the mod_mime Add/Remove pairs by adding RemoveLanguage
and RemoveCharset directives, and rolled in the remove_items handling.
This is (effectively) my complete patch, sans pool optimizations.
[William Rowe]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90239
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 16 Aug 2001 19:56:47 +0000 (19:56 +0000)]
fix a few mod_ssl warnings for stuff like function which were neither
static nor prototyped, char * vs. const char *, etc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90238
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 16 Aug 2001 18:36:17 +0000 (18:36 +0000)]
Build on Greg's fix for the hash copy, and always copy the exinfo elements
as well. This should sufficiently demonstrate in benchmarking why we either
must optimize, or revert to tables.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90237
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 16 Aug 2001 18:12:46 +0000 (18:12 +0000)]
Fix the 'never disappearing' popup menu - anchor it to our (hidden)
global window, which allows TrackPopupMenu to lose focus when any other
window is selected.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90236
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 16 Aug 2001 18:07:06 +0000 (18:07 +0000)]
the 2nd parm to strstr() doesn't lose const-ness, unlike the 1st parm;
thus, AP_DEBUG flavor of strstr() should declare 2nd parm as const char *,
not char *;
this eliminates a warning in mod_ssl-land
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90235
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 16 Aug 2001 18:06:30 +0000 (18:06 +0000)]
A bit overboard - this registered window message only needs to be
retrieved once
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90234
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 16 Aug 2001 18:04:39 +0000 (18:04 +0000)]
Wipe out some resource leakage.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90233
13f79535 -47bb-0310-9956-
ffa450edef68