]>
granicus.if.org Git - apache/log
Ian Holsman [Thu, 6 Jun 2002 19:07:09 +0000 (19:07 +0000)]
implement a fixed size cache in mod_mem_cache using a priority queue
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95551
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Thu, 6 Jun 2002 18:27:42 +0000 (18:27 +0000)]
Update Geoff's email address. PS: Geoff still volunteers to answer any
questions about shmcb:
"Feel free to buzz me on shmcb matters to as/when you like - my time
may be limited right now but I will certainly reply as best I can to
anything that comes up."
Submitted by: Geoff Thorpe <geoff@geoffthorpe.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95550
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 6 Jun 2002 18:16:08 +0000 (18:16 +0000)]
Fix apxs to allow "apxs -q installbuilddir" and to allow
querying certain other variables from config_vars.mk.
PR: 9316
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95549
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 6 Jun 2002 15:25:21 +0000 (15:25 +0000)]
get the prototype for strcasecmp() on AIX
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95548
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 6 Jun 2002 10:48:48 +0000 (10:48 +0000)]
I don't think Windows version uses prefork MPM.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95547
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 6 Jun 2002 07:26:00 +0000 (07:26 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95545
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 6 Jun 2002 07:24:32 +0000 (07:24 +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@95544
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Thu, 6 Jun 2002 06:42:09 +0000 (06:42 +0000)]
Fix breakage introduced in mod_cgi commit since we need to now include
mod_include's headers all the time.
(Also fix mod_proxy header not being listed in builddir for VPATH builds)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95543
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 6 Jun 2002 04:58:43 +0000 (04:58 +0000)]
Need to grok optional fns.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95542
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 6 Jun 2002 03:28:37 +0000 (03:28 +0000)]
Experimental patch to work around Win32 services defaulting cwd() to
c:\win\system32 when invoking new service processes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95541
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 6 Jun 2002 01:08:06 +0000 (01:08 +0000)]
Ordered lists are a whole lot more useful.
It's almost surprising, in retrospect, that someone decided to send
a dump to the STATUS file without some thought to it. Lists are
easy, finding owners is a bit more difficult.
Perhaps we jettison these in 30 days if there is no Status: notes
to correspond to specific suggestions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95540
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 6 Jun 2002 01:05:34 +0000 (01:05 +0000)]
Whoops. Others need to peek into include and cgi module structures.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95539
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 6 Jun 2002 00:22:45 +0000 (00:22 +0000)]
Catch up with Brad's changes, this knocks off the CGI popup windows bug
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95538
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 6 Jun 2002 00:17:50 +0000 (00:17 +0000)]
Once moved to a shared location, this bouncy #include dies
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95537
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 6 Jun 2002 00:16:59 +0000 (00:16 +0000)]
Cleanup an emit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95536
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 5 Jun 2002 23:30:30 +0000 (23:30 +0000)]
Enhancement to the optional function ap_cgi_build_command() to handle
detached processes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95535
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 5 Jun 2002 22:58:03 +0000 (22:58 +0000)]
Consolidated the startup attributes for building the command line for a CGI
binary into a single structure. This allows platform integrator to manipulate
the startup parameters much more easily. Also added the detach attribute
so that each CGI binary can be spawn appropriately for the OS.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95534
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Wed, 5 Jun 2002 21:49:16 +0000 (21:49 +0000)]
Hummm. not entirely sure if ap_meets_conditions() does everything we need it
to do in a proxy cache... will study more later.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95533
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Wed, 5 Jun 2002 21:47:58 +0000 (21:47 +0000)]
Fix segfault at startup when the startup fails before running the post config
hook. We were setting the hash table cleanup in the create_per_server_config
hook and allocating the hash table in the post config hook. Move the register_cleanup
to the post_config hook
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95532
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Wed, 5 Jun 2002 19:42:19 +0000 (19:42 +0000)]
Updating 2.0.37 status. Even though this is dragging on, I'm glad to see
us ironing these issues out before the release, lest we have to deal with
another month's worth of duplicates of the same three PR's like we have with
the last two releases. :)
Also demoting the server-pushed CGI thing to not-a-showstopper since there
has been zero to virtually zero talk about it since I added it to the
showstoppers list.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95531
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Wed, 5 Jun 2002 19:08:55 +0000 (19:08 +0000)]
Get rid of some uninitialized value errors with apxs -q.
Submitted by: Stas Bekman <stas@stason.org>
Reviewed by: Heinrich Gļæ½tzger <goetzger@gmx.net>, Cliff Woolley
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95530
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Wed, 5 Jun 2002 18:38:52 +0000 (18:38 +0000)]
fix a compile failure on platforms where apr_atomic_t is a structure.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95529
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Wed, 5 Jun 2002 16:31:37 +0000 (16:31 +0000)]
Fix a storage leak introduced by my patch last night. Free the req_hdrs on cleanup.
Submitted by: Jean-Jacques Clar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95528
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 5 Jun 2002 15:52:16 +0000 (15:52 +0000)]
wrowe just committed a fix for this showstopper
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95527
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 5 Jun 2002 15:46:30 +0000 (15:46 +0000)]
Solve the -k start bug [thanks for the pointers, FirstBill!]
The answer was really trivial. Unlike all other cases where you
expect to send argv[0] and get argv[0] in the created process,
the service control manager (SCM) just don't work like that.
StartService() argv passed must not include an element zero.
Element zero is inserted by the SCM, containing the service name,
without any help from the outside.
Only reason this bug 'appeared' is that Jeff's patch introduced
a bit of strictness to refuse arguments without a flag.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95526
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 5 Jun 2002 15:14:33 +0000 (15:14 +0000)]
Potential fixes. Patch up the fact that users often expect argv[]s
to be NULL terminated, even though argc should clearly limit the array.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95525
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 5 Jun 2002 14:56:46 +0000 (14:56 +0000)]
cvs up/diff gets pretty hard to track with vc7 builds.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95524
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 5 Jun 2002 12:50:23 +0000 (12:50 +0000)]
trying to keep the days straight (time flies regardless)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95523
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 5 Jun 2002 11:59:26 +0000 (11:59 +0000)]
Fix apxs to allow it to work when the build directory is somewhere
besides server-root/build.
PR: 8453
Submitted by: a number of people hit this problem and offered hints or
partial fixes; Thom May and Pier Fumagalli had a patch to
apxs, a subset of which mostly fixed this problem; there
were hints in PRs 8453 and 9316
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95522
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Wed, 5 Jun 2002 09:08:02 +0000 (09:08 +0000)]
Oops.
When deflating: only reset ctx->stream buffers when the ctx was NULL.
When inflating: remember to clear the ctx->bb after we're done with it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95521
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Wed, 5 Jun 2002 05:35:30 +0000 (05:35 +0000)]
Update on showstoppers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95517
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Wed, 5 Jun 2002 03:45:13 +0000 (03:45 +0000)]
Add content negotiation and expiration policy to mod_cache and mod_mem_cache.
mod_disk_cache still needs work.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95514
13f79535 -47bb-0310-9956-
ffa450edef68
Ian Holsman [Tue, 4 Jun 2002 20:34:59 +0000 (20:34 +0000)]
hope I did this right
/me crosses fingers
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95513
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Tue, 4 Jun 2002 20:33:15 +0000 (20:33 +0000)]
Jean-Jacques is reporting that this change dramatically improves the
distribution in the hash table resulting in a 20% performance boost when
caching 6000+ files in a hash table with 512 collision chains.
Submitted by: Jean-Jacques Clar <jjclar@novell.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95512
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Tue, 4 Jun 2002 20:08:47 +0000 (20:08 +0000)]
The number of collision chains in cache_hash is MCacheMaxObjectCount or
DEFAULT_MAX_OBJECT_CNT (changed from 512)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95511
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 4 Jun 2002 19:51:34 +0000 (19:51 +0000)]
Added conditional build instructions for building the ldap modules and
mod_deflate
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95510
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 4 Jun 2002 19:50:40 +0000 (19:50 +0000)]
General make file for building the filter modules
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95509
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Tue, 4 Jun 2002 19:01:05 +0000 (19:01 +0000)]
Update comments for Stas Bekman
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95506
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Tue, 4 Jun 2002 18:50:13 +0000 (18:50 +0000)]
Allow ap_discard_request_body to be called multiple times in the
same request. Essentially, ap_http_filter keeps track of whether
it has sent an EOS bucket up the stack, if so, it will only ever
send an EOS bucket for this request.
Submitted by: Ryan Bloom, Justin Erenkrantz, Greg Stein
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95505
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Tue, 4 Jun 2002 17:30:59 +0000 (17:30 +0000)]
Save request_time and response_time in the info struct
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95504
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Tue, 4 Jun 2002 16:47:10 +0000 (16:47 +0000)]
The style police have arrested mod_alias on charges of violating law and
order. It has been released after submitting to rehabilitation.
(No functional changes.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95503
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Tue, 4 Jun 2002 07:12:26 +0000 (07:12 +0000)]
Remove all special mod_ssl URIs. This also fixes the bug where
redirecting (.*) will allow an SSL protected page to be viewed
without SSL.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95501
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Tue, 4 Jun 2002 06:37:01 +0000 (06:37 +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@95500
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Tue, 4 Jun 2002 06:18:52 +0000 (06:18 +0000)]
Add missing right parenthesis.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95499
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 4 Jun 2002 02:21:36 +0000 (02:21 +0000)]
Feedback appreciated - I'm guessing that we can trust the isapi app
opened file handles correctly for the TransmitFile case.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95498
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 4 Jun 2002 02:19:33 +0000 (02:19 +0000)]
The only remaining question ... are nested or strictly unnested locks
expected by OpenSSL? Right now I've left it as _DEFAULT for the platform
preference. Very simple code really - the server_rec was superfluous.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95497
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Mon, 3 Jun 2002 22:10:58 +0000 (22:10 +0000)]
demote the hpux problem since there's an easy workaround
add more status updates on the two biggies
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95496
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 3 Jun 2002 18:53:16 +0000 (18:53 +0000)]
Forgot to add cgi_module to the release build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95493
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 3 Jun 2002 18:14:44 +0000 (18:14 +0000)]
make a note about an issue listed as a showstopper
even with no change, user can --disable-threads so I wonder if
this should really be a showstopper; it would be nice to get
feedback from the user on my patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95491
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 3 Jun 2002 18:07:36 +0000 (18:07 +0000)]
--funky_build_issues
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95490
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 3 Jun 2002 18:06:26 +0000 (18:06 +0000)]
Fix the binary build install script so that the build logic
created by "apxs -g" will work when the user has a binary
build.
We didn't copy enough of the build directory and we edited
the wrong version of config_vars.mk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95489
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 3 Jun 2002 16:31:43 +0000 (16:31 +0000)]
fix a major snafu that broke binary builds
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95485
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 3 Jun 2002 15:25:11 +0000 (15:25 +0000)]
On OS/390, the compiler/linker front-end doesn't handle
"-L/path/to/lib after "-o target". After looking into build failures,
it turned out that we specify EXTRA_LDFLAGS twice (once before "-o
target" and once after "-o target") for httpd and for the support
utilities.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95484
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Mon, 3 Jun 2002 07:53:42 +0000 (07:53 +0000)]
Style police come before the code police.
(No functional changes.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95481
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sun, 2 Jun 2002 22:44:11 +0000 (22:44 +0000)]
proxy showstopper
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95476
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Sun, 2 Jun 2002 22:29:16 +0000 (22:29 +0000)]
The recent changes require a full recompile. Lack thereof has bitten
both me and Justin today.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95475
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Sun, 2 Jun 2002 20:19:54 +0000 (20:19 +0000)]
Propogate apr-util change
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95473
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Sun, 2 Jun 2002 19:55:41 +0000 (19:55 +0000)]
This has been resolved, but it never should have been added to this file.
This was an issue for APR/APR-Util, not httpd.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95472
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sun, 2 Jun 2002 18:02:50 +0000 (18:02 +0000)]
Outstanding veto: the metadata flag should be per-type not per-bucket.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95471
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Sun, 2 Jun 2002 15:48:38 +0000 (15:48 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95470
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Sun, 2 Jun 2002 15:47:38 +0000 (15:47 +0000)]
Simplify the worker mpm docs a little.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95469
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Sun, 2 Jun 2002 15:28:08 +0000 (15:28 +0000)]
Too much garbage in the summary. Just put there what "Joe Average User" needs
to know.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95468
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sun, 2 Jun 2002 09:13:43 +0000 (09:13 +0000)]
IMHO, known HTTP protocol violations fall under showstopper.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95467
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sun, 2 Jun 2002 08:54:04 +0000 (08:54 +0000)]
Use the basename of the dso file rather than assuming it does not include
a directory in it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95466
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sun, 2 Jun 2002 06:16:20 +0000 (06:16 +0000)]
added a suggestion on one of the showstoppers
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95465
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sun, 2 Jun 2002 05:29:14 +0000 (05:29 +0000)]
Updated the introduction to reflect 2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95464
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sun, 2 Jun 2002 04:35:56 +0000 (04:35 +0000)]
Removed the section about 1.3-specific patches (fortunately, most
of the optimizations in these patches are included by default in 2.0)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95463
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sun, 2 Jun 2002 03:34:54 +0000 (03:34 +0000)]
Updated the section on OS configuration to cover some 2.0 issues
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95462
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sun, 2 Jun 2002 03:02:14 +0000 (03:02 +0000)]
Added a reference to the EnableMMAP documentation for the
performance tuning details
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95461
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sun, 2 Jun 2002 02:27:07 +0000 (02:27 +0000)]
Use directive tags on directives, rather than code tags.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95460
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Sat, 1 Jun 2002 01:42:45 +0000 (01:42 +0000)]
Close the <proxy> container properly.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95459
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 31 May 2002 22:16:04 +0000 (22:16 +0000)]
Switched to using atomic operations for tracking the active threads rather
than having to lock and unlock a mutex.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95458
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 31 May 2002 21:33:24 +0000 (21:33 +0000)]
A few more unused/unnecessary variables and surpress an uninitialized
value warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95457
13f79535 -47bb-0310-9956-
ffa450edef68
Ian Holsman [Fri, 31 May 2002 21:21:10 +0000 (21:21 +0000)]
add 2 new enviornment variables to deal with misbehaving backends
"proxy-nokeepalive" which removes the Connection: line completely
"force-proxy-request-1.0" which forces the request to be HTTP/1.0
this allows apache to reverse proxy misbehaving appservers
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95456
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 31 May 2002 21:01:58 +0000 (21:01 +0000)]
Clean up new compiler emit noise
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95455
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Fri, 31 May 2002 20:52:28 +0000 (20:52 +0000)]
The apr_bucket change requires a minor MMN bump. Also modify Apache's
filters to use APR_BUCKET_IS_METADATA macro.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95454
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 31 May 2002 20:50:14 +0000 (20:50 +0000)]
if we autoindex, discard the request body and check for any
errors doing so
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95453
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Fri, 31 May 2002 20:41:06 +0000 (20:41 +0000)]
If the request doesn't have a body, then don't try to read it. Without
this, the httpd-test suite was taking five minutes for EVERY test.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95452
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 31 May 2002 19:26:20 +0000 (19:26 +0000)]
Enable SSL negotation in ab.c. It is that, or remove all the entirely
BOGUS ssl config options from ab.c. If it works, nifty, if not, we now
have directives that have some effect, rather than no effect, for SSL.
Submitted by: Madhu Mathihalli <madhusudan_mathihalli@hp.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95451
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 31 May 2002 17:52:51 +0000 (17:52 +0000)]
Fixed the @exp_cgidir@ replacement value so that it resolves to the correct
location when the AWK file generates the default httpd.conf file for NetWare.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95450
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 31 May 2002 17:51:24 +0000 (17:51 +0000)]
Added mod_cgi and mod_netware to the NetWare make files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95449
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 31 May 2002 17:23:26 +0000 (17:23 +0000)]
Finally able to add real CGI functionality on NetWare
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95448
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 31 May 2002 17:22:58 +0000 (17:22 +0000)]
Well, know that I'm aware that the ssl stuff was entirely premature, it's
still worth committing the correct code to handle the port number.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95447
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 31 May 2002 17:17:40 +0000 (17:17 +0000)]
Implemented ap_os_create_privileged_process() for NetWare which simply maps to
apr_proc_create()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95446
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 31 May 2002 17:16:09 +0000 (17:16 +0000)]
Added mod_cgi and mod_netware as built in module in the NetWare build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95445
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 31 May 2002 17:15:05 +0000 (17:15 +0000)]
Added mod_cgi and mod_netware to the build project
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95444
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Fri, 31 May 2002 16:59:13 +0000 (16:59 +0000)]
Fix segfault when x hasn't been initialized and tighten its scope.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95443
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 31 May 2002 16:31:29 +0000 (16:31 +0000)]
Locks are good, provide locks. ab -s -c >1 is [was?] dying on Win32
while -s -c 1 works just fine. Still investigating.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95442
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 31 May 2002 10:53:54 +0000 (10:53 +0000)]
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95437
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Fri, 31 May 2002 07:43:22 +0000 (07:43 +0000)]
we should be copying over all metadata buckets we don't understand, not
just error buckets.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95428
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 31 May 2002 07:38:49 +0000 (07:38 +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@95427
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Fri, 31 May 2002 07:37:19 +0000 (07:37 +0000)]
Fix the case where we generate both a 401 and 413 and we go bonkers.
- If an error would drop the connection, we do not return the top-level
error anymore as we will assume this new one takes precedence over the
original error. This also ensures that we will not read the input
body (which is the point of returning these special error messages in
the first place).
- The ap_discard_request_body return value in ap_die() must be checked
to make sure we don't encounter this recursive case and print two errors.
Kudos to Jeff Trawick for his sample input which pointed this out.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95426
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 31 May 2002 07:31:09 +0000 (07:31 +0000)]
Judging from the example below, this sentence has one too many negative in it.
Also fix what I believe is a typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95425
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Fri, 31 May 2002 07:19:04 +0000 (07:19 +0000)]
Fix the case where if there is no ErrorDocument specified for an error,
the error would be sent to the client *twice* because both the filter
and the core would trigger error responses.
The problem is that the filters have already handled some errors (say 413)
and due to the ap_get_client_block API, the error was morphed into 400.
Therefore, ap_discard_request_body must use brigades directly rather than
the ap_get_client_block API so that any potential errors are not dropped.
The special value AP_FILTER_ERROR indicates that the lower level has
already dealt with this problem (ap_die() will realize this). Otherwise,
we'll error with HTTP_BAD_REQUEST and ap_die() will take it from there.
This also prevents needless memory copies when we are just going to
discard it anyway.
Thanks to Cliff Woolley who found this wacky problem.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95424
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Fri, 31 May 2002 05:23:26 +0000 (05:23 +0000)]
items_to_fix--;
cliff++; (Cliff rocks for picking up after my mess and fixing this.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95422
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Fri, 31 May 2002 05:03:09 +0000 (05:03 +0000)]
fix some major badness: error buckets *cannot* use simple_copy because
they're not simple buckets. they have a private data structure which
gets freed. if you're going to copy them and share whatever ->data points
to (which is what simple_copy does), you have to refcount the structure,
which is the whole point of apr_bucket_refcount and apr_bucket_shared_copy.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95421
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Fri, 31 May 2002 00:59:56 +0000 (00:59 +0000)]
Removing mod_bucketeer from the output filters seems to be the cure. Why?
So, this isn't a showstopper since no one will enable bucketeer in
production.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95420
13f79535 -47bb-0310-9956-
ffa450edef68
Aaron Bannert [Fri, 31 May 2002 00:23:34 +0000 (00:23 +0000)]
This fixes a failed assert when r->remaining is left in a negative
state and we hit some other error (like permission failure) causing
an internal redirect causing us to reevaluate the input buffers
(for discarding the request body).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95419
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Thu, 30 May 2002 23:27:15 +0000 (23:27 +0000)]
This should have remained cleanup not a re-creation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95418
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Thu, 30 May 2002 23:17:23 +0000 (23:17 +0000)]
showstoppers++; (groan)
I need to step away from this for a half hour or so because I'm
completely confused as to how we are even getting in this state.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95417
13f79535 -47bb-0310-9956-
ffa450edef68