- Jun 29, 2003
-
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100395 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100392 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 28, 2003
-
-
Astrid Kessler authored
until Jushua's changes. It's done now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100390 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100388 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
for 2.0. With regard to more colaborative docs, I'm still open to discussion. Also: remind about the crappy ScriptInterpreterSource doc. As someone who rarely runs apache under windows, I don't know enough about it to fix it myself. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100385 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 27, 2003
-
-
Paul J. Reder authored
Correct the code in ap_check_cache_feshness to check max_age, smax_age, and expires correctly. Submitted by: Thomas Castelle <tcastelle@generali.fr> Reviewed and altered by: Paul J. Reder git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100380 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100378 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
- Change the base font to 10pt. Yes, this is a little smaller than I prefer for reading a long book, but it makes it much easier to fit text in tables/examples/lines/etc, and it shrinks the whole thing by about 100 pages. - Fix issue with inter-item spacing. - Change all links to blue (the green was too light, and I don't feel like figuring out how to fix that with the latex color package) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100377 13f79535-47bb-0310-9956-ffa450edef68
-
Jason S. Lingohr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100368 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 25, 2003
-
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100365 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100363 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100362 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
Added a warning to the AcceptMutex directive documentation indicating that the pthread option can result in a non-responsive server on systems that can't reclaim a locked mutex from the segfaulted child holding it. [Paul J. Reder] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100358 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 24, 2003
-
-
William A. Rowe Jr authored
Absorb our ssl library-foo from the mod_ssl build changes to automatically generate an SSL/https: enabled ab binary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100351 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Narrow the scope of several OPENSSL-specific setup and teardown calls to only OpenSSL based builds. Also introduce success result for the registered cleanup callback to clean up a compiler emit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100348 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 23, 2003
-
-
Jeff Trawick authored
PR: 19849 Submitted by: Glenn Nielsen <glenn@apache.org> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100343 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100338 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 22, 2003
-
-
Brian Pane authored
Submitted by: Joe Schaefer <joe+gmane@sunstarsys.com> Reviewed by: Brian Pane git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100334 13f79535-47bb-0310-9956-ffa450edef68
-
Jason S. Lingohr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100330 13f79535-47bb-0310-9956-ffa450edef68
-
Jason S. Lingohr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100328 13f79535-47bb-0310-9956-ffa450edef68
-
Jason S. Lingohr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100325 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 21, 2003
-
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100324 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
not absolute - remove description of absolute pathes (beginning with a slash) because this is valid only for some OS git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100323 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 20, 2003
-
-
Jeff Trawick authored
various operational problems in a threaded MPM, since on the second attempt to close the socket, the same descriptor was often already in use by another thread for another purpose. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100320 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
- Replace " with \texttt{"}, which is ugly, but less ugly than quotes going in the wrong direction. - Add a disclaimer to the front of the book telling people to look at the html if they have a problem. - Use "longtable" (and thereby allow a pagebreak) for tables with more than 15 rows. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100319 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
DocumentRoot always used to be interpreted relative to ServerRoot. Make it server_root_relative like in Apache-1.3 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100315 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100314 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100313 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
occurred git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100312 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 19, 2003
-
-
Greg Stein authored
response. * mod_dav.c (dav_method_propfind, dav_method_report): if the dav provider throws an error in the middle of streaming a response, have mod_dav log an error and abort the connection. Submitted by: Ben Collins-Sussman <sussman@collab.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100309 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
* mod_dav.c (dav_method_propfind): the PROPFIND request might not have a body. Therefore, we cannot dereference 'doc' unconditionally. Test it to decide what to pass on to dav_begin_multistatus(). Submitted by: Ben Collins-Sussman <sussman@collab.net>, David Waite <mass@akuma.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100308 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
really; the <pre> needs to be removed). Add a missing faq section to the sitemap (my fault) Add a columnspec to the quickreference. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100305 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
- Add transformations of quickreference and faq. - Move <seealso> and the titles to their own templates to avoid repeating code. - Fix external directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100304 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100303 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 17, 2003
-
-
William A. Rowe Jr authored
Reaction to Jeff Trawick's observations that we are double-initializing dynalinked OpenSSL Engines and Configs. Move the library teardown code so that it is torn down in the proper order, corresponding to when the library itself was initialized. And leave a little reminder that some memory diagnostics would be good if OpenSSL is built for malloc debugging. Suggested by: Geoff Thorpe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100288 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
ap_strcmp_match() and ap_strcasecmp_match() to use 'expected' rather than 'exp' to avoid shadowing the global exp() function. Submitted by: Justin Erenkrantz <justin@erenkrantz.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100286 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
function in the math.h header. Some compilers don't like that. Submitted by: Blair Zajac <blair@orcaware.com> Reviewed by: rbb@rkbloom.net git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100279 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 16, 2003
-
-
Joshua Slive authored
- Add a little more meta-information to the pdf file (title/author) - Remove the dependency on fullpage.sty, since this is not a standard latex package. - With <note type="Warning">, replace the arrow with an exclamation mark in a box. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100267 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100265 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100264 13f79535-47bb-0310-9956-ffa450edef68
-