- Sep 06, 2002
-
-
David Shane Holden authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96665 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
responsible for the design and implementation, so he deserves some credit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96664 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96663 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
Submitted by: Joe Schaefer <joe+apache@sunstarsys.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96662 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
More tweaking welcome. 1. Lower the main text font size by 1 pixel and the <example> font size by 2 pixels. 2. Remove the font-weight specified in <code> because it was preventing bold code from working. 3. Try out a funny shade of brown for <module>. What'd'ya think? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96661 13f79535-47bb-0310-9956-ffa450edef68
-
David Shane Holden authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96660 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
replaced later if people want them. 2. Unwind the imports in ./style/css/manual-sbar-right-fix15.css and name the result style/css/manual.xsl. I made no content changes -- those will come in a second. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96659 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
The old mechanism would jam a handler name in whenever DAV was configured for a directory. i.e. there weren't really any tests other than "is DAV handling this directory?" The name was just a marker which was tested later. The new mechanism simplies performs the test right in the handler. This is now possible since all handlers are called (before, you *had* to set your own name so that your handler would be called). Since the test is actually quite straightforward, we actually gain overall: no more fixups hook, and a couple integer comparisons (rather than a string compare). And hoo... the code is simpler, too. This code has been verified with "litmus 0.8", my own little regression script, and some hand testing of static pages and CGIs. DAV continues to work, and it doesn't appear that the changes interfered with other operation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96658 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96657 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 05, 2002
-
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96656 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96655 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96654 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96653 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96652 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96651 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96650 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
be converted to xml. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96648 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96646 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96645 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
This directive allows mod_mime to lookup extension information for content served via Location blocks so that content-type, filters, etc can be applied to non-file content. (I wouldn't be shocked if we end up changing the directive name.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96644 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96643 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
when we are the main request. This fixes a problem with mod_include printing out an error message on DAV sub-requests because mod_dav will return DONE instead of OK. This would result in the correct output merged in with an error string. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96642 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
(This hook may be able to removed entirely in favor of being in dav_handler, but that is left as an exercise to the reader.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96641 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96640 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96639 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96638 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96637 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96636 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
free to suggest better places for these. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96635 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 04, 2002
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96634 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
of the last commit for clarity) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96632 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
Notes: * I've created a new config directive CacheMaxStreamingBuffer, to set the maximum amount of data that mod_cache will buffer per request if it hasn't yet seen an EOS. The default is zero, which preserves the original behavior: cache only if the response has a known content-length or all the content is available in the first brigade passed to the CACHE_IN filter. * A big block of code in cache_in_filter() got wrapped in an if-statement in this change. To make the diff more readable, I'm committing without indentation changes; a second commit will include (only) the indentation update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96631 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
thanks Shane git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96629 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 03, 2002
-
-
Greg Stein authored
well with a system looking for new... Note: we really should peg Apache against a specific APR release so that our ABI doesn't keep getting whacked due to APR(UTIL) changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96628 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
a code block. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96627 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
Submitted by: Luiz Rocha <lsdrocha@linuxmail.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96626 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96624 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96623 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
PR: 10993 Submitted by: Peter Bieringer <pb@bieringer.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96621 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96619 13f79535-47bb-0310-9956-ffa450edef68
-