]>
granicus.if.org Git - apache/log
William A. Rowe Jr [Sun, 21 Jul 2002 03:28:51 +0000 (03:28 +0000)]
Cut-n-paste error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96135
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 21 Jul 2002 00:24:32 +0000 (00:24 +0000)]
Until we are building loadable iconv modules, the core iconv will always
be carried around with aprutil.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96134
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 20 Jul 2002 23:57:26 +0000 (23:57 +0000)]
Unless I'm missing something obvious, apr-iconv never needs to be it's
own .dll/.so library. In the case of libapriconv, we need to anticipate
that the library will be incorporated into libaprutil and exposed through
the apr_xlate_() API. In the case of the aprutil we can use the same
approach.
After this patch, one never includes the libapriconv or apriconv in any
application. Including libaprutil or aprutil is sufficient.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96133
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Fri, 19 Jul 2002 20:16:55 +0000 (20:16 +0000)]
fix a broken build when no <prefix>/conf/ directory exists.
Submitted by: Karl Fogel
Reviewed by: Greg Ames
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96132
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 19 Jul 2002 19:49:37 +0000 (19:49 +0000)]
Fixing the access path to apr_md5.c since it moved to apr-util
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96131
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 19 Jul 2002 19:48:49 +0000 (19:48 +0000)]
Bringing the NetWare export script up to date with other export scripts
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96130
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Fri, 19 Jul 2002 15:32:36 +0000 (15:32 +0000)]
remove logic which looks for a non-existant ssl.conf file in the docs/conf/
build directory (it's ssl-std.conf there), then ignores its absence in the
next line.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96129
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Fri, 19 Jul 2002 15:23:43 +0000 (15:23 +0000)]
no logic changes - just some style changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96128
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Fri, 19 Jul 2002 15:11:58 +0000 (15:11 +0000)]
Install mime.types and magic in conf/ if they don't already exist.
This also re-enables existing logic to always install *-std.conf with
substitutions made. These are then copied into *.conf (without the -std) if
that file doesn't already exist.
style police: please chill for a bit. I intentionally didn't re-format
the indenting in this commit to make it easier to review.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96127
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 19 Jul 2002 11:43:16 +0000 (11:43 +0000)]
spell check
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96126
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 19 Jul 2002 10:58:32 +0000 (10:58 +0000)]
New Japanese translations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96125
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 19 Jul 2002 10:54:56 +0000 (10:54 +0000)]
New Japanese translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96124
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 19 Jul 2002 10:53:45 +0000 (10:53 +0000)]
New Japanese translation.
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
Reviewed by: Yoshiki Hayashi
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96123
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 19 Jul 2002 08:51:48 +0000 (08:51 +0000)]
No reason not to build charset_lite anymore on Win32
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96122
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 19 Jul 2002 08:47:55 +0000 (08:47 +0000)]
Fix (safely) one minor emit [always positive, so apr_size_t cast is ok]
and introduce a win32 project for mod_charset_lite
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96121
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 19 Jul 2002 08:37:16 +0000 (08:37 +0000)]
apriconv from the command-line build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96120
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 19 Jul 2002 08:34:01 +0000 (08:34 +0000)]
Start building apr-iconv with apr and apr-util for Windows.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96119
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Fri, 19 Jul 2002 02:24:26 +0000 (02:24 +0000)]
Way too busy today.. last commit was wrong in two ways. First, 1KB is 1024
bytes, not 1000 bytes. Second, max_cache_size is already represented in bytes.
Time for a vacation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96118
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 18 Jul 2002 23:32:12 +0000 (23:32 +0000)]
Allow the makefiles to alter the screen name
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96117
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 18 Jul 2002 20:32:22 +0000 (20:32 +0000)]
A few more 'silencers' from David.
Submitted by: David Shane Holden <dpejesh@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96116
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 18 Jul 2002 20:31:14 +0000 (20:31 +0000)]
mod_ext_filter: Ignore any content-type parameters when checking if
the response should be filtered. Previously, "intype=text/html"
wouldn't match something like "text/html;charset=8859_1".
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96115
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Thu, 18 Jul 2002 19:49:36 +0000 (19:49 +0000)]
Compare bytes to bytes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96113
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 18 Jul 2002 18:57:36 +0000 (18:57 +0000)]
Clean up a number of messages, as proposed by David. Ignored the patch
to remove .mak builds, since that eliminates VC5 users from building.
Submitted by: David Shane Holden <dpejesh@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96112
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 18 Jul 2002 12:25:24 +0000 (12:25 +0000)]
mod_ext_filter: Set up environment variables for external programs.
Submitted by: Craig Sebenik <craig@netapp.com>
Reviewed by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96111
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 18 Jul 2002 06:39:06 +0000 (06:39 +0000)]
Reorganize a bit for legibility.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96110
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Thu, 18 Jul 2002 01:29:29 +0000 (01:29 +0000)]
Do some sanity checking on the cache config directives.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96109
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 17 Jul 2002 22:15:00 +0000 (22:15 +0000)]
somebody please tell me I don't know how to read C code anymore
(I guess the pool for an Apache socket will grow on every read/write
operation that would block.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96107
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 17 Jul 2002 21:39:55 +0000 (21:39 +0000)]
zap an unused variable
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96106
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 17 Jul 2002 19:18:39 +0000 (19:18 +0000)]
Solve C-L post body reads from the HTTP_IN by ap_get_brigade() so that
we know -immediately- that we've read the last of the data. This patch
adds an EOS bucket to the brigade if ctx->remaining has been consumed.
Reviewed by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96104
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Wed, 17 Jul 2002 18:44:43 +0000 (18:44 +0000)]
Add some debugging logic to perchild. This is almost working now, we just
aren't popping out of apr_poll if there is data on the Unix Domain Socket.
Once that is fixed, this MPM _should_ work again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96103
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Wed, 17 Jul 2002 18:42:54 +0000 (18:42 +0000)]
Get the prefork MPM using the apr_poll interface directly instead of going
through the old functions which are only still available for backwards
compat.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96102
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 17 Jul 2002 17:55:59 +0000 (17:55 +0000)]
Get proxy ftp to work over IPv6.
Submitted by: Shoichi Sakane <sakane@kame.net>
Reviewed and modified slightly by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96100
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 17 Jul 2002 16:08:53 +0000 (16:08 +0000)]
use APR_TIME_T_FMT when formatting apr_time_t
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96099
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 17 Jul 2002 15:06:17 +0000 (15:06 +0000)]
use APR_SIZE_T_FMT for formatting apr_size_t
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96098
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 17 Jul 2002 14:52:36 +0000 (14:52 +0000)]
axe an unused function
fix some format strings used with apr_size_t and apr_ssize_t
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96097
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 17 Jul 2002 13:50:26 +0000 (13:50 +0000)]
add notes about a portability problem -- formatting apr_time_t
in hex
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96094
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 17 Jul 2002 07:14:59 +0000 (07:14 +0000)]
Last missing symbols that I can find.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96093
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 17 Jul 2002 07:10:52 +0000 (07:10 +0000)]
suck_in wasn't sucking hard enough. Fixed the header.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96092
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Wed, 17 Jul 2002 00:04:51 +0000 (00:04 +0000)]
this file should have the asf license on it
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96090
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Wed, 17 Jul 2002 00:01:03 +0000 (00:01 +0000)]
Add a couple of optimizations to the priority queue code:
* bubble_up and percolate_down do not need to do "swaps" -- they can just
shift the existing items and reinsert the moving item once at the end
* minchild() did not need that for loop -- a node can only ever have at
most two children, and they are guaranteed to be adjacent
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96089
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Tue, 16 Jul 2002 23:58:56 +0000 (23:58 +0000)]
header files should include everything they need to compile
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96088
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Tue, 16 Jul 2002 21:43:17 +0000 (21:43 +0000)]
Fix up a few gotchas in httpd_roll_release
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96086
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Tue, 16 Jul 2002 18:33:05 +0000 (18:33 +0000)]
Look for OpenSSL libraries in /usr/lib64.
Submitted by: Peter Poeml <poeml@suse.de>
Reviewed by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96084
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Tue, 16 Jul 2002 18:29:59 +0000 (18:29 +0000)]
Update SuSE layout.
Submitted by: Peter Poeml <poeml@suse.de>
Reviewed by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96083
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Tue, 16 Jul 2002 18:03:34 +0000 (18:03 +0000)]
Revert the change in the previous commit, which broke the
setting of @APACHECTL_ULIMIT@ during configuration
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96081
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 16 Jul 2002 14:42:35 +0000 (14:42 +0000)]
AIX: Apache is slightly faster with this malloc setting
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96079
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 16 Jul 2002 12:46:15 +0000 (12:46 +0000)]
Fix definition of <section>, which was duplicated but not quite the same in
manualpage and common.
Submitted by: Vincent de Lau <vincent@delau.nl>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96076
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Tue, 16 Jul 2002 10:07:42 +0000 (10:07 +0000)]
Export functions declared by APR_DECLARE_INHERIT_SET/UNSET macros.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96075
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Tue, 16 Jul 2002 09:30:16 +0000 (09:30 +0000)]
And fix the version number
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96074
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Tue, 16 Jul 2002 09:28:40 +0000 (09:28 +0000)]
Fix the long-standing bug that "ab -t10" would loop for 10000 seconds
instead of 10 as documented. Also fix an off-by-one-second error, which
did not matter much (in comparison to the 1000x error ;-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96073
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Tue, 16 Jul 2002 09:26:31 +0000 (09:26 +0000)]
Add 2002
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96072
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Tue, 16 Jul 2002 08:30:41 +0000 (08:30 +0000)]
If "@APACHECTL_ULIMIT@" is used in apachectl.in, then something must
replace it by a sensible (platform dependent?) value upon "make install".
Until that is done, $ULIMIT_MAX_FILES is set to the empty string
so that apachectl does not cause a subsequent error
@APACHECTL_ULIMIT@: not found
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96071
13f79535 -47bb-0310-9956-
ffa450edef68
Aaron Bannert [Tue, 16 Jul 2002 06:35:41 +0000 (06:35 +0000)]
Optimize away a couple 64bit integer divides.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96070
13f79535 -47bb-0310-9956-
ffa450edef68
Aaron Bannert [Tue, 16 Jul 2002 06:12:12 +0000 (06:12 +0000)]
Improve the comments on the fd limits.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96069
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 15 Jul 2002 20:39:24 +0000 (20:39 +0000)]
I hope I got everybody this time.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96067
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 15 Jul 2002 20:17:26 +0000 (20:17 +0000)]
Add Swedish language to error documents LanguagePriority
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96065
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 15 Jul 2002 20:16:16 +0000 (20:16 +0000)]
Add Swedish error documents and do a little bit of reformating.
Submitted by: Erik Abele <erik@codefaktor.de>
Reviewed by: Patrik Grip-Jansson <patrikj@gnulix.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96064
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 15 Jul 2002 18:02:45 +0000 (18:02 +0000)]
Update the info on browser support of digest auth.
Submitted by: "Thomas Sj�gren" <thomas@northernsecurity.net>, Joshua Slive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96063
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 15 Jul 2002 17:18:54 +0000 (17:18 +0000)]
Add a new DTD for a basic page in the users manual, and take out the common elements from
this and modulesynopsis.dtd into a common.dtd file.
Submitted by: Astrid Kessler <kess@kess-net.de>, Joshua Slive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96062
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Mon, 15 Jul 2002 08:26:06 +0000 (08:26 +0000)]
Eat our own dogfood when it comes to the time macros.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96061
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 15 Jul 2002 08:18:50 +0000 (08:18 +0000)]
How isn't this built on Win32? Thanks Sander.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96060
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 15 Jul 2002 08:15:31 +0000 (08:15 +0000)]
Fixed good. The modulos op should give us just that extra little bit we
need to be sure we sleep for a good long fraction of the second into the
next second.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96059
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 15 Jul 2002 08:11:11 +0000 (08:11 +0000)]
Sleep INTO the next second, not for the entire next second.
Observed by Sander Striker
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96058
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 15 Jul 2002 08:05:11 +0000 (08:05 +0000)]
http occurances to update for apr_socket_opt_get/set
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96057
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Mon, 15 Jul 2002 07:59:31 +0000 (07:59 +0000)]
Remove a time lookup that's now unnecessary
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96056
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 15 Jul 2002 07:46:19 +0000 (07:46 +0000)]
Timeout/time fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96055
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 15 Jul 2002 07:45:11 +0000 (07:45 +0000)]
The macros remove how much legibility?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96054
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sun, 14 Jul 2002 23:18:45 +0000 (23:18 +0000)]
Increase the per-process file descriptor limit in apachectl
for the benefit of people running multithreaded MPMs or lots
of vhosts
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96053
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 14 Jul 2002 13:18:58 +0000 (13:18 +0000)]
Streamline the handling of C-L values in the common case by using
the known properties of ANSI strtol.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96052
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sat, 13 Jul 2002 18:16:33 +0000 (18:16 +0000)]
added apr_is_empty_array()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96051
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 13 Jul 2002 06:33:13 +0000 (06:33 +0000)]
And the other one...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96050
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 13 Jul 2002 06:31:17 +0000 (06:31 +0000)]
$(IntDir) doesn't go back to VC5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96049
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 13 Jul 2002 06:26:56 +0000 (06:26 +0000)]
Forgot to change both release and debug opts at once
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96048
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 13 Jul 2002 06:20:52 +0000 (06:20 +0000)]
Get rid of the buildmark bogosity. It never helped ide users, and
usually just hurt command line users.
If we have to link, we need a buildmark, so perform the buildmark
compilation as a 'manual' pre-link step every time a link is required.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96047
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 13 Jul 2002 06:01:10 +0000 (06:01 +0000)]
Quit it with the noise :-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96046
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 13 Jul 2002 05:52:06 +0000 (05:52 +0000)]
Quiet the conversation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96045
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 13 Jul 2002 05:47:03 +0000 (05:47 +0000)]
If we didn't build a Browse, we have nothing to kill. Ignore the error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96044
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 13 Jul 2002 05:34:07 +0000 (05:34 +0000)]
Back to a slightly modified flavor of imajes' (James Cox'es) original
design, only stay with .rc file extensions so the original resources
can be reviewed in the resource editor, rather than using .in files.
Also significantly improve the explicit dependencies.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96043
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 13 Jul 2002 05:10:36 +0000 (05:10 +0000)]
This is back to an .rc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96042
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 13 Jul 2002 05:09:52 +0000 (05:09 +0000)]
Ok. This gives us one warning - could not scan ApacheMonitorVer.h for
dependencies. But it gives us back our top level, editable and commitable
ApacheMonitor.rc file, and doesn't mess up dependencies due to the presence
of two different .rc files in the schema (which is partly what messed up
the original case.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96041
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 13 Jul 2002 03:44:15 +0000 (03:44 +0000)]
Put back the missing symbols header
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96039
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 13 Jul 2002 03:29:49 +0000 (03:29 +0000)]
Final tweak and CREDITs ... switch the order to simplify things, and
pull out the old dependency on ApacheMonitorVersion.rc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96038
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 13 Jul 2002 03:18:21 +0000 (03:18 +0000)]
Totally different solution to our dependency problems provided by
James Cox <imajes@php.net> ... create ApacheMonitor.rc dynamically,
and include our ApacheMonitor.rc.in templates of defined resources.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96037
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 12 Jul 2002 18:32:27 +0000 (18:32 +0000)]
Use the bare minimum permissions required to perform a given service
manager operation.
Submitted by: David Shane Holden <dpejesh@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96036
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Fri, 12 Jul 2002 17:45:59 +0000 (17:45 +0000)]
Some more security tips.
Submitted by: thomas@northernsecurity.net
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96035
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 12 Jul 2002 17:34:04 +0000 (17:34 +0000)]
set some environment variables on AIX that improve Apache performance
on SMP machines... no difference was seen on single CPU machines
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96034
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Fri, 12 Jul 2002 17:31:29 +0000 (17:31 +0000)]
Missing sentence in english and slight gramatical improvement.
Submitted by: Alexander Velin <velin@bastun.net> and Rich Bowen
Reviewed by: Joshua Slived
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96033
13f79535 -47bb-0310-9956-
ffa450edef68
David Reid [Fri, 12 Jul 2002 12:27:19 +0000 (12:27 +0000)]
Adjust the sizes of the pollsets we create/use so that we work again.
With the poll change we seem to have improved performance. :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96030
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 12 Jul 2002 11:30:33 +0000 (11:30 +0000)]
Add XML declaration.
Correct markup errors.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96029
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 12 Jul 2002 11:29:42 +0000 (11:29 +0000)]
Update Japanese translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96028
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 12 Jul 2002 11:29:21 +0000 (11:29 +0000)]
Update Japanese translations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96027
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 12 Jul 2002 11:21:30 +0000 (11:21 +0000)]
New Japanese translations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96026
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 12 Jul 2002 11:16:16 +0000 (11:16 +0000)]
New Japanese translation.
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
Reviewed by: Yoshiki Hayashi
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96025
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 12 Jul 2002 11:11:40 +0000 (11:11 +0000)]
Correct a markup error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96024
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 12 Jul 2002 05:55:21 +0000 (05:55 +0000)]
While this fixed the bug, no resources were build for ApacheMonitor,
so the application couldn't start.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96023
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 12 Jul 2002 04:03:02 +0000 (04:03 +0000)]
Fix a [very few] config changes. Yes - needs to be awk-ized, but not
at this moment.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96022
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Thu, 11 Jul 2002 23:01:25 +0000 (23:01 +0000)]
gregames fixed this in APR a while back, I believe.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96021
13f79535 -47bb-0310-9956-
ffa450edef68
Ken Coar [Thu, 11 Jul 2002 20:15:03 +0000 (20:15 +0000)]
Okey, I copied it to <URL:http://www.apache.org/dev/>.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96020
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 11 Jul 2002 19:57:02 +0000 (19:57 +0000)]
Try this AGAIN. Move ap_regkey.h to include/ and assure that this time,
it contains defined(WIN32)||defined(DOXYGEN) requirements to prevent the
other platform exports from barfing. Please ack if this works for you.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96019
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 11 Jul 2002 19:53:04 +0000 (19:53 +0000)]
Fix comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96018
13f79535 -47bb-0310-9956-
ffa450edef68