]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
23 years agoWin32: Set errno to ENAMETOOLONG when os_stat() returns -1.
Bill Stoddard [Wed, 26 Sep 2001 14:41:11 +0000 (14:41 +0000)] 
Win32: Set errno to ENAMETOOLONG when os_stat() returns -1.

This will fix problem where Apache on Windows can return a directory index when
it should return a negotiated file.  read_types_multi() iterates over
the entries in a directory to build a candidate list of
files to negotiate.  ap_sub_req_lookup_file() is called for each file
which in turn calls stat() (os_stat() on Windows) to verify the file exists.
mod_negotiation will decline the request (rather than failing the
request as it should) if os_stat() fails and errno is not set.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91150 13f79535-47bb-0310-9956-ffa450edef68

23 years ago All MULTITHREAD platforms need the tid_t and gettid() functions before
William A. Rowe Jr [Wed, 26 Sep 2001 14:40:13 +0000 (14:40 +0000)] 
  All MULTITHREAD platforms need the tid_t and gettid() functions before
  they can compile mod_unique_id.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91149 13f79535-47bb-0310-9956-ffa450edef68

23 years ago Leave debug compiler flag as /Zi when converting back to CVS's VC6.0 dsp
William A. Rowe Jr [Wed, 26 Sep 2001 14:28:46 +0000 (14:28 +0000)] 
  Leave debug compiler flag as /Zi when converting back to CVS's VC6.0 dsp
  format, so the module remains compatible 'out of the box' to VC5.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91148 13f79535-47bb-0310-9956-ffa450edef68

