summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - removed obs_* filesAndré Malo2002-12-0225-2425/+144
| | | | | | | | | | | | | | - keep sitemap in sync - Note: mod_auth_digest is currently exactly the same as in 2.0 (no changes were made due to the aaa-rewrite) - modified the example in mod_info (was a bad one ;-) - forward port (i.e copy) of rotatelogs.html, so we shouldn't forget the recent changes - fixed xslt/css for module index page -> update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97752 13f79535-47bb-0310-9956-ffa450edef68
* different case may confuse people.André Malo2002-12-022-2/+2
| | | | | | | PR: 15001 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97745 13f79535-47bb-0310-9956-ffa450edef68
* Add a commented LoadModule entry to the .conf file for mod_ext_filterBradley Nicholes2002-12-021-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97742 13f79535-47bb-0310-9956-ffa450edef68
* To be on the safe side...Martin Kraemer2002-12-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97732 13f79535-47bb-0310-9956-ffa450edef68
* If this worked on Mac OS-X, then OS-X should be fixed ;-)Martin Kraemer2002-12-021-1/+1
| | | | | | | | Otherwise, it looks like Apache-2.x has not been compiled on any unixoid platform anywhere since 2002-Nov-29 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97731 13f79535-47bb-0310-9956-ffa450edef68
* Must have symbolics for util_ldap/mod_auth_ldap base addresses.William A. Rowe Jr2002-12-021-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97730 13f79535-47bb-0310-9956-ffa450edef68
* Repair one oversimplification. I was grep'ping modules/experimentalWilliam A. Rowe Jr2002-12-021-2/+2
| | | | | | | for such symbols, didn't look backwards at include/. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97728 13f79535-47bb-0310-9956-ffa450edef68
* Add util_ldap and mod_auth_ldap to the workspace, but do not build byWilliam A. Rowe Jr2002-12-021-0/+45
| | | | | | | default yet [requires external 3rd party library still.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97726 13f79535-47bb-0310-9956-ffa450edef68
* Final corrections; much of these .dsp definitions were redundant.William A. Rowe Jr2002-12-022-12/+10
| | | | | | | | | | When you add a module to the Apache.dsw workspace, and make the new module dependent upon libapr, libaprutil, libhttpd (and in the case of mod_auth_ldap, make it dependent upon util_ldap) then everything just falls into place. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97723 13f79535-47bb-0310-9956-ffa450edef68
* Decorative change - consistify .dsp verbageWilliam A. Rowe Jr2002-12-012-31/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97722 13f79535-47bb-0310-9956-ffa450edef68
* Although we consistently used apr_time() APIs, the declarations didn'tWilliam A. Rowe Jr2002-12-012-11/+11
| | | | | | | match up. Nor did the indexes' types. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97720 13f79535-47bb-0310-9956-ffa450edef68
* Correct to appropriate text file formatsWilliam A. Rowe Jr2002-12-012-277/+277
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97717 13f79535-47bb-0310-9956-ffa450edef68
* German translation based on english version 1.4Astrid Malo2002-12-012-0/+146
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97714 13f79535-47bb-0310-9956-ffa450edef68
* german translationAstrid Malo2002-12-012-0/+385
| | | | | | | | by Tim Gerundt <tim@gerundt.de> with some minor changes from me git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97710 13f79535-47bb-0310-9956-ffa450edef68
* update to include mod_setenvif fixBrian Pane2002-11-301-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97706 13f79535-47bb-0310-9956-ffa450edef68
* Fix for BrowserMatchNoCase, which was incorrectly treating non-regexBrian Pane2002-11-301-1/+1
| | | | | | | | | patterns as case-sensitive Submitted by: Andr�� Malo Reviewed by: Brian Pane git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97705 13f79535-47bb-0310-9956-ffa450edef68
* For your consideration;William A. Rowe Jr2002-11-301-16/+20
| | | | | | | | | | the following CHANGES entries do not occur in the APACHE_2_0_BRANCH CHANGES file. If you already committed them, please reflect in both CHANGES files. If you would like to commit them, please do so, and then reflect the patches under Apache 2.0.44. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97701 13f79535-47bb-0310-9956-ffa450edef68
* Per Greg's request, add a version string component to the ap_provider.hJustin Erenkrantz2002-11-308-15/+41
| | | | | | | | functions. This allows modules to register different versions of the same provider. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97696 13f79535-47bb-0310-9956-ffa450edef68
* Reflect that AAA overhaul is deferrred.William A. Rowe Jr2002-11-301-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97695 13f79535-47bb-0310-9956-ffa450edef68
* add two overview pagesAstrid Malo2002-11-301-0/+2
| | | | | | | by Tim Gerundt <tim@gerundt.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97689 13f79535-47bb-0310-9956-ffa450edef68
* Note in the security docs that people should subscribe to theJoshua Slive2002-11-302-3/+44
| | | | | | | | | announcements list. PR: 14892 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97682 13f79535-47bb-0310-9956-ffa450edef68
* update translationAstrid Malo2002-11-301-2/+13
| | | | | | | | by Tim Gerundt <tim@gerundt.de> with some minor changes from me git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97681 13f79535-47bb-0310-9956-ffa450edef68
* *** empty log message ***Wilfredo Sanchez2002-11-291-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97678 13f79535-47bb-0310-9956-ffa450edef68
* Add export_files to EXTRACLEAN_TARGETSWilfredo Sanchez2002-11-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97675 13f79535-47bb-0310-9956-ffa450edef68
* Find apr, apr-util automatically if no --with-apr{-util} flag, same as other ↵Wilfredo Sanchez2002-11-291-2/+2
| | | | | | libs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97674 13f79535-47bb-0310-9956-ffa450edef68
* If apr and apr-util are not in-tree, we need to be able to find theWilfredo Sanchez2002-11-291-0/+2
| | | | | | | | | | | | | | | | include directory for each in order to generate the server/exports.c and server/export_vars.h files. configure.in: - Provide APR_INCLUDEDIR, APU_INCLUDEDIR. server/Makefile.in: - Use $APR_INCLUDEDIR $APU_INCLUDEDIR vars. - Add export_files target to generate a list of headers with symbols to export, use that list to generate exports.c and export_vars.h. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97673 13f79535-47bb-0310-9956-ffa450edef68
* If apr and apr-util are not in-tree, we need to be able to find theWilfredo Sanchez2002-11-293-16/+25
| | | | | | | | | | | | | | | | include directory for each in order to generate the server/exports.c and server/export_vars.h files. configure.in: - Provide APR_INCLUDEDIR, APU_INCLUDEDIR. server/Makefile.in: - Use $APR_INCLUDEDIR $APU_INCLUDEDIR vars. - Add export_files target to generate a list of headers with symbols to export, use that list to generate exports.c and export_vars.h. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97672 13f79535-47bb-0310-9956-ffa450edef68
* Changes to reduce dependency on in-tree apr and apr-util.Wilfredo Sanchez2002-11-296-8/+2981
| | | | | | | | | | | | | | Change AC_CONFIG_AUX_DIR in configure to build from srclib/apr/build. Have buildconf copy the needed files (config.guess, config.sub, PrintPath) from srclib/apr/build to build. Change binbuild.sh to stop using srclib/apr. This gets to to where ./configure --with-apr --with-apr-util actually works without an in-tree apr and apr-util, though we still need them in-tree to run buildconf. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97671 13f79535-47bb-0310-9956-ffa450edef68
* Don't include apr_network.m4 and apr_threads.m4; we don't use them.Wilfredo Sanchez2002-11-291-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97670 13f79535-47bb-0310-9956-ffa450edef68
* Use $INCLUDES rather than adding yet another place to edit include dirs.Wilfredo Sanchez2002-11-293-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97669 13f79535-47bb-0310-9956-ffa450edef68
* Caveat when using mod_speling in a DAV-enabled directoryMartin Kraemer2002-11-271-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97668 13f79535-47bb-0310-9956-ffa450edef68
* nobody seems to have objections...André Malo2002-11-2722-491/+526
| | | | | | | | | | | | | | | | | * XHTML 1._0_. delivering xhtml 1.1 as text/html is bogus. (see <http://www.w3.org/TR/xhtml-media-types/#summary>) * replaced the also bogus <dl> stuff by normal <p>s and added some CSS instead. (embedding CSS compatible to xml *and* html causes the very ugly hack, you can see in top.html, because in HTML <style> contains CDATA and in XHTML PCDATA, see also <http://lists.w3.org/Archives/Public/www-html/2002Apr/0053.html>) * fixed some encoding issues. * removed the weird empty lines at the beginning of every document * added CONTENT_LANGUAGE parameter for pt-br git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97665 13f79535-47bb-0310-9956-ffa450edef68
* add %% escapingAndré Malo2002-11-262-30/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97655 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up the NetWare make files so that they detect and find the zlibBradley Nicholes2002-11-263-5/+15
| | | | | | | source correctly git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97654 13f79535-47bb-0310-9956-ffa450edef68
* Changes committed - and set aside a placeholder for 2.1 patches.William A. Rowe Jr2002-11-251-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97651 13f79535-47bb-0310-9956-ffa450edef68
* Set the appropriate mime response headers for negotated type-mapWilliam A. Rowe Jr2002-11-251-1/+28
| | | | | | | | | | | | | | | | Body: responses. wrowe's review; My earlier concern doesn't apply. Type maps have always required the author to be explicit in all header fields to be negotiated; if the headers aren't given in the type map file the resulting redirect (for non-body maps) is broken anyways. As to my other concern, the charset should only exist if the Content-Type was given. Submitted by: Andr� Malo <nd@perlig.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97648 13f79535-47bb-0310-9956-ffa450edef68
* Force the screen to close on exit() if the -E option was specified on theBradley Nicholes2002-11-251-2/+6
| | | | | | | command line git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97647 13f79535-47bb-0310-9956-ffa450edef68
* Log reason for cache decline.Bill Stoddard2002-11-251-26/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97646 13f79535-47bb-0310-9956-ffa450edef68
* Accept '%%' in CustomLog format strings to produce a literal '%'.William A. Rowe Jr2002-11-251-0/+9
| | | | | | | Submitted by: Andr� Malo <nd@perlig.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97644 13f79535-47bb-0310-9956-ffa450edef68
* Add <IfModule> conditionals around non-core directives.Wilfredo Sanchez2002-11-251-475/+502
| | | | | | | Submitted by: Tim Wilde <twilde@dyndns.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97642 13f79535-47bb-0310-9956-ffa450edef68
* Generate MD5 digest.Wilfredo Sanchez2002-11-251-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97640 13f79535-47bb-0310-9956-ffa450edef68
* No gzip? Try compress.Wilfredo Sanchez2002-11-251-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97639 13f79535-47bb-0310-9956-ffa450edef68
* Don't crap out if we couldn't gzip the file.Wilfredo Sanchez2002-11-251-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97638 13f79535-47bb-0310-9956-ffa450edef68
* teeny optimizationWilfredo Sanchez2002-11-251-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97637 13f79535-47bb-0310-9956-ffa450edef68
* Put then on the if lineWilfredo Sanchez2002-11-251-14/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97636 13f79535-47bb-0310-9956-ffa450edef68
* Don't use GNU tar.Wilfredo Sanchez2002-11-251-17/+15
| | | | | | | | Problem here is that GNU tar creates tar archives which are not POSIX-compliant and cannot be unpacked using a POSIX tar program. Typical oopsie is a developer uses binbuild to pack up an httpd release on a system which does not include gtar in the standard distro, but it's there on the developer's computer. User downloads it and find that it won't unpack with standard tar, even though it claims to be a tar archive. Blah. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97635 13f79535-47bb-0310-9956-ffa450edef68
* typoWilfredo Sanchez2002-11-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97634 13f79535-47bb-0310-9956-ffa450edef68
* Conert programs/index to xmlJoshua Slive2002-11-242-18/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97632 13f79535-47bb-0310-9956-ffa450edef68
* Win32 builds populate include from modules/foo/*.h and os/win32/os.h.William A. Rowe Jr2002-11-241-0/+8
| | | | | | | | Eliminate the noise. However, I'm itching to simply move those 'standard' module headers back down to httpd-2.0/includes/ ... any objections? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97627 13f79535-47bb-0310-9956-ffa450edef68
* State the obvious (to some).William A. Rowe Jr2002-11-241-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97626 13f79535-47bb-0310-9956-ffa450edef68