- Jul 23, 2001
-
-
William A. Rowe Jr authored
More XXX replacement git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89663 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
XXX is disallowed except as a to-do note git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89662 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89661 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
a restart. A pointer to the previous generation's vhost server_rec could be left in the worker_score under certain conditions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89660 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
cvs up kept this in :( git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89659 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Focusing my thoughts git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89658 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Lots o' changes to re-review. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89657 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
Submitted by: Justin Erenkrantz <jerenkrantz@ebuilt.com> Reviewed by: Victor Orlikowski <orlikowski@apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89656 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
1. Add info on how to activate ssi to upgrading.html. 2. Remove mention of the ssi magic mime-types, since they no longer work. 3. Place a warning on xbithack that it doesn't currently work, and reference the bug report. 4. Add a warning about mod_include parsing non-html content. 5. Misc little fixups. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89655 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
terminator as its length. Otherwise, the bucket length value is wrong (too big by one). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89654 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Submitted by: Sander Striker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89653 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Submitted by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89652 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 22, 2001
-
-
Ryan Bloom authored
used to appear as '(none', without the closing paren. Submitted by: G�nter Knauf <eflash@gmx.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89651 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 21, 2001
-
-
Brian Havard authored
I missed the hook declarations in my previous script. This is added by the patch below. The patch also removes unneeded ; that slipped in because I use c a lot more than awk :) I moved a rule around so removal of leading whitespace could go into one rule (see AP[RU]?_DECLARE). Also removed the additional idx variable in favor of checking the return value of the index function. Submitted by: Sander Striker <striker@apache.org> Reviewed by: Brian Havard <brianh@kheldar.apana.org.au> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89650 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
effectively been solved. Submitted by: Justin Erenkrantz <jerenkrantz@ebuilt.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89649 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89648 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
work around problems in the awk script by avoiding some #if and #ifdefs. This has bitten us many times in generating the exports.c file. This improvement allows corrects the header file parsing. Submitted by: Sander Striker <striker@apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89647 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 20, 2001
-
-
William A. Rowe Jr authored
Do we hear any objections? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89646 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Update for latest structure changes for 2.0.21 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89644 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Clean up unnecessary duplicate references to pcre (they fall out of libhttpd as our own ap_regexec()) and force InstallBin as the default project by moving it to the head of the list, so the first access of this .dsp will take InstallBin.dsp as the active project. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89643 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
APR_FINFO_TYPE is all we really needed here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89642 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A pool is a REQUIRED ARGUMENT, never optional (NULL). This is why Mladen observed that htpasswd was still broken. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89641 13f79535-47bb-0310-9956-ffa450edef68
-
David Reid authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89640 13f79535-47bb-0310-9956-ffa450edef68
-
David Reid authored
error at least inform the user how many we completed before dying. Tidy up some formatting... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89639 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 19, 2001
-
-
William A. Rowe Jr authored
That's it. Adjust for our pcre transition, and the whole thing links once again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89631 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
We want the ssl_expr evaluators, now git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89629 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Hope I've got these generated bits right. Note bison is more common for Win32 then lexx. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89628 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Take care of folk's assert() undefined errors. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89627 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89626 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89625 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A dash of portability git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89624 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Since mpm.h wraps unixd.h and scoreboard.h nicely, and win32 has no unixd.h, well... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89623 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Uhmm... need to NOCRYPT away WinCrypt.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89622 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89621 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Workaround till connection_hook details are resolved [MATHIHALLI,MADHUSUDAN <madhusudan_mathihalli@hp.com>] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89620 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A smart answer to users attempting the -s arg to ab. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89619 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
latest patches from Madhusudan which makes mod_ssl 95% working inside Apache 2.0. There is still a lot of more work (both porting and cleanup) to do be done. See modules/ssl/README for details. Submitted by: Madhusudan Mathihalli <madhusudan_mathihalli@hp.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89618 13f79535-47bb-0310-9956-ffa450edef68
-
David Reid authored
- use palloc instead of pcalloc - add code to set larger FD_SETSIZE if appropriate - some formatting tidy up git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89616 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89615 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Truncate the working set in ab by introducing a connection pool. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89614 13f79535-47bb-0310-9956-ffa450edef68
-