- Jun 06, 2002
-
-
Jeff Trawick authored
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 authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95548 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95547 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95545 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
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 authored
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 authored
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 authored
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 authored
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 authored
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 authored
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 authored
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 authored
Cleanup an emit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95536 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 05, 2002
-
-
Bradley Nicholes authored
detached processes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95535 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
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 authored
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 authored
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 authored
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 authored
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 authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95529 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
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 authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95527 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
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 authored
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 authored
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 authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95523 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
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 authored
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 authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95517 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
mod_disk_cache still needs work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95514 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 04, 2002
-
-
Ian Holsman authored
/me crosses fingers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95513 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
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 authored
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 authored
mod_deflate git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95510 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95509 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95506 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
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 authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95504 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
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 authored
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
-