]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
23 years ago I have no idea if the load order is correct here, I suspect it's close.
William A. Rowe Jr [Thu, 4 Oct 2001 03:46:55 +0000 (03:46 +0000)] 
  I have no idea if the load order is correct here, I suspect it's close.
  Would some 1.3 module ordering guru please double check ... the built
  in modules are detailed in apache-1.3/src/os/modules.c.

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

23 years agoThis is a big one people should know about.
Greg Stein [Thu, 4 Oct 2001 03:44:48 +0000 (03:44 +0000)] 
This is a big one people should know about.

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

23 years agoEliminating a compiler warning
Bradley Nicholes [Thu, 4 Oct 2001 00:27:24 +0000 (00:27 +0000)] 
Eliminating a compiler warning

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

23 years agoFix a mismatching issue, where index.html.foo.en had recognized .html and
Bill Stoddard [Wed, 3 Oct 2001 22:35:19 +0000 (22:35 +0000)] 
Fix a mismatching issue, where index.html.foo.en had recognized .html and
.en components, and exceptions index and foo.  This patch will ignore the
'missing' exception html from the request, and go on to test the exception
foo in the list.

This does -not- imply that a request for index.foo will succeed, in the
example above.  The pattern match tests index.foo[.*] so we wouldn't find
index.html.foo.anything.  The pattern matching proposed at one time by
Francis Daly would allow index.foo to succeed as well [although many to
many matching is dangerous, see comments in this patch.]

Port of patch from 2.0 by Bill Rowe

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

23 years ago Accept service names modified by the user in the Win/2000 Service Control
William A. Rowe Jr [Wed, 3 Oct 2001 20:56:00 +0000 (20:56 +0000)] 
  Accept service names modified by the user in the Win/2000 Service Control
  Panel applet.  Allow the admin to specify -W dependency, where the given
  service will become a dependency for Apache when configured with the
  -k install and config options.  Finally, document -w and -W.

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

23 years ago Less is more :)
William A. Rowe Jr [Wed, 3 Oct 2001 18:39:38 +0000 (18:39 +0000)] 
  Less is more :)

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

23 years agoAdd a guide to Apache 1.3.21 changes, taken from the commit logs so not
Mark J. Cox [Wed, 3 Oct 2001 17:46:57 +0000 (17:46 +0000)] 
Add a guide to Apache 1.3.21 changes, taken from the commit logs so not
to miss things in CHANGES and sorted into categories, with minor changes
lumped together and some explanations changed to be more readable.
PR:
Obtained from:
Submitted by: Mark Cox
Reviewed by: Several Red Hat Apache Week team members

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

23 years ago Uhmmm... Netware is on this list.
William A. Rowe Jr [Wed, 3 Oct 2001 16:42:36 +0000 (16:42 +0000)] 
  Uhmmm... Netware is on this list.

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

23 years ago So close we can taste it.
William A. Rowe Jr [Wed, 3 Oct 2001 16:16:17 +0000 (16:16 +0000)] 
  So close we can taste it.

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

23 years agogettid() #define and tid_t were added to os.h for NetWare
Bradley Nicholes [Wed, 3 Oct 2001 15:45:47 +0000 (15:45 +0000)] 
gettid() #define and tid_t were added to os.h for NetWare

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

23 years agoUse an installed Expat when available, rather than the builtin one.
Greg Stein [Wed, 3 Oct 2001 12:59:03 +0000 (12:59 +0000)] 
Use an installed Expat when available, rather than the builtin one.
Presuming the installed one is a shared library, then this should resolve
some of the longstanding issues with mod_perl / XML::Parser::Expat.

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

23 years agoUpdate mime.types file.
Lars Eilebrecht [Tue, 2 Oct 2001 21:54:32 +0000 (21:54 +0000)] 
Update mime.types file.

Map video/vnd.mpegurl to mxu according to
ftp://ftp.isi.edu/in-notes/iana/assignments/media-types/video/vnd.mpegurl
and audio/x-mpegurl to m3u, because it is commonly used.

