- Jan 21, 2001
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87769 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87767 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87766 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87765 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87764 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 20, 2001
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87759 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
The -k config patch created a glitch for the -i option (although the -k install flavor worked, which is how I missed it.) Resolved. Submitted by: Andrew Braund git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87756 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87751 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 19, 2001
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87742 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 18, 2001
-
-
Tony Finch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87722 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
broken regarding the declaration and calling of find_char_in_brackets(). I shouldn't try to do things like this so late at night... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87721 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
PR: 7095 Submitted by: Gururaj Upadhye <gururaj@enertec.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87719 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87718 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
because variable lookups can cause subrequests which cause mod_rewrite to do its stuff again including an expansion on the same string, which is then syntactically invalid. So copy the lookup keys somewhere else before using them in such a way that may cause recursion. In addition to this, my parser could also be confused by complicated nested rewrite map expansions like ${map1:${map2:key|dflt}|dflt} so fix that too by keeping track of {} when looking for |. PR: 7087 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87709 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87708 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
Host: header. PR: 7079 Submitted by: Alexey Toptygin <alexeyt@wam.umd.edu> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87707 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87706 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87705 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87703 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
* the syntax is parsed properly * unsatisfiable requests cause a 416 error * the API is completely preserved PR: 6973 Submitted by: fanf, wrowe Reviewed by: jim, stoddard, trawick, (dirkx, martin) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87702 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 17, 2001
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87698 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 16, 2001
-
-
Bill Stoddard authored
and it seems to be working okay. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87696 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87695 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 15, 2001
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87687 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87685 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 13, 2001
-
-
William A. Rowe Jr authored
A minor problem generating dbmmanage.pl is corrected. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87679 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
The prior patch was clearly -not- the solution to Win32, so I'm backing it out. Have to find another way to help gnu awk users struggle through. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87677 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
will be done :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87676 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87675 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 12, 2001
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87674 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Build was broken on some pure unixish awks, this fixes. Obtained from: new-httpd Submitted by: Roman Neuhauser git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87663 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 10, 2001
-
-
William A. Rowe Jr authored
Catch uninitialized data use if -d serverroot arg provided for netware is a relative path. [Brad Nicholes] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87641 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 09, 2001
-
-
Brian Havard authored
number that increments with each call. This isn't very useful to us and makes ETags change value on every request which kills any ETag based caching so force the inode value to 0. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87619 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 08, 2001
-
-
Tony Finch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87616 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87615 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87612 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 07, 2001
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87606 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 04, 2001
-
-
Tony Finch authored
PR: 7025 Submitted by: Youichirou Koga <y-koga@apache.or.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87579 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 29, 2000
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87553 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Maybe a showstopper, maybe not, but I don't want us rolling with errors on newly 'fixed' sections of apache. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87552 13f79535-47bb-0310-9956-ffa450edef68
-