- 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
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100262 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100261 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
just below the example. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100260 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 15, 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@100249 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 13, 2003
-
-
Joshua Slive authored
- Remove some <br>s where they really shouldn't be - Reorder the sitemap slightly (indexes at the end) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100244 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
- Another attempt to fix the # URL issue. - Table changes: - Use \small font inside tables. - Use bold for table headers. - Another hack to deal with <br>: use a small-skip rather than a line-break after an <indent>. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100243 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100242 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100241 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 12, 2003
-
-
Joshua Slive authored
- Add directive index. - Number the front-matter pages using roman numerals - Omit any <br/> that ends a block. - Improve the rendering of <indent> by using a list environment rather than a minipage. - Update the TODO list. Current draft at: http://www.apache.org/~slive/manual/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100225 13f79535-47bb-0310-9956-ffa450edef68
-