- Oct 05, 2001
-
-
Jim Jagielski authored
commit had already fixed the TPF problem without the overhead of a nasty nop function git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91314 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
This change is within an "#if defined(HAVE_TPF_CORE_SERIALIZED_ACCEPT)" block of code so it should not affect any other platforms. Submitted by: David McCreedy Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91313 13f79535-47bb-0310-9956-ffa450edef68
-
Chuck Murcko authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91310 13f79535-47bb-0310-9956-ffa450edef68
-
Chuck Murcko authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91309 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
directory. No real configuration changes/effects. Submitted by: Jim Jagielski <jim@jaguNET.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91308 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Fix the file-owner and file-group processing; I inadvertently added them as 'and' operations, so if they were specified but not matched, nothing else could match either. Fixed.. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91297 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 04, 2001
-
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91288 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
Submitted by: Sander Temme git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91287 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91286 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91285 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91284 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Obtained from: Submitted by: Reviewed by: (Hopefully) a better patch for the TPF stuff... we want to avoid such nasty things as nop functions because they waste too many cycles. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91283 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Justified fixed courier is the single hardest format in the world to read. Having generated in excess of a billion documents in my former life, I will play authority on that ;) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91282 13f79535-47bb-0310-9956-ffa450edef68
-
Mark J. Cox authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91281 13f79535-47bb-0310-9956-ffa450edef68
-
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
-