23 years ago Add ws2_32.lib to this Win32 project, as suggested by Martin Kraemer.
William A. Rowe Jr [Wed, 26 Sep 2001 14:27:29 +0000 (14:27 +0000)] 
  Add ws2_32.lib to this Win32 project, as suggested by Martin Kraemer.
  Left as compiler debugging switch as /Zi (for VC 5,6,7 compatibility.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91147 13f79535-47bb-0310-9956-ffa450edef68

23 years agoUpdate the mime.types file to the registered media types as
Mark J. Cox [Wed, 26 Sep 2001 08:00:03 +0000 (08:00 +0000)] 
Update the mime.types file to the registered media types as
of 2001-09-25 at IANA, and add xsl extension.  Also add .so and .dll
as already applied to Apache 2.0
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91144 13f79535-47bb-0310-9956-ffa450edef68

23 years agoAdded static to the inline function definition to support the GNU compiler
Bradley Nicholes [Tue, 25 Sep 2001 14:49:00 +0000 (14:49 +0000)] 
Added static to the inline function definition to support the GNU compiler

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91141 13f79535-47bb-0310-9956-ffa450edef68

23 years ago Catching up
William A. Rowe Jr [Tue, 25 Sep 2001 02:16:46 +0000 (02:16 +0000)] 
  Catching up

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91139 13f79535-47bb-0310-9956-ffa450edef68

23 years agomod_proxy fixes
Chuck Murcko [Tue, 25 Sep 2001 00:36:42 +0000 (00:36 +0000)] 
mod_proxy fixes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91138 13f79535-47bb-0310-9956-ffa450edef68

23 years agofix truncated line
Chuck Murcko [Mon, 24 Sep 2001 22:35:37 +0000 (22:35 +0000)] 
fix truncated line
PR: 6055

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91135 13f79535-47bb-0310-9956-ffa450edef68

23 years ago Get around a missing define from the more recent Platform SDKs.
William A. Rowe Jr [Mon, 24 Sep 2001 21:44:48 +0000 (21:44 +0000)] 
  Get around a missing define from the more recent Platform SDKs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91133 13f79535-47bb-0310-9956-ffa450edef68

23 years ago Not raining on parades, just want these closed for a (hopefully) final
William A. Rowe Jr [Mon, 24 Sep 2001 20:59:59 +0000 (20:59 +0000)] 
  Not raining on parades, just want these closed for a (hopefully) final
  1.3 series release?

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91130 13f79535-47bb-0310-9956-ffa450edef68

23 years agoPass back cookies properly through reverse proxy
Chuck Murcko [Mon, 24 Sep 2001 20:19:44 +0000 (20:19 +0000)] 
Pass back cookies properly through reverse proxy
PR: 6055
Obtained from: "Eidelman, Brian" <BEidelman@netegrity.com>
Submitted by: "Eidelman, Brian" <BEidelman@netegrity.com>
Reviewed by: Chuck Murcko

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91129 13f79535-47bb-0310-9956-ffa450edef68

23 years agoFixes problems with origin server connection close if client dies
Chuck Murcko [Mon, 24 Sep 2001 20:14:27 +0000 (20:14 +0000)] 
Fixes problems with origin server connection close if client dies
Fixes CacheForceCompletion directive
PR: 7383, 8067, 8090
Obtained from:  Alexey Panchenko <panchenko@liwest.ru>
Submitted by: Alexey Panchenko <panchenko@liwest.ru>
Reviewed by: Chuck Murcko

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91128 13f79535-47bb-0310-9956-ffa450edef68

23 years agoRemove showstopper; as trawick commit of 2001/09/11 12:19:09
Dirk-Willem van Gulik [Mon, 24 Sep 2001 18:19:17 +0000 (18:19 +0000)] 
Remove showstopper; as trawick commit of 2001/09/11 12:19:09
has cleaned them up.

Added a >1 comparison to not do statistics if there are less
than 2 entries (and hence the standard deviation check would
explode on a divide by zero).

Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91127 13f79535-47bb-0310-9956-ffa450edef68

23 years agoPR:
Jim Jagielski [Mon, 24 Sep 2001 14:14:21 +0000 (14:14 +0000)] 
PR:
Obtained from:
Submitted by: Stipe Tolj <tolj@wapme-systems.de>
Reviewed by:

Some Cygwin portability changes, from
    Message-ID: <3BAB4213.74AA3C0F@wapme-systems.de>
Did not include the below patch to install.sh since this looked like
it would affect other OSs...

 #  Check if we need to add an executable extension (such as ".exe")
-#  on specific OS to src and dst
+#  on specific OS to src and dst.
+#  At least Cygwin requires this to ensure a clean "make install".
 if [ -f "$src.exe" ]; then
-  if [ -f "$src" ]; then
-    : # Cygwin [ test ] is too stupid to do [ -f "$src.exe" ] && [ ! -f "$src" ]
-  else
     ext=".exe"
-  fi
 fi
 src="$src$ext"
 dst="$dst$ext"

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91124 13f79535-47bb-0310-9956-ffa450edef68

23 years agoRemove obsolete comment
Martin Kraemer [Fri, 21 Sep 2001 09:04:19 +0000 (09:04 +0000)] 
Remove obsolete comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91099 13f79535-47bb-0310-9956-ffa450edef68

23 years agoErrorDocument 404 pointing to a parsed html file with a
dgaudet [Fri, 21 Sep 2001 03:51:54 +0000 (03:51 +0000)] 
ErrorDocument 404 pointing to a parsed html file with a
<!--#include virtual="file" --> with a request URI containing
%2f would result in a segfault (NULL pointer deref, not a
security problem).

PR: 8362

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91097 13f79535-47bb-0310-9956-ffa450edef68

23 years agoNo file owner/groups on OS/2 either.
Brian Havard [Wed, 12 Sep 2001 15:48:01 +0000 (15:48 +0000)] 
No file owner/groups on OS/2 either.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91011 13f79535-47bb-0310-9956-ffa450edef68

23 years agoFixed a compile problem for Win32 and NetWare
Bradley Nicholes [Wed, 12 Sep 2001 15:39:35 +0000 (15:39 +0000)] 
Fixed a compile problem for Win32 and NetWare

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91010 13f79535-47bb-0310-9956-ffa450edef68

23 years agoPR:8254
Jim Jagielski [Wed, 12 Sep 2001 15:16:43 +0000 (15:16 +0000)] 
PR:8254
Obtained from:
Submitted by: Gary Benson <gbenson@redhat.com>
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91009 13f79535-47bb-0310-9956-ffa450edef68

23 years ago Fix recent mod_auth breakage (is there an OS2 patch lurking out there?)
William A. Rowe Jr [Wed, 12 Sep 2001 14:57:56 +0000 (14:57 +0000)] 
  Fix recent mod_auth breakage (is there an OS2 patch lurking out there?)

Submitted by: Pavel Novy <novy@feld.cvut.cz>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91008 13f79535-47bb-0310-9956-ffa450edef68

23 years agoclean up some warnings in ab introduced in this release so that
Jeff Trawick [Tue, 11 Sep 2001 12:19:09 +0000 (12:19 +0000)] 
clean up some warnings in ab introduced in this release so that
gcc compiles it cleanly with

  -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations

. make some qsort() comparison routines static so that no prototype
  is desired by gcc
. get rid of unused function pipehandler()

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91003 13f79535-47bb-0310-9956-ffa450edef68

23 years ago get*id() don't work on Windows; thanks to OtherBill for pointing
Ken Coar [Tue, 11 Sep 2001 03:29:11 +0000 (03:29 +0000)] 
get*id() don't work on Windows; thanks to OtherBill for pointing
it out.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91000 13f79535-47bb-0310-9956-ffa450edef68

23 years ago Offer a workaround as we hack this
William A. Rowe Jr [Tue, 11 Sep 2001 03:23:38 +0000 (03:23 +0000)] 
  Offer a workaround as we hack this

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90999 13f79535-47bb-0310-9956-ffa450edef68

23 years ago Rambling sstops
William A. Rowe Jr [Tue, 11 Sep 2001 03:11:57 +0000 (03:11 +0000)] 
  Rambling sstops

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90998 13f79535-47bb-0310-9956-ffa450edef68

23 years ago Introduce vhost_alias and unique_id to the win32 build. The code needs
William A. Rowe Jr [Tue, 11 Sep 2001 03:11:16 +0000 (03:11 +0000)] 
  Introduce vhost_alias and unique_id to the win32 build.  The code needs
  some work, but there are several folks who've been pitching in.  If this
  isn't ready when we are ready to roll, I'll revert.

  Untested - btw - since mod_auth entirely broke the win32 build.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90997 13f79535-47bb-0310-9956-ffa450edef68

23 years ago Fix two win32 bugaboos.
William A. Rowe Jr [Tue, 11 Sep 2001 03:03:44 +0000 (03:03 +0000)] 
  Fix two win32 bugaboos.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90996 13f79535-47bb-0310-9956-ffa450edef68

23 years agoallow Solaris administrators to choose "AcceptMutex pthread"
Jeff Trawick [Mon, 10 Sep 2001 17:20:12 +0000 (17:20 +0000)] 
allow Solaris administrators to choose "AcceptMutex pthread"

the default mechanism is unchanged

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90990 13f79535-47bb-0310-9956-ffa450edef68

23 years ago Add support for 'Require file-owner' and 'Require file-group'.
Ken Coar [Mon, 10 Sep 2001 16:45:21 +0000 (16:45 +0000)] 
Add support for 'Require file-owner' and 'Require file-group'.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90987 13f79535-47bb-0310-9956-ffa450edef68

23 years agoFixed
Jim Jagielski [Mon, 10 Sep 2001 14:47:19 +0000 (14:47 +0000)] 
Fixed

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90985 13f79535-47bb-0310-9956-ffa450edef68

23 years ago1.3 won't compile with Sun WorkShop.
Jeff Trawick [Mon, 10 Sep 2001 12:34:49 +0000 (12:34 +0000)] 
1.3 won't compile with Sun WorkShop.

My feelings certainly won't be hurt if somebody else jumps in :)  I
need to get some other stuff off my plate before looking into this.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90982 13f79535-47bb-0310-9956-ffa450edef68

23 years agofix a typo (needed space instead of '_')
Jeff Trawick [Fri, 7 Sep 2001 12:46:16 +0000 (12:46 +0000)] 
fix a typo (needed space instead of '_')

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90950 13f79535-47bb-0310-9956-ffa450edef68

23 years agoAdd Norwegian Nynorsk translation of welcome page.
Joshua Slive [Thu, 6 Sep 2001 18:25:28 +0000 (18:25 +0000)] 
Add Norwegian Nynorsk translation of welcome page.

Submitted by: Roy-Magne Mo <rmo@sunnmore.net>
Reviewed by: Ragnar Wisl�ff <ragnar@wisloff.no>, Tor Hildrum <torhildr@mac.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90931 13f79535-47bb-0310-9956-ffa450edef68

23 years agoget rid of a stray semicolon in a message written to stderr
Jeff Trawick [Thu, 6 Sep 2001 17:38:02 +0000 (17:38 +0000)] 
get rid of a stray semicolon in a message written to stderr

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90928 13f79535-47bb-0310-9956-ffa450edef68

23 years agoallow sysvsem to be selected as the accept mutex mechanism on AIX
Jeff Trawick [Thu, 6 Sep 2001 16:58:21 +0000 (16:58 +0000)] 
allow sysvsem to be selected as the accept mutex mechanism on AIX

the default for AIX remains unchanged (pthread)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90927 13f79535-47bb-0310-9956-ffa450edef68

23 years agoAdded the ability for MOD_TLS to take advantage of the mutual
Bradley Nicholes [Thu, 6 Sep 2001 14:48:46 +0000 (14:48 +0000)] 
Added the ability for MOD_TLS to take advantage of the mutual
authentication functionality built into Winsock and NILE on NetWare

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90922 13f79535-47bb-0310-9956-ffa450edef68

23 years agoRemove the 'drop-down-to-default-on-error' capability
Jim Jagielski [Wed, 5 Sep 2001 13:13:57 +0000 (13:13 +0000)] 
Remove the 'drop-down-to-default-on-error' capability
if someone mistypes the directive... Be lenient in the HTTP spec,
not in user input :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90900 13f79535-47bb-0310-9956-ffa450edef68

23 years agoAdd the AcceptMutex runtime directive, which allows for the
Jim Jagielski [Tue, 4 Sep 2001 18:15:16 +0000 (18:15 +0000)] 
Add the AcceptMutex runtime directive, which allows for the
accept mutexing method to be set at runtime (the suite of
methods is set at compile time still).
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90892 13f79535-47bb-0310-9956-ffa450edef68

23 years agoParallel to a change in Apache-2.0, the manual directory was moved out of
Martin Kraemer [Wed, 29 Aug 2001 13:32:07 +0000 (13:32 +0000)] 
Parallel to a change in Apache-2.0, the manual directory was moved out of
the DocumentRoot tree to simplify the separation of private
content&configuration from server's on-line documentation. An "Alias
/manual/ ..." projects the manual/ directory (which resides now
side-by-side with the icons/ directory) into the logical DocumentRoot.
Note that a request to http://server/manual (without the trailing slash)
will now behave different than before (it used to redirect to
http://server/manual/ but no longer does).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90782 13f79535-47bb-0310-9956-ffa450edef68

23 years agoI've had a couple of emails from users using mod_usertrack for authentication.
Mark J. Cox [Wed, 29 Aug 2001 12:08:33 +0000 (12:08 +0000)] 
I've had a couple of emails from users using mod_usertrack for authentication.
Add the equivalent of a "warning: coffee may be hot" label, and fix a broken
email address at the same time.
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90779 13f79535-47bb-0310-9956-ffa450edef68

23 years agoAdd newline to end of file to make compiler happy.
Martin Kraemer [Thu, 23 Aug 2001 13:34:43 +0000 (13:34 +0000)] 
Add newline to end of file to make compiler happy.

Submitted by: Pavel Novy <novy@feld.cvut.cz>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90548 13f79535-47bb-0310-9956-ffa450edef68

23 years agouptr->path (if it is ever NULL) will stop ap_unparse_uri_components()
Martin Kraemer [Thu, 23 Aug 2001 06:38:25 +0000 (06:38 +0000)] 
uptr->path (if it is ever NULL) will stop ap_unparse_uri_components()
from working as expected.
Submitted by: Justin Erenkrantz <jerenkrantz@ebuilt.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90543 13f79535-47bb-0310-9956-ffa450edef68

23 years agoBad file reference.
Joshua Slive [Thu, 23 Aug 2001 00:07:37 +0000 (00:07 +0000)] 
Bad file reference.

PR: 5815

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90525 13f79535-47bb-0310-9956-ffa450edef68

23 years agoI'm not sure of the technicalities here, but it can't hurt.
Joshua Slive [Wed, 22 Aug 2001 23:16:48 +0000 (23:16 +0000)] 
I'm not sure of the technicalities here, but it can't hurt.

PR: 4294

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90521 13f79535-47bb-0310-9956-ffa450edef68

23 years agoBad grammar
Joshua Slive [Wed, 22 Aug 2001 23:04:12 +0000 (23:04 +0000)] 
Bad grammar

PR: 6354
Submitted by: Chris Pepper

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90518 13f79535-47bb-0310-9956-ffa450edef68

23 years agoMight as well fix the mailing list address.
Joshua Slive [Wed, 22 Aug 2001 22:52:27 +0000 (22:52 +0000)] 
Might as well fix the mailing list address.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90515 13f79535-47bb-0310-9956-ffa450edef68

23 years agoFixes necessary to allow mod_proxy to function correctly on NetWare.
Bradley Nicholes [Tue, 21 Aug 2001 20:25:10 +0000 (20:25 +0000)] 
Fixes necessary to allow mod_proxy to function correctly on NetWare.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90476 13f79535-47bb-0310-9956-ffa450edef68

23 years agoFixed ap_os_canonical_filename() and ap_os_is_path_absolute() so that they
Bradley Nicholes [Tue, 21 Aug 2001 20:22:09 +0000 (20:22 +0000)] 
Fixed ap_os_canonical_filename() and ap_os_is_path_absolute() so that they
would recognize special file names such as proxy:http://blah correctly.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90475 13f79535-47bb-0310-9956-ffa450edef68

23 years agoFilter binaries list thru 'sort -fu'
Martin Kraemer [Tue, 21 Aug 2001 15:30:28 +0000 (15:30 +0000)] 
Filter binaries list thru 'sort -fu'

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90470 13f79535-47bb-0310-9956-ffa450edef68

23 years agoUpdate list of available binaries, please check
Martin Kraemer [Tue, 21 Aug 2001 15:29:52 +0000 (15:29 +0000)] 
Update list of available binaries, please check

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90469 13f79535-47bb-0310-9956-ffa450edef68

23 years agoAdd ia64 linux binary
Martin Kraemer [Tue, 21 Aug 2001 15:21:24 +0000 (15:21 +0000)] 
Add ia64 linux binary

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90468 13f79535-47bb-0310-9956-ffa450edef68

23 years agoFix a storage leak in mod_mime_magic. The strdup() call when processing
Jeff Trawick [Tue, 21 Aug 2001 12:46:00 +0000 (12:46 +0000)] 
Fix a storage leak in mod_mime_magic.  The strdup() call when processing
a request should have been an ap_pstrdup() call.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90467 13f79535-47bb-0310-9956-ffa450edef68

23 years agorbb's post to new-httpd pointed out a grammatical error in README.configure.
Justin Erenkrantz [Sat, 18 Aug 2001 07:05:40 +0000 (07:05 +0000)] 
rbb's post to new-httpd pointed out a grammatical error in README.configure.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90318 13f79535-47bb-0310-9956-ffa450edef68

23 years ago Whoops, forgot the CHANGES file..
Ken Coar [Thu, 16 Aug 2001 01:50:23 +0000 (01:50 +0000)] 
Whoops, forgot the CHANGES file..

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90181 13f79535-47bb-0310-9956-ffa450edef68

23 years ago *) The Win32 Makefile.win build script failed if INSTDIR="c:\path\with spaces"
William A. Rowe Jr [Thu, 16 Aug 2001 01:13:43 +0000 (01:13 +0000)] 
  *) The Win32 Makefile.win build script failed if INSTDIR="c:\path\with spaces"
     was given, this is now fixed.  PR 8184  [Jack Tan <jack_s_tan@yahoo.com>]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90178 13f79535-47bb-0310-9956-ffa450edef68

