- Oct 04, 2001
-
-
William A. Rowe Jr authored
Fix absolute -> relative build paths git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91280 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Missed a commented-out default git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91279 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
LoadModule isn't sufficient. Quick testing of foo.pdf.gz files (with a mime types declaration of app/x-pdf rather than app/pdf) still returns app/pdf - so mime_magic is run first. Other modules may have been similarly misordered. This patch creates an absolute reference of all modules to Add. If I've misworded anything, feel free to correct me. The module order itself is straight from www.apache.org's conf. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91278 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Of course, the export helps too. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91277 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
This is taken straight from unix (on apache.org, actually). Haven't attempted to interleave the precompiled modules. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91276 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Should work, no change for non-win32, and use an appropriate, simple port of the complex code from ap_call_exec for Win32 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91275 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
mod_mime_magic aught to work, expose it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91274 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Clear the decks --- we are ready for you Bill [although you may want to take one last look at the mod_usertrack.c patch I posted yesterday.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91273 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix the compilation error on TPF. This change is within an "#if defined(HAVE_TPF_CORE_SERIALIZED_ACCEPT)" block of code so it should not affect any other platforms. [David McCreedy <McCreedy@us.ibm.com>] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91272 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Refresh the make files for 1.3.21's pending release. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91271 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add the same s/ZI/Zi/ patch as applied to Apache 2.0 - so we are 100% compatible with VC 5/6/7. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91270 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
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
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91268 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91267 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 03, 2001
-
-
Bill Stoddard authored
.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
-
William A. Rowe Jr authored
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
-
William A. Rowe Jr authored
Less is more :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91263 13f79535-47bb-0310-9956-ffa450edef68
-
Mark J. Cox authored
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
-
William A. Rowe Jr authored
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
-
William A. Rowe Jr authored
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
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91256 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
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
-
- Oct 02, 2001
-
-
Lars Eilebrecht authored
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
-
Bill Stoddard authored
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
-
Lars Eilebrecht authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91238 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91237 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
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
-
William A. Rowe Jr authored
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
-
William A. Rowe Jr authored
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
-
William A. Rowe Jr authored
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
-
Bill Stoddard authored
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
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91230 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 01, 2001
-
-
Bradley Nicholes authored
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
-
- Sep 28, 2001
-
-
Martin Kraemer authored
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
-
Chuck Murcko authored
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
-
- Sep 27, 2001
-
-
Martin Kraemer authored
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
-
- Sep 26, 2001
-
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91156 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91154 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91153 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
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
-