]>
git.ipfire.org Git - thirdparty/apache/httpd.git/log
Jim Jagielski [Thu, 16 Oct 2003 17:43:32 +0000 (17:43 +0000)]
Note patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101472
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 16 Oct 2003 17:23:26 +0000 (17:23 +0000)]
*) Fixed mod_usertrack to not get false positive matches on the
user-tracking cookie's name. PR 16661.
[Manni Wood <manniwood@planet-save.com>]
PR: 16661 (2.x)
Obtained from:
Submitted by:
Reviewed by: cliff, jeff, jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101471
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 16 Oct 2003 17:18:43 +0000 (17:18 +0000)]
After reviewing http://www.manniwood.net/apache_stuff/mod_usertrack_patch.html
(thanks Cliff) I'm now +1.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101470
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 16 Oct 2003 15:26:30 +0000 (15:26 +0000)]
Update STATUS
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101467
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 15 Oct 2003 00:07:15 +0000 (00:07 +0000)]
Also note that I plan to remove the various places with
http_main.c where we have
#ifdef BEOS
closesocket(s);
#else
close(s);
#endif
which is bogus.... unless somehow this is required for
the WIN32/Netware :/
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101454
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 14 Oct 2003 20:50:19 +0000 (20:50 +0000)]
Note Jeff's ap_die() observations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101453
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 14 Oct 2003 19:42:51 +0000 (19:42 +0000)]
Start the ball rolling regarding 1.3.29. Note some
items which are "showstoppers" in as far as I would
like to see them addressed (either fixed/folded in or
moved to non-showstopper status after dev consensus).
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101452
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Mon, 13 Oct 2003 17:02:59 +0000 (17:02 +0000)]
Nit-picking: there's no 'apache-announce' list in this context ;)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101435
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Mon, 13 Oct 2003 12:29:47 +0000 (12:29 +0000)]
Submitted by: Thomas Kjeldsen
Reviewed by: Mads Toftum, Rich Bowen
Correct some URLs and awkward phrasing. Update a ./configure flag that
was changed a while ago.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101433
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 21 Sep 2003 21:32:12 +0000 (21:32 +0000)]
keep the parse tree consistent if a binary operator occurs within
parentheses.
Reviewed by: Brian Pane, Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101302
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 18 Sep 2003 21:13:17 +0000 (21:13 +0000)]
Oops, wrong comment style
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101291
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 18 Sep 2003 19:49:46 +0000 (19:49 +0000)]
Thanks for revisiting this, Brad :-) One down, remainder apply to
all threaded platforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101284
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 18 Sep 2003 18:54:26 +0000 (18:54 +0000)]
Enabled the RFC1413 ident functionality for Win32 and NetWare. Also introduced
a thread-safe socket timeout alternative that can be adapted for other non-winsock
platforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101283
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 16 Sep 2003 23:26:18 +0000 (23:26 +0000)]
Rolling back to revision 1.41 until we can figure out what thread-safety issues
exist with indent on NetWare
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101259
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 16 Sep 2003 20:28:12 +0000 (20:28 +0000)]
Enable rfc1413 ident functionality on NetWare. Win32 may also need to
include these #defines
Submitted by: G�nter Knauf <gk@gknw.de>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101258
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 13 Sep 2003 14:19:00 +0000 (14:19 +0000)]
refactor the text about config.layout contents.
Initiated by: Gustavo Delfino <gdelfino-ml@gdsolutions.com.ve>
Reviewed by: Cliff Woolley
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101238
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Sat, 6 Sep 2003 17:57:29 +0000 (17:57 +0000)]
Fix a false statement about the number of layouts in config.layout.
Submitted by: Gustavo Delfino <gdelfino-ml@gdsolutions.com.ve>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101179
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 5 Sep 2003 12:27:30 +0000 (12:27 +0000)]
Stupid braindamaged OSs that screw ESRCH...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101157
13f79535 -47bb-0310-9956-
ffa450edef68
Thom May [Thu, 4 Sep 2003 14:01:19 +0000 (14:01 +0000)]
ps -xlwwa will cause a warning on stderr and so should be ps xlwwa
PR: http://bugs.debian.org/207585
Obtained from:
Submitted by: Albert Cahalan <albert@users.sf.net>
Reviewed by: Thom May
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101156
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 2 Sep 2003 20:10:36 +0000 (20:10 +0000)]
Note reality for 1.3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101150
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 2 Sep 2003 18:17:05 +0000 (18:17 +0000)]
Fix 21737 via a streamlined patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101149
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sun, 31 Aug 2003 20:41:41 +0000 (20:41 +0000)]
Re-phrase log message: mime.types is not a log file :)
This is now also consistent with 2.0/2.1.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101144
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sun, 17 Aug 2003 14:37:56 +0000 (14:37 +0000)]
Add extension for XUL (PR#20558).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101003
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 31 Jul 2003 20:30:26 +0000 (20:30 +0000)]
reject overlong credentials from command line
Reviewed by: Justin Erenkrantz, Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100881
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 29 Jul 2003 21:04:25 +0000 (21:04 +0000)]
Standardize on example.com names, never bogus your-server.name style
entries. Roy attacked this recently, but apparently there are some
holdovers or reversions to this policy.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100852
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Tue, 29 Jul 2003 17:49:53 +0000 (17:49 +0000)]
"it" is rotatelogs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100845
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 24 Jul 2003 15:27:57 +0000 (15:27 +0000)]
As in 2.0: remove the proxy config from httpd.conf to try to prevent
people from shooting themselves in the foot.
A similar example that people can cut-and-paste is now in the
mod_proxy docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100764
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sat, 19 Jul 2003 06:31:23 +0000 (06:31 +0000)]
The local 'Diamond Creation' division has detected an error in the wording
of the announcement.
(It's 'Apache HTTP Server Project', not 'Apache Server Project.')
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100708
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 18 Jul 2003 21:58:01 +0000 (21:58 +0000)]
All is well, but I now wonder if src/CHANGES shouldn't also be
copied as CHANGES.TXT? Leaving that question for another day.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100707
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 18 Jul 2003 21:56:32 +0000 (21:56 +0000)]
Batting only 500 today, fix a typo in the last commit.
$(LONG) was the Release/ or Debug/ tree, where these files are not!
They aren't even in src/, they are in the distribution root.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100706
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 18 Jul 2003 21:25:43 +0000 (21:25 +0000)]
Minor quibble, no impact. Update Apache.dsw to reflect the ordering
created by Visual Studio 6 when the workspace is touched and saved.
The old ordering is only preserved in VS5, which few use anymore.
Prevents needless cvs diff emits.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100703
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 18 Jul 2003 20:36:20 +0000 (20:36 +0000)]
Fix a long standing irk, these files need to be installed
in each and every nmake -f makefile.win INSTDIR={target}
location. Modify extentions to .txt to make things easy
on Win32 users.
These are the same files (with original extentions) that
the win32 installer has created for some time. It will
also make comparing the target with the installed trees
simpler, and let us add .txt extensions to the other
criticial files in the 1.3.29 installer packages.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100700
13f79535 -47bb-0310-9956-
ffa450edef68
Thom May [Thu, 17 Jul 2003 16:05:51 +0000 (16:05 +0000)]
Fix ProxyPass for ftp requests - the original code was segfaulting since
many of the values were not being filled out in the request_rec.
PR: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=57316
Submitted by: Tollef Fog Heen <tfheen@debian.org>, Thom May
Reviewed by: Andre' Malo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100671
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 17 Jul 2003 15:24:30 +0000 (15:24 +0000)]
Try to reinforce that Apache neq HTTPd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100669
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 17 Jul 2003 12:57:03 +0000 (12:57 +0000)]
Typos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100666
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 16 Jul 2003 22:37:46 +0000 (22:37 +0000)]
Added mod_auth_dbm to the release build in the metrowerks project
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100663
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 16 Jul 2003 20:27:08 +0000 (20:27 +0000)]
And we are up to 1.3.29-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100662
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 16 Jul 2003 20:20:26 +0000 (20:20 +0000)]
We are at 1.3.28 - ready to tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100659
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 16 Jul 2003 19:36:41 +0000 (19:36 +0000)]
Replace * with *:80 in the example configs to remove some of the
confusion inherent in the "*-port and non-* port" error message.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100658
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 16 Jul 2003 19:31:17 +0000 (19:31 +0000)]
Simple CVS test... plus, mention download.cgi, a 1st for 1.3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100655
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 14 Jul 2003 18:54:20 +0000 (18:54 +0000)]
Some wordsmithing... our list of bugs ain't complete :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100614
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 14 Jul 2003 18:51:52 +0000 (18:51 +0000)]
Ugg. BBEdit forgets the final newline
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100613
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 14 Jul 2003 18:49:02 +0000 (18:49 +0000)]
1st draft... 1.3.28
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100612
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 14 Jul 2003 18:31:26 +0000 (18:31 +0000)]
Add in the rotatelogs fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100611
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Mon, 14 Jul 2003 18:09:10 +0000 (18:09 +0000)]
remove my in-line comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100608
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Thu, 10 Jul 2003 15:20:17 +0000 (15:20 +0000)]
Make the connection between AddType and AddEncoding a little clearer.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100537
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Thu, 10 Jul 2003 14:56:02 +0000 (14:56 +0000)]
Sync with IANA and W3C defined types.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100536
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 10 Jul 2003 14:45:23 +0000 (14:45 +0000)]
Update STATUS
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100535
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Tue, 8 Jul 2003 21:24:13 +0000 (21:24 +0000)]
Added application/ogg for .ogg files (see
http://www.rfc-editor.org/rfc/rfc3534.txt).
This 'fixes' PR 17720.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100495
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 7 Jul 2003 13:02:28 +0000 (13:02 +0000)]
Minor wordsmithing
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100474
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 7 Jul 2003 00:34:10 +0000 (00:34 +0000)]
well, (kinda) backport LimitInternalRecursion. This prevents
the server from crashing if someone configure an infinite loop of
internal redirects and subrequests. Default value is 20/20
(subsequent redirects/nested subrequests), 0 means unlimited.
The patch works fine on my box, but is required to be tested
extensively before the next release.
PR: 19753 (and probably more)
Obtained from: 2.0 patch
Reviewed by: original 2.0 port by Justin and BrianP (?)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100468
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 6 Jul 2003 21:19:00 +0000 (21:19 +0000)]
Vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100467
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Sun, 6 Jul 2003 17:52:27 +0000 (17:52 +0000)]
Backport ab NULL-pointer issue fix from apache-2.1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100465
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 1 Jul 2003 12:29:12 +0000 (12:29 +0000)]
Note the recursion patch, add a question
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100430
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 29 Jun 2003 14:01:14 +0000 (14:01 +0000)]
OK, let's consider 1.3.28 'frozen' and look for a T&R this week. No open issues
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100394
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 20 Jun 2003 15:05:40 +0000 (15:05 +0000)]
tweak a log message regarding a malloc failure to indicate
the amount of storage that was requested
Reviewed by: Jim Jagielski, Bill Stoddard
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100316
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 16 Jun 2003 19:15:31 +0000 (19:15 +0000)]
Add some prototypes to avoid a warning when compiling with the
'require prototypes' flag
Submitted by: G�nter Knauf <gk@gknw.de>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100269
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 16 Jun 2003 19:05:52 +0000 (19:05 +0000)]
Add some prototypes to avoid a warning with the GNU compiler
Submitted by: G�nter Knauf <gk@gknw.de>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100268
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Fri, 6 Jun 2003 19:48:50 +0000 (19:48 +0000)]
Fix typo.
Submitted by: Yoshiki Hayashi <yoshiki@apache.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100184
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 2 Jun 2003 13:13:45 +0000 (13:13 +0000)]
Delay due to request for additional time
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100134
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 28 May 2003 23:03:43 +0000 (23:03 +0000)]
*) Removed BIND_NOSTART from HP/UX shl_load() logic for loadable
Apache modules, so that statics are initialized when the module
is loaded (especially critical for c++ modules on HPUX.)
[William Rowe, Noah Arliss <narliss@netegrity.com>]
Reviewed by: JimJag, Madhu
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100081
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 28 May 2003 20:49:22 +0000 (20:49 +0000)]
Fix PR 12706 for users on very fast boxen who seem to have issues with
the 'post-build' logic to create uri_delims.h and test_char.h. Also
note the .pdb debug symbol patch from last week.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100078
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 27 May 2003 19:48:20 +0000 (19:48 +0000)]
Remove comments that have been untrue since 1.3.6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100044
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 27 May 2003 19:45:58 +0000 (19:45 +0000)]
Remove comments that have been false since 1.3.6 and cause much
confusion to beginners.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100043
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 23 May 2003 15:25:59 +0000 (15:25 +0000)]
patches--;
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100019
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 23 May 2003 15:25:24 +0000 (15:25 +0000)]
Make sure the accept mutex is released before calling child exit
hooks and cleanups. Otherwise, modules can segfault in such code
and, with pthread mutexes, leave the server deadlocked. Even if
the module doesn't segfault, if it performs extensive processing
it can temporarily prevent the server from accepting new
connections.
Reviewed by: Jim, FirstBill
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100018
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Fri, 23 May 2003 13:19:10 +0000 (13:19 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100017
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 23 May 2003 03:39:03 +0000 (03:39 +0000)]
Ok, I no longer have VC5.0 installed, anywhere. With the .dep files,
these remain buildable under VC5, but were generated under VC6.
VC6 introduces .dep companions to .mak, so it was either add the .dep's
to CVS, or remove the .mak's.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100015
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 23 May 2003 03:08:49 +0000 (03:08 +0000)]
Must have 2.0 on the brain - our DLLs were installed directly
under the $(INSTDIR). Keep the .pdb's alongside.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100014
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 23 May 2003 03:06:06 +0000 (03:06 +0000)]
Fix the build exceptions by adding the last diagnostics to Win9xConHook
and changing the ApacheCore.pdb target. All seems well, all looks good.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100013
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 23 May 2003 02:47:51 +0000 (02:47 +0000)]
Incorporate similar .pdb mechanics as Apache 2.0. Because the list is
much smaller, use explicit copy commands instead of the complex makefile
install logic we have in Apache 2.0. The generated .PDBs can be used from
VisualStudio or WinDbg, or virtually any Win32 debugging tool to either
debug the released binaries, or to perform post-mortem on crashdump files.
Reviewed by: Allen Edwards (concept)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100012
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 22 May 2003 21:56:58 +0000 (21:56 +0000)]
Complete the prior patch by explicitly grabbing {model}\buildmark.obj
(such things happen when one splits patches into smaller digestable bits.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100011
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 22 May 2003 21:19:31 +0000 (21:19 +0000)]
This has worked -very- well for Win32 Apache 2.0, moving the compilation
of buildmark.obj into a pre-link step ensures we always recompile with
the correct datestamp every rebuild, even when building in the IDE without
using makefile.win.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100010
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 22 May 2003 14:46:25 +0000 (14:46 +0000)]
add another proposed patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100000
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 22 May 2003 14:37:28 +0000 (14:37 +0000)]
Add available patch for Bugz 17877
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99999
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Thu, 22 May 2003 09:45:28 +0000 (09:45 +0000)]
OS/2: Add core export entries for a couple of new functions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99996
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 19 May 2003 02:35:31 +0000 (02:35 +0000)]
Fix mod_rewrite's abs_URI handling.
- uris were partially not correctly escaped (in particular:
ldap, news, mailto)
- not all uri schemes contain an authority component (//)
- add nntp:// scheme
- don't add a query string (and drop r->args) if it's not
http or mailto scheme
- be more efficient (think so)
Reviewed by: Justin Erenkrantz, Brian Pane
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99916
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 14 May 2003 15:34:51 +0000 (15:34 +0000)]
Maybe next week...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99826
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 13 May 2003 23:25:36 +0000 (23:25 +0000)]
language code for Czech is 'cs', not 'cz'.
PR: 9427
Reviewed by: Jeff Trawick, Bill Stoddard
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99810
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 13 May 2003 22:24:52 +0000 (22:24 +0000)]
Fix chinese default page.
- Fixed AddLanguage directives in default configs
PR: 18025
Reviewed by: Jeff Trawick, Bill Stoddard
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99806
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 13 May 2003 15:32:20 +0000 (15:32 +0000)]
For whatever reason, the install-tpf.html in *apache-1.3* (not in the
httpd-docs-1.3 repository) was in the attic. However, it was not marked
as deleted, this was noted in an rsync. Surprized it never bit anyone
else. In any case, mark this file as removed by re-removing it, one
cannot simply 'move' files into Attic/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99782
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 13 May 2003 15:19:30 +0000 (15:19 +0000)]
Reverse an earlier decision not to log EACESS results. This will
result in multiple log-entries when requesting a directory where
the DirectoryIndex contains multiple entires, but it should eliminate
a major source of confusion which results from a 403 error with
no error log entry.
The fix was pointed out by Jeff; I just adjusted the error message.
Reviewed by: Jeff Trawick, Rich Bowen
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99781
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 9 May 2003 19:05:49 +0000 (19:05 +0000)]
Don't block synchronous signals (e.g., SIGSEGV) while waiting for
and holding a pthread accept mutex.
Reviewed by: Jim Jagielski, Bill Stoddard
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99746
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 5 May 2003 11:45:49 +0000 (11:45 +0000)]
AIX: Change the default accept mechanism from pthread back to
fcntl. Idle child cleanup doesn't work when the child selected
for termination by the parent is waiting on a pthread mutex, and
because the AIX kernel's notion of hot process is apparently the
same as Apache's, it is common for the Apache parent to continually
select a child for termination that the kernel will leave waiting
on the mutex for extended periods of time. There are other
concerns with pthread mutexes as well, such as the ability to
deadlock the server if a child process segfaults while holding the
mutex.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99718
13f79535 -47bb-0310-9956-
ffa450edef68
Thom May [Wed, 30 Apr 2003 11:43:49 +0000 (11:43 +0000)]
Fix a pair of potential buffer overflows in htdigest
Obtained from: Martin Schulze <joey@infodrom.org>
Reviewed by: William Rowe, Sander Striker, David Reid
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99659
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Mon, 28 Apr 2003 13:32:12 +0000 (13:32 +0000)]
Do not replace the 'Group #-1' in the comment, only in the actual directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99621
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Fri, 25 Apr 2003 13:50:23 +0000 (13:50 +0000)]
A newly created child now has a start_time of 0, to prevent
mod_status from displaying a bogus value for the "time to
process most recent request" column for freshly-started children
in a previously-used scoreboard slot.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99600
13f79535 -47bb-0310-9956-
ffa450edef68
Aaron Bannert [Thu, 24 Apr 2003 17:13:39 +0000 (17:13 +0000)]
Binaries for x86_64-whatever-linux22 (AMD64, aka Opteron) are now available.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99584
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 24 Apr 2003 16:08:21 +0000 (16:08 +0000)]
When using Redirect in directory context, append requested query
string if there's no one supplied by configuration.
PR: 10961
Reviewed by: Jeff Trawick, Jim Jagielski
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99579
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 21 Apr 2003 20:00:19 +0000 (20:00 +0000)]
another spelling correction, courtesy of Erik Abele
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99483
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 21 Apr 2003 17:57:48 +0000 (17:57 +0000)]
FirstBill loses a mark for a spelling mistake in commentary
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99478
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 14 Apr 2003 12:38:20 +0000 (12:38 +0000)]
"standalone" isn't a word, and this isn't a direct reference to the
"standalone" keyword
Submitted by: jmc <jmc@prioris.mini.pw.edu.pl>
Reviewed by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99353
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 8 Apr 2003 15:18:29 +0000 (15:18 +0000)]
Change log entry to reflect reality.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99299
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Mon, 7 Apr 2003 10:46:27 +0000 (10:46 +0000)]
Fix typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99295
13f79535 -47bb-0310-9956-
ffa450edef68
Mark J. Cox [Thu, 3 Apr 2003 13:09:37 +0000 (13:09 +0000)]
Improve consistancy of security messages in changelog
Update CVE candidate names where promoted from CAN to CVE
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99191
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 2 Apr 2003 21:11:41 +0000 (21:11 +0000)]
Fix the misunderstandings between local URL paths and local
system paths. Note that mod_rewrite handles _both_.
Fixed also some comments to make the explanations more clear.
PR: 12902
Obtained from: 2.1 (r1.144)
Reviewed by: Brad Nicholes, Will Rowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99179
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 2 Apr 2003 21:01:09 +0000 (21:01 +0000)]
Fix the prefix_stat function. (which does a stat call on the first
path segment). This function was still tailored for unix systems only.
It should work on other systems as well now.
Note that in 2.x we use the apr_filepath_root function that doesn't
exist in 1.3. It is replaced by some simple workaround stuff which
behaves similar.
Obtained from: 2.1 (r1.143)
Reviewed by: Brad Nicholes, Will Rowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99178
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 2 Apr 2003 20:54:09 +0000 (20:54 +0000)]
Remove _unused_ code. The condition is never true, because
"A local rewrite in per-directory context" was caught much earlier.
I'd guess this piece of code was c&p accidentally...
Obtained from: 2.1 (r1.142)
Reviewed by: Brad Nicholes, Will Rowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99177
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 19 Mar 2003 15:27:51 +0000 (15:27 +0000)]
Note desire to get 1.3.28 out the door
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99027
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 19 Mar 2003 14:01:08 +0000 (14:01 +0000)]
backport from 2.x:
Prevent endless loops of internal redirects in mod_rewrite by
aborting after exceeding a limit of internal redirects. The
limit defaults to 10 and can be changed using the RewriteOptions
directive with the new MaxRedirects=n argument.
(The latter required some restructuring of the RewriteOptions
evaluation code).
PR: 17462
Reviewed by: Will Rowe, Ian Holsman
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99022
13f79535 -47bb-0310-9956-
ffa450edef68