23 years ago The last commit got away from me; this explains both. First, make
Ken Coar [Wed, 15 Aug 2001 21:45:41 +0000 (21:45 +0000)] 
The last commit got away from me; this explains both.  First, make
the CookeExpires directive an OR_FILEINFO one like all the others.
Next, add a CookieDomain directive so the Domain= attribute may be
customised.  Next, add a CookieStyle directive so that the syntax
of the cookie may be set.  Historically we have always used the
obsolete Netscape syntax, and this is still the default.  However,
CookieStyle allows the RFC2109 syntax (essentially Max-Age instead
of Expires) or RFC2965 ([Set-]Cookie2) syntax to be used.

PR: 5006, 5023, 5920, 6140

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90175 13f79535-47bb-0310-9956-ffa450edef68

23 years agoPR:
Ken Coar [Wed, 15 Aug 2001 21:12:04 +0000 (21:12 +0000)] 
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90174 13f79535-47bb-0310-9956-ffa450edef68

24 years agoInitialization code required by the GNU compiler when building for NetWare
Bradley Nicholes [Mon, 13 Aug 2001 22:12:56 +0000 (22:12 +0000)] 
Initialization code required by the GNU compiler when building for NetWare

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90144 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAdded ap_os_http_method to the NetWare import list
Bradley Nicholes [Mon, 13 Aug 2001 21:40:45 +0000 (21:40 +0000)] 
Added ap_os_http_method to the NetWare import list

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90143 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAdded ap_os_http_method(r) for NetWare so that we can return the
Bradley Nicholes [Mon, 13 Aug 2001 17:12:38 +0000 (17:12 +0000)] 
Added ap_os_http_method(r) for NetWare so that we can return the
appropriate http method (ie. http or https) based on a secure or unsecure
socket.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90140 13f79535-47bb-0310-9956-ffa450edef68