Submitted by: Heiko Recktenwald <uzs106@uni-bonn.de>
Reviewed by: Sander van Zoest, Lars Eilebrecht

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

23 years agoModified mod_mime and mod_negotiation to prevent mod_negotiation
Bill Stoddard [Tue, 2 Oct 2001 21:01:31 +0000 (21:01 +0000)] 
Modified mod_mime and mod_negotiation to prevent mod_negotiation
from serving any multiview variant containing one or more
'unknown' filename extensions. In PR #8130, mod_negotiation was
incorrectly serving index.html.zh.Big5 when better variants were
available. The httpd.conf file on the failing server did not have
an AddLanguage directive for .zh, which caused mod_mime to loose
the file_type information it gleened from parsing the .html
extension. The absence of any language preferences, either in
the browser or configured on the server, caused mod_negotiation
to consider all the variants equivalent. When that occurs,
mod_negotiation picks the 'smallest' variant available, which
just happened to be  index.html.zh.Big5.
[Bill Stoddard, Bill Rowe] PR #8130

PR: 8130

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

23 years agoSync file with httpd-2.0 version.
Lars Eilebrecht [Tue, 2 Oct 2001 19:52:16 +0000 (19:52 +0000)] 
Sync file with httpd-2.0 version.

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

23 years agoFor the recent mod_negotiation patch
Bill Stoddard [Tue, 2 Oct 2001 19:35:30 +0000 (19:35 +0000)] 
For the recent mod_negotiation patch

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

23 years ago Pull some API action items that are already considered in 2.0, and note
William A. Rowe Jr [Tue, 2 Oct 2001 19:17:35 +0000 (19:17 +0000)] 
  Pull some API action items that are already considered in 2.0, and note
  those issues which are addressed by 2.0.

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

23 years ago The more things change...
William A. Rowe Jr [Tue, 2 Oct 2001 17:26:29 +0000 (17:26 +0000)] 
  The more things change...

  take a few things that are resolved in Apache 2.0 off the 1.3 status plate.

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

23 years ago Correction to the changelog for revision 1.12 (the committed note applied
William A. Rowe Jr [Tue, 2 Oct 2001 16:13:21 +0000 (16:13 +0000)] 
  Correction to the changelog for revision 1.12 (the committed note applied
  to mod_unique_id.)

  Rev 1.12 simply changed the config parser to test ap_os_is_path_absolute
  rather than looking for a leading '/' (which didn't work on Netware, OS/2
  nor Win32.)

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

23 years ago Steal a play from mod_proxy, which taught us this Win32 lesson. Threaded
William A. Rowe Jr [Tue, 2 Oct 2001 16:11:13 +0000 (16:11 +0000)] 
  Steal a play from mod_proxy, which taught us this Win32 lesson.  Threaded
  local storage must be allocated with the Tls*() family of functions, or
  the dynamically loaded module _will_ clobber our clib's (msvcrt's) own
  thread saftey stacks.

  I _don't_ know what the other multithread platforms require in terms of
  initialization.  OS2/Netware maintainers can steal the idea from the
  Win32 get_cur_unique_id() implementation, to initialize other copies
  on the fly (if required.)  They may already call child_init for every
  thread, so child_init could call the master_init to set up this thread's
  variables.  Remember that the get_cur_unique_id() applies to straight
  un*x fork implementations as well, so protect with #ifdef PLAT sections.

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

23 years agoBack port W. Rowe's 2.0 a fix for the /?M=D autoindex problem.
Bill Stoddard [Tue, 2 Oct 2001 16:05:20 +0000 (16:05 +0000)] 
Back port W. Rowe's 2.0 a fix for the /?M=D autoindex problem.

These two lines missing from the fast-redirect logic of mod_negotation.c are what
allowed  mod_dir to reconstruct the _original_ path (to index.html instead of the
new-found index.html.foo), merging the uri (unchanged) with the query string.
It then failed, leaving an autoindex listing iff the user provided a query string.

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

