- Aug 19, 2001
-
-
William A. Rowe Jr authored
Assure that non-FancyIndexed listings properly shortcut dir entries, and display and href the trailing slash, as well. PR: 8206 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90364 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
This doesn't belong in the distro (certainly not installed in a docroot.) This sort of history should be in CVS and CHANGES. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90362 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90361 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
--enable-modules=most will disable a module if it can not be built --enable-modules=all will error if a module can not be built --enable-modules=foo will error if the specified module can not be built (even if --enable-modules=most is set) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90360 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90359 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add the advertising clause text to our own README when we link and copy the openssl binaries. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90358 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
This is Apache 2.0, which has been essentially rewritten. This citation was inconsistent with the rest of our credits. We still thank Ambarish Malpani of ValiCert, Inc. for his contribution, but we have many, many others to thank, and this one accolade was out of place. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90357 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90356 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90355 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90354 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
A little more clarity in DescriptionWidth. Better phrasing recommended by Bill Rowe on SuppressDescription git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90353 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
configuration to httpd-std.conf and httpd-win.conf PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90352 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
to the docs. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90351 13f79535-47bb-0310-9956-ffa450edef68
-
Lars Eilebrecht authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90350 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90349 13f79535-47bb-0310-9956-ffa450edef68
-
Lars Eilebrecht authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90348 13f79535-47bb-0310-9956-ffa450edef68
-
Lars Eilebrecht authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90347 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90346 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 18, 2001
-
-
Richard Bowen authored
the column width. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90341 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
Fixed a problem where the default cache TTL was set in milliseconds not microseconds causing the cache to time out almost immediately. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90340 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90339 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
module code to follow APR. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90338 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
cleaned up when the connection pool pool is cleaned up. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90336 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90333 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90332 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
Fix a minor issue with Jeff Trawick's mod_include patch. Without this patch, the code will just allocate more bytes in get_combined_directive than are needed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90329 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90325 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90324 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90323 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90321 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Beat the dead horse git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90320 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
from the parent process. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90319 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90316 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90314 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 17, 2001
-
-
William A. Rowe Jr authored
Bring include and lib targets into line with Unix, and drop the segregated lib vs. libexec, since we have (carefully) avoided potential name clashes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90308 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
some previously unacknowledged Win32 stuff in 2.0.24) when we decide if mod_include is fixed for the time being we may move back the mod_include fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90306 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Heck, create them with .txt filenames on Win32 so the os knows how to open them ;) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90305 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
As we package the minimal binaries, package a minimal (but comprehensive) set of readme, license and news for the OpenSSL .dll's and openssl.exe. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90304 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
after parsing the first part of the tag. We could get errors like [error] [client 127.0.0.1] unknown directive "<!" in parsed doc filename git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90303 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
PARSE_DIRECTIVE state, so only reset directive_length when in that state git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90302 13f79535-47bb-0310-9956-ffa450edef68
-