24 years agoRedefined ap_http_method(r) to ap_os_http_method(r) for NetWare so that
Bradley Nicholes [Mon, 13 Aug 2001 17:09:42 +0000 (17:09 +0000)] 
Redefined ap_http_method(r) to ap_os_http_method(r) for NetWare so that
we can appropriately recontruct the URL in ap_contruct_url() based on a
secure or unsecure socket.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90139 13f79535-47bb-0310-9956-ffa450edef68

24 years agoFix URL
Joshua Slive [Sun, 12 Aug 2001 03:18:57 +0000 (03:18 +0000)] 
Fix URL

PR: 8157

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90115 13f79535-47bb-0310-9956-ffa450edef68

24 years agoRemoved the parameter requirement on the _getch macro since getch
Bradley Nicholes [Fri, 10 Aug 2001 01:15:51 +0000 (01:15 +0000)] 
Removed the parameter requirement on the _getch macro since getch
doesn't take a parameter.  Patch submitted by Pavel Novy

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90061 13f79535-47bb-0310-9956-ffa450edef68

24 years agoMade sure that the variables ap_listenbacklog and ap_listeners are initialized
Bradley Nicholes [Fri, 10 Aug 2001 01:14:29 +0000 (01:14 +0000)] 
Made sure that the variables ap_listenbacklog and ap_listeners are initialized
before they are used to avoid linker errors when using the NLMCONV utility
to build Apache for NetWare.  Patch submitted by Pavel Novy.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90060 13f79535-47bb-0310-9956-ffa450edef68