23 years ago[Cygwin] Add Stipe's patch which got lost because of '**** malformed patch at line...
Martin Kraemer [Tue, 2 Oct 2001 11:11:52 +0000 (11:11 +0000)] 
[Cygwin] Add Stipe's patch which got lost because of '**** malformed patch at line 75:'

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

23 years agoSwitched the macro for getpid() to GetThreadGroupID() so that it would return
Bradley Nicholes [Mon, 1 Oct 2001 20:43:24 +0000 (20:43 +0000)] 
Switched the macro for getpid() to GetThreadGroupID() so that it would return
a different value from the gettid() macro.

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

23 years agoOops. Add missing Makefile for Cygwin. (Noticed by Stipe)
Martin Kraemer [Fri, 28 Sep 2001 11:29:02 +0000 (11:29 +0000)] 
Oops. Add missing Makefile for Cygwin. (Noticed by Stipe)
Submitted by: Stipe Tolj <tolj@wapme-systems.de>
Reviewed by:

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

23 years agoHonor Pragma: no-cache for HTTP 1.0. The 1.3 proxy rewrite and 2.0 code
Chuck Murcko [Fri, 28 Sep 2001 05:28:59 +0000 (05:28 +0000)] 
Honor Pragma: no-cache for HTTP 1.0. The 1.3 proxy rewrite and 2.0 code
already handles both cases (Pragma: and Cache-Control:)
PR: 5668
Submitted by: Kim Bisgaard <kib@dmi.dk>
Reviewed by: Chuck Murcko

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

23 years ago* configure: added case for Cygwin to translate shared module
Martin Kraemer [Thu, 27 Sep 2001 18:12:04 +0000 (18:12 +0000)] 
* configure: added case for Cygwin to translate shared module
extensions from .so to .dll. Almost the same as for OS2.

* htdocs/manual/cywin.html: added related changes to the configure
and build process for shared module DLLs.

* src/Configure: cleaned up Cygwin case for OS specific variable
declaration. Removed no longer need $DLL_IMPORT_DEF and
$DLL_IMPORT_LIB variables.

* src/Makefile.tmpl: removed no longer needed $DLL_IMPORT_LIB
variable.

* src/main/http_main.c: added dllexport declaration for int REALMAIN
for SHARED_CORE support.

* src/modules/standard/Makefile.Cygwin: added this new file to
reflect the extra rules needed to link the shared module DLLs. Very
similar to src/modules/standard/Makefile.OS2.

* src/os/cygwin/os.h: added explicit dllimport and dllexport
declarations for API_VAR_EXPORT and API_EXPORT(type).

PR:
Obtained from:
Submitted by: Stipe Tolj <tolj@wapme-systems.de>
Reviewed by:

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

23 years agoQuick test on AIX indicates that stat("",&info) returns ENOENT (2).
Bill Stoddard [Wed, 26 Sep 2001 21:17:43 +0000 (21:17 +0000)] 
Quick test on AIX indicates that stat("",&info) returns ENOENT (2).

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

23 years agoPut a fuzzy date on the tag-n-roll
Jim Jagielski [Wed, 26 Sep 2001 18:22:06 +0000 (18:22 +0000)] 
Put a fuzzy date on the tag-n-roll

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

23 years agoCode changes necessary to build mod_unique_id on NetWare
Bradley Nicholes [Wed, 26 Sep 2001 17:17:50 +0000 (17:17 +0000)] 
Code changes necessary to build mod_unique_id on NetWare

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

23 years ago Implement gettid() based qualifier for MULTITHREAD platforms.
William A. Rowe Jr [Wed, 26 Sep 2001 14:59:29 +0000 (14:59 +0000)] 
  Implement gettid() based qualifier for MULTITHREAD platforms.

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

23 years agoSorry, forgot to commit the CHANGES file along with the recent commit to
Bill Stoddard [Wed, 26 Sep 2001 14:47:15 +0000 (14:47 +0000)] 
Sorry, forgot to commit the CHANGES file along with the recent commit to
src/win32/os.c

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

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

24 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