- Jan 14, 2003
-
-
William A. Rowe Jr authored
Fix a typo reported by Blair Zajac <blair@orcaware.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98270 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Adapt to Brane's apr-iconv patch that provides for make install, and makes httpd a little less intimate with apr internals. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98267 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
With the latest patch to config.c wildcards now work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98265 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
ap_server_root_relative never guarenteed that the resource exists, or isn't a file pattern. Correct the code to accept these cases (applied to both 2.0 and 2.1.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98264 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Once again, allow <Directory "C:\Users\*\html_files"> or other wildcard patterns in Directory blocks. Note a similar problem with Includes *.conf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98260 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 13, 2003
-
-
Jeff Trawick authored
occasionally caused exec to fail. The argument array passed to apr_proc_create() needs to have a NULL entry at the end. PR: 15491 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98258 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
After introducing tests in the cmds, we lose the absolute authority of the CRYPTO_malloc_init() which must happen the moment we load the module and prior to *any* ssl library fn invocation. Moved the CRYPTO_malloc_init() into the ssl_register_hooks() function, the absolute first call made into any loaded module. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98252 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 12, 2003
-
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98249 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98247 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
Submitted by: Thom May <thom@planetarytramp.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98245 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
ap_register_output_filter. Submitted by: Stas Bekman <stas@stason.org>, Joe Schaefer <joe+apache@sunstarsys.com> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98244 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 11, 2003
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98241 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 10, 2003
-
-
Bradley Nicholes authored
function to be called in protected address space. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98237 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 09, 2003
-
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98234 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
we already have on the docs-project website. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98233 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98230 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98224 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@98221 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
the moduleindex git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98218 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
according to the spec it's not allowed to bind the same variable twice or more within the same scope. (<http://www.w3.org/TR/xslt#local-variables>) Reported by: Michael Schr�pl <Michael.Schroepl@telekurs.de> Submitted by: Astrid Ke�ler Reviewed by: /me ;-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98216 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- core, mod_deflate, mod_speling, mpm_common because of "compatibility" transformation change - quickreference.html.de because of the recent core changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98214 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98213 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 08, 2003
-
-
Astrid Kessler authored
- use a more realistic values for some examples - use better parameter names - correct a seealso title thanks to nd for his suggestions git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98210 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
PR: 15603 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98208 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98206 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98204 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98202 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
true. And besides, the links are broken. PR: 15627 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98199 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98198 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
This element should only be used in non-english documentation to include some translation notes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98197 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98195 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
- some markup improvement - other peanuts (typo, etc.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98194 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 07, 2003
-
-
Greg Stein authored
parent resource. We want to (possibly) check in only the resource identified by the params. Bug found by David Waite <mass@akuma.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98187 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 06, 2003
-
-
Justin Erenkrantz authored
mod_dav_lock not always include it whenever mod_dav is built. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98186 13f79535-47bb-0310-9956-ffa450edef68
-
David Shane Holden authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98184 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98183 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Bring forward the IndexOptions IgnoreCase option to mod_autoindex from Apache 1.3 for both 2.0 and 2.1 (since the patch/feature was previously accepted for 1.3, I'm committing without the usual vote specific to 2.0.) Only small modification of David's patch to avoid future reformatting of the options list and better handle the strnatcmp side effects. PR: 14276 Obtained from: Submitted by: David Shane Holden <dpejesh@yahoo.com> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98181 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
evaluate multiple "require group" directives even for DBM files. this was always applicable for plain text group files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98180 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
break overlong line. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98179 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- remove superfluid #include - remove no longer neccessary bitmask handling - be more efficient if there are no groups for the user - call ap_note_auth_failure instead of ap_note_basic_auth_failure git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98178 13f79535-47bb-0310-9956-ffa450edef68
-