summaryrefslogtreecommitdiffstats
path: root/modules/metadata/NWGNUexpires (unfollow)
Commit message (Expand)AuthorFilesLines
2003-02-19Be more pedantic when cleaning environment. Clean itAndré Malo2-55/+72
2003-02-19ignore some files copied from elsewhereJeff Trawick1-0/+4
2003-02-19 Fix Sebastian's observed failure of the Win32 Debug _install target.William A. Rowe Jr1-0/+2
2003-02-19break down the beast and explain the obvious >:->André Malo1-1/+40
2003-02-19Start tracking the PRs for known RFC 2616 violations. (Note that the testJustin Erenkrantz1-1/+9
2003-02-19Return 413 if chunk-ext-header is too long rather than reading from a truncatedJustin Erenkrantz2-2/+16
2003-02-19If mod_mime_magic does not know the content-type, do not attempt to guess.Justin Erenkrantz2-20/+21
2003-02-19insert LoadModule directives only outside of sections.André Malo2-2/+26
2003-02-19doc typo fix: s/ap_fine_path_info/ap_find_path_info/Stas Bekman1-1/+1
2003-02-19fix some typos in the ab man pageJeff Trawick1-11/+5
2003-02-18Fixed missing </p> + transformation.Erik Abele3-54/+92
2003-02-18Update the mod_auth_ldap and mod_ldap documentation to show the newBradley Nicholes2-42/+81
2003-02-18 foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, whichWilliam A. Rowe Jr66-132/+132
2003-02-18Update the status of mod_auth_ldapBradley Nicholes1-2/+2
2003-02-18remove unused variable.André Malo1-1/+1
2003-02-18Hook mod_proxy's fixup before mod_rewrite's fixup, so that byAndré Malo3-4/+18
2003-02-18fix a typo in a commentJeff Trawick1-1/+1
2003-02-18While processing filters on internal redirects, remember seen EOSAndré Malo2-2/+17
2003-02-17Don't emit an error when there is no body.Justin Erenkrantz1-0/+5
2003-02-17Allow restart of httpd to occur even with syntax errors in the configJustin Erenkrantz4-14/+34
2003-02-17Rework ap_xml_parse_input to work with bucket brigades rather than doing allJustin Erenkrantz2-24/+48
2003-02-17Fix potential memory leaks in mod_deflate on malformed input data.Justin Erenkrantz2-2/+14
2003-02-17Remove ap_cache_reset_output_filters.Justin Erenkrantz3-21/+0
2003-02-17Style changes only. No functional changes.Justin Erenkrantz1-30/+53
2003-02-17Switch mod_deflate to 'most' status now. It's stable enough and will disableJustin Erenkrantz1-1/+1
2003-02-17Use APR_LAYOUT instead of APACHE_LAYOUT in configure.Justin Erenkrantz3-71/+4
2003-02-17Remove files on 'make distclean' that should be.Justin Erenkrantz3-3/+5
2003-02-17Rework the delete-exports target once more. Leave a comment there explainingJustin Erenkrantz1-7/+15
2003-02-17Added translations for romanian error documents and includedErik Abele20-3/+289
2003-02-16move backported change to the appropriate place.André Malo1-4/+4
2003-02-15Use correct quoting mechanism for APR_SUBDIR_CONFIG.Justin Erenkrantz1-3/+3
2003-02-15Allow apachectl to perform status with links and elinks as well if lynx isJustin Erenkrantz3-1/+5
2003-02-15Note the recent segfault fix.André Malo1-0/+3
2003-02-15fill out parms->err_directive while looking for open parents.André Malo1-1/+3
2003-02-15catch some style issues. No code changes.André Malo1-102/+112
2003-02-15the fix for 15761 is now in 2.0.45-devJeff Trawick1-9/+9
2003-02-15the fix for PR 12353 is now in 2.0.45-devJeff Trawick1-4/+4
2003-02-15clarify the meaning of "SetHandler None"André Malo3-7/+13
2003-02-14Extend the SetEnvIf directive to capture subexpressions of theAndré Malo2-4/+19
2003-02-14use a better text for the overlap warning.André Malo1-4/+3
2003-02-14extend the check for Alias overlappings. Now test also previousAndré Malo1-3/+5
2003-02-14Updated mod_ldap to support SSL on the Novell LDAP SDKBradley Nicholes1-0/+8
2003-02-14Added support for Novell LDAP SDK and standardized the SSL support acrossBradley Nicholes5-201/+422
2003-02-14fix link to squidAndré Malo2-2/+2
2003-02-14fix formatting problem in IPv6 sectionJeff Trawick2-4/+4
2003-02-14Replace the section on IPv6 with new text that accounts forJeff Trawick2-44/+72
2003-02-14mod_log_config optional hook changeIan Holsman1-0/+3
2003-02-14change optional function to return the previous writer, allowing to have mutl...Ian Holsman3-7/+14
2003-02-14people often assume that their Aliases will be found by "best match" ratherAndré Malo1-0/+25
2003-02-14Forward port of mod_actions' ability to handle arbitrary methodsAndré Malo2-7/+16