- Nov 26, 2002
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97656 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 25, 2002
-
-
Jim Jagielski authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97652 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Patches now committed git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97650 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Set the appropriate mime response headers for negotated type-map Body: responses. wrowe's review; My earlier concern doesn't apply. Type maps have always required the author to be explicit in all header fields to be negotiated; if the headers aren't given in the type map file the resulting redirect (for non-body maps) is broken anyways. As to my other concern, the charset should only exist if the Content-Type was given. Backport rev: 1.109 Submitted by: Andr� Malo <nd@perlig.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97649 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Accept '%%' in CustomLog format strings to produce a literal '%'. Submitted by: Andr� Malo <nd@perlig.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97645 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 24, 2002
-
-
Jim Jagielski authored
back to r-t-c, and that 1.3 is used by a *lot* more people and so stability must be even more of a concern, I fail to see why we need to move to a r-t-c for the 2.0 branch to "ensure" stability or for any of the other suggested reasons. Certainly any issues with the 1.3 release problems will themselves be moot since the release procedure for 2.x is very different. r-t-c, IMO, will do little more than stifle development on a tree that really requires *more* development. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97631 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97629 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Same patch from 2.1-dev ... quiet the noise git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97628 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97623 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97622 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97621 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 23, 2002
-
-
William A. Rowe Jr authored
Reflect the CTR/RTC is a simple vote, not a change/nochange technical sort of decision. Pull an unnecessary vote. The real vote will be about 2.2. But we are all about not breaking 2.0 users, and that means leaving experimental for those already experimenting :-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97619 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Revert assertions based on JimJ's, Aaron's and Cliff's feedback. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97618 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97615 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97614 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Out here it's time for some cleanup of auth. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97609 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
The roadmap means nothing in the 2_0 branch ... let's maintain it on the sandbox branch alone. Fix some notes in STATUS and remove or warn against some changes for the lifetime of 2.0. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97608 13f79535-47bb-0310-9956-ffa450edef68
-
No Author authored
'APACHE_2_0_BRANCH'. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@97607 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 22, 2002
-
-
William A. Rowe Jr authored
Catch up with Trawick's change to filters/mod_ext_filter git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97591 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 21, 2002
-
-
Jeff Trawick authored
now work as in Apache 1.3, where no trailing '/' is specified on the directory name. Previously, the trailing '/' *had* to be specified, which was incompatible with Apache 1.3. PR: 7990 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97590 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
Fix for PR 14556. The expiry calculations in mod_cache were trying to perform "now + ((date - lastmod) * factor)" where date == lastmod resulting in "now + 0". The code now follows the else path (using the default expiration) if date is equal to lastmod. [rx@armstrike.com (Sergey), Paul J. Reder] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97589 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
I've heard from a couple places that these examples don't work very well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97588 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
warning paragraph. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97587 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
issue. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97585 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97584 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
in upgrading. Note that there are LOTS of things missing from upgrading.xml. As you stumble on differences between 1.3 and 2.0, please add them to that file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97583 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
and also remove the comment about the context being incorrect. The "help" link for "Context" tells you to consult sections.xml for exceptions, and this is documented there. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97582 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
on the right line git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97580 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97579 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 20, 2002
-
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97577 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97576 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Striker authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97575 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97574 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
previously, and you'd see something like this when starting Apache with it: WARNING: MaxClients (8) must be at least as large large as ThreadsPerChild (25). Automatically increasing MaxClients to 25. PR: 10430 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97573 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
Reviewed by: Rich Bowen Another bunch of changes to remove some of the stuff that has been obsoleted by the inclusion of mod_ssl in apache. There is still some of the submitting bugs / mailing list stuff (see http://httpd.apache.org/ssl/ssl_faq.html#contact) that needs to be reworked - but someone needs to decide whether to point at bugzilla and/or the bugdb at modssl.org. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97572 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97571 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
converted to use APR. The behaviors of apr_file_read() and apr_file_write() weren't taken completely into account. But note: In a couple of places the check "nRead < 0" was removed. While that is meaningless with APR and hasn't done anything useful in a long time, in Apache 1.3 days it was essentially a check for read-failed-with-EINTR. Apparently a rotation would occur if the read was interrupted by a signal. That function has been lost with the APR-ization. PR: 12617 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97570 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 19, 2002
-
-
Jeff Trawick authored
so be careful when comparing with the special value -1 Submitted by: Allan Edwards <ake@us.ibm.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97569 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 18, 2002
-
-
Richard Bowen authored
browsers" means. <indent> formatting on example blocks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97566 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
default calling convention is not the same as the one used by AP_DECLARE. Submitted by: Juan Rivera <Juan.Rivera@citrix.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97565 13f79535-47bb-0310-9956-ffa450edef68
-