24 years agoChanged the NetWare import file format so that it comforms to the standard
Bradley Nicholes [Wed, 1 Aug 2001 15:22:45 +0000 (15:22 +0000)] 
Changed the NetWare import file format so that it comforms to the standard
format

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89862 13f79535-47bb-0310-9956-ffa450edef68

24 years agoChanged the NetWare import file format so that it comforms to the startard
Bradley Nicholes [Wed, 1 Aug 2001 15:21:52 +0000 (15:21 +0000)] 
Changed the NetWare import file format so that it comforms to the startard
format

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89861 13f79535-47bb-0310-9956-ffa450edef68

24 years agoEBCDIC: The proxy, when used in a proxy chain, "forgot" to
Martin Kraemer [Mon, 30 Jul 2001 11:34:01 +0000 (11:34 +0000)] 
EBCDIC: The proxy, when used in a proxy chain, "forgot" to
convert the "CONNECT host:port HTTP/1.0" request line to ASCII
before contacting the next proxy, and was thus unusable for
SSL proxying.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89786 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAdd a modified form of the patch in PR 7848 to prevent people
Marc Slemko [Sun, 29 Jul 2001 21:37:46 +0000 (21:37 +0000)] 
Add a modified form of the patch in PR 7848 to prevent people
from using specially crafted vhost names to write to any .log file on
the system.

PR: 7848
Obtained from:
Submitted by: Daniel Matuschek <daniel.matuschek@swisscom.com> and Marc Slemko
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89771 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAdded calls to the name space functions to enable long file names for NetWare.
Bradley Nicholes [Wed, 25 Jul 2001 15:08:04 +0000 (15:08 +0000)] 
Added calls to the name space functions to enable long file names for NetWare.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89707 13f79535-47bb-0310-9956-ffa450edef68

24 years agoTypo
Martin Kraemer [Wed, 25 Jul 2001 13:25:18 +0000 (13:25 +0000)] 
Typo

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89706 13f79535-47bb-0310-9956-ffa450edef68

24 years agoSee changes in http_main.c with regard to ENOPROTOOPT. This
Dirk-Willem van Gulik [Mon, 16 Jul 2001 06:29:07 +0000 (06:29 +0000)] 
See changes in http_main.c with regard to ENOPROTOOPT. This
is the associated CHANGES file update.
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89556 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAll stable/release versions of FreeBSD, pre- and post SO_ACCEPTFILTER
Dirk-Willem van Gulik [Mon, 16 Jul 2001 06:20:39 +0000 (06:20 +0000)] 
All stable/release versions of FreeBSD, pre- and post SO_ACCEPTFILTER
will give ENOPROTO. So ENOENT can go. Also it is sometimes hard to find
out what the kernel status is; this change in logging will give the
user at least a chance to figure out what is happening.

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89555 13f79535-47bb-0310-9956-ffa450edef68

24 years agoThe latest beos beta changes the string it reports, so this is needed
David Reid [Sun, 15 Jul 2001 10:04:35 +0000 (10:04 +0000)] 
The latest beos beta changes the string it reports, so this is needed
to get it building correctly again.

Submitted by:  Peter Schultz <pete@beforever.com>
Reviewed by:   david Reid <dreid@apache.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89552 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAdded the ENOPROTOOPT ent suggested by Ryan. Although
Dirk-Willem van Gulik [Fri, 13 Jul 2001 21:25:47 +0000 (21:25 +0000)] 
Added the ENOPROTOOPT ent suggested by Ryan. Although
we propably need to hunt around on FreeBSD; as some
intermediate releases might have given a different Eno.
But then again those where on the current track. So they
are safe to ignore.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89549 13f79535-47bb-0310-9956-ffa450edef68

24 years agoNetWare has a fixed lengh stack. Since MAX_STRING_LEN is set
Bradley Nicholes [Fri, 13 Jul 2001 19:45:52 +0000 (19:45 +0000)] 
NetWare has a fixed lengh stack.  Since MAX_STRING_LEN is set
to 8k, one call to send_parsed_content() chews up 24k of stack space.
During a server-side include evaluation this function is
called recusively, allocating 24k each time.  Obviously it
doesn't take long to blow a 64k stack which is the default
for Apache for NetWare.  Since MAX_STRING_LEN is used all
throughout the Apache code, we should rethink using a default
of 8k especially in recursive functions.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89548 13f79535-47bb-0310-9956-ffa450edef68

24 years agoScratched an itch; it was just to painfull to move
Dirk-Willem van Gulik [Fri, 13 Jul 2001 07:32:48 +0000 (07:32 +0000)] 
Scratched an itch; it was just to painfull to move
binaries around on FreeBSD - due to differences on
the platform apache was compiled on and it was actually
ran on. This adds AcceptFilter on/off to make live
easier. Corresponding commit in doc's coming up.

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89545 13f79535-47bb-0310-9956-ffa450edef68

24 years agoFix cygwin triple
Martin Kraemer [Thu, 12 Jul 2001 15:53:18 +0000 (15:53 +0000)] 
Fix cygwin triple

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89544 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAdd cygwin32; but what is its canonical triple?
Martin Kraemer [Wed, 11 Jul 2001 14:37:54 +0000 (14:37 +0000)] 
Add cygwin32; but what is its canonical triple?

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89538 13f79535-47bb-0310-9956-ffa450edef68

24 years ago Make sure that we *really* deny access to .ht* files..
Ken Coar [Fri, 6 Jul 2001 19:55:24 +0000 (19:55 +0000)] 
Make sure that we *really* deny access to .ht* files..

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89509 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPrint a warning when an attempt is made to use line-end comments.
Martin Kraemer [Wed, 4 Jul 2001 12:09:51 +0000 (12:09 +0000)] 
Print a warning when an attempt is made to use line-end comments.
Apparently they are not detected/handled gracefully by all directives.
Also, change one occurrance (Group #-1) to use a quoted string (Group "#-1")

Reviewed by: Ryan Bloom

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89497 13f79535-47bb-0310-9956-ffa450edef68

24 years agoThese patches affect only TPF.
Jeff Trawick [Fri, 22 Jun 2001 12:43:55 +0000 (12:43 +0000)] 
These patches affect only TPF.
They are driven by changes to the TPF operating system:
     updates in shutdown processing to accommodate new code in TPF's
Internet Daemon
     updates to allow non-blocking file descriptors on TPF now that our
select() supports non-socket file descriptors
     changes to os.c to take advantage of TPF's newly enhanced version
of fork and exec
     moving TPF-specific printf's for the -V option from http_main.c to
os.c

Submitted by: David McCreedy <McCreedy@us.ibm.com>
Reviewed by: Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89404 13f79535-47bb-0310-9956-ffa450edef68

24 years agoCygwin [ test ] is too stupid to do [ -f "$src.exe" ] && [ ! -f "$src" ]
Martin Kraemer [Tue, 12 Jun 2001 10:24:53 +0000 (10:24 +0000)] 
Cygwin [ test ] is too stupid to do [ -f "$src.exe" ] && [ ! -f "$src" ]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89350 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAvoid side effects for *nix
Martin Kraemer [Tue, 12 Jun 2001 08:41:17 +0000 (08:41 +0000)] 
Avoid side effects for *nix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89349 13f79535-47bb-0310-9956-ffa450edef68

24 years agoFixes to produce the Cygwin 1.x binaries out-of-the-box;
Martin Kraemer [Tue, 12 Jun 2001 08:39:03 +0000 (08:39 +0000)] 
Fixes to produce the Cygwin 1.x binaries out-of-the-box;
Fix perform_idle_server_maintenance() for Cygwin: use SIGKILL rather
than SIGUSR1 because the latter has no effect.

PR: PR#7837 and PR#7838
Submitted by: Stipe Tolj <tolj@wapme-systems.de>
Reviewed by: Martin Kraemer

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89348 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAdded Mod_Vhost_Alias to the Apache for NetWare build. The project file
Bradley Nicholes [Mon, 11 Jun 2001 22:17:19 +0000 (22:17 +0000)] 
Added Mod_Vhost_Alias to the Apache for NetWare build.  The project file
builds it as an external module called VHOST.NLM.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89345 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAdd the compile and link directives to build Mod_Vhost_Alias as an external module
Bradley Nicholes [Mon, 11 Jun 2001 22:11:10 +0000 (22:11 +0000)] 
Add the compile and link directives to build Mod_Vhost_Alias as an external module

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89344 13f79535-47bb-0310-9956-ffa450edef68

24 years ago.Def file used to export the Module symbol for the Vhost.nlm
Bradley Nicholes [Mon, 11 Jun 2001 22:10:06 +0000 (22:10 +0000)] 
.Def file used to export the Module symbol for the Vhost.nlm

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89343 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAdded a sample LoadModule directive for the Vhost_Alias_Module
Bradley Nicholes [Mon, 11 Jun 2001 22:08:05 +0000 (22:08 +0000)] 
Added a sample LoadModule directive for the Vhost_Alias_Module

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89342 13f79535-47bb-0310-9956-ffa450edef68

24 years agofix shutdown hang on Solaris with lots of piped TransferLogs and at
Greg Ames [Mon, 11 Jun 2001 20:35:28 +0000 (20:35 +0000)] 
fix shutdown hang on Solaris with lots of piped TransferLogs and at
least one piped ErrorLog

Submitted by:   Justin Erenkrantz
Reviewed by:    Greg Ames

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89340 13f79535-47bb-0310-9956-ffa450edef68

24 years ago Anyone for legible error messages? [This disaster was my creation, so
William A. Rowe Jr [Mon, 11 Jun 2001 13:43:46 +0000 (13:43 +0000)] 
  Anyone for legible error messages?  [This disaster was my creation, so
  I'm happy to criticize it.]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89332 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAllow Server response headers to be logged via the proxy.
Victor J. Orlikowski [Sat, 9 Jun 2001 10:36:03 +0000 (10:36 +0000)] 
Allow Server response headers to be logged via the proxy.
PR: #7461
Submitted by: patrik@netdive.com
Reviewed by: Victor Orlikowski

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89323 13f79535-47bb-0310-9956-ffa450edef68

24 years agoApplied the same lingering_close() fix to NetWare that Windows implemented.
Bradley Nicholes [Fri, 8 Jun 2001 16:53:15 +0000 (16:53 +0000)] 
Applied the same lingering_close() fix to NetWare that Windows implemented.
Using the recv() function instead of read().

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89311 13f79535-47bb-0310-9956-ffa450edef68

24 years agoFix problem with lingering_close() on Windows. Issuing read() on the
Bill Stoddard [Sat, 2 Jun 2001 20:34:03 +0000 (20:34 +0000)] 
Fix problem with lingering_close() on Windows.  Issuing read() on the
socket descriptor on Windows always fails. Should be calling
recv() instead of read() on Windows. Thanks to Bill Rowe (and bounds checker :-)
for pointing this out.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89259 13f79535-47bb-0310-9956-ffa450edef68

24 years agoFirst step at stamping out gif's: convert them to png
Martin Kraemer [Wed, 30 May 2001 07:47:12 +0000 (07:47 +0000)] 
First step at stamping out gif's: convert them to png

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89241 13f79535-47bb-0310-9956-ffa450edef68

24 years agoChange C++ comments to C comments
Martin Kraemer [Wed, 30 May 2001 07:41:06 +0000 (07:41 +0000)] 
Change C++ comments to C comments

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89240 13f79535-47bb-0310-9956-ffa450edef68

24 years agoChange copyright to include 2001
Martin Kraemer [Mon, 28 May 2001 15:02:20 +0000 (15:02 +0000)] 
Change copyright to include 2001

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89234 13f79535-47bb-0310-9956-ffa450edef68

24 years agoCleaning up/fix proxy/Host: header logic. Working to do the same
Dirk-Willem van Gulik [Fri, 25 May 2001 08:09:47 +0000 (08:09 +0000)] 
Cleaning up/fix proxy/Host: header logic. Working to do the same
for apache-2.0 where we also have an ascii [num] representation of
IPv6's to take into account which currently only takes the non
proxy situation into account.

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89230 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAbnormal exit clean up added for NetWare
Bradley Nicholes [Wed, 23 May 2001 17:03:59 +0000 (17:03 +0000)] 
Abnormal exit clean up added for NetWare

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89225 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAdded a clean up on exit routine to try to make sure that the ApacheC nlm
Bradley Nicholes [Wed, 23 May 2001 16:57:14 +0000 (16:57 +0000)] 
Added a clean up on exit routine to try to make sure that the ApacheC nlm
on NetWare is exited gracefully even on an abnormal shutdown.  This fixes
the Ouch! out of memory problem when trying to restart Apache for NetWare
after an abnormal shutdown.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89224 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAdded a check to make sure that Apache is starting in a clean
Bradley Nicholes [Wed, 23 May 2001 16:53:38 +0000 (16:53 +0000)] 
Added a check to make sure that Apache is starting in a clean
environment.  This protects against ill behaved modules that exit the web
server rudely leaving ApacheC.nlm in an unknown state.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89223 13f79535-47bb-0310-9956-ffa450edef68