summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* account for a couple of fixes moved back to 2.0.46-devJeff Trawick2003-05-131-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99787 13f79535-47bb-0310-9956-ffa450edef68
* This patch as been merged into 2.0.46Bill Stoddard2003-05-131-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99779 13f79535-47bb-0310-9956-ffa450edef68
* fix a bogus check for IPv6 support that led to an unnecessaryJeff Trawick2003-05-131-1/+1
| | | | | | | | | string search on builds of Apache without IPv6 support Submitted by: Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99776 13f79535-47bb-0310-9956-ffa450edef68
* document the new exit code.André Malo2003-05-133-7/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99772 13f79535-47bb-0310-9956-ffa450edef68
* (grabbed from archive)André Malo2003-05-133-8/+19
| | | | | | | | | | | | Check the processed file on validity. If a line is not empty and not a comment, it must contain at least one colon. Otherwise exit with error code 7. Submitted by: Thom May <thom@planetarytramp.net> (on 2002-07-02) Kris Verbeeck <Kris.Verbeeck@ubizen.com> (on 2002-10-22) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99771 13f79535-47bb-0310-9956-ffa450edef68
* although the xml spec allows them, IE claims about colons in IDs.André Malo2003-05-138-86/+86
| | | | | | | replace them with periods. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99769 13f79535-47bb-0310-9956-ffa450edef68
* language code for Czech is 'cs', not 'cz'.André Malo2003-05-134-5/+8
| | | | | | | PR: 9427 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99767 13f79535-47bb-0310-9956-ffa450edef68
* typoAndré Malo2003-05-112-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99763 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2003-05-1079-1081/+7762
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99757 13f79535-47bb-0310-9956-ffa450edef68
* update metafiles.André Malo2003-05-1032-6/+108
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99756 13f79535-47bb-0310-9956-ffa450edef68
* Incorporate new Korean translationsAndré Malo2003-05-1032-0/+7814
| | | | | | | | Translated by: Jeongho Jeon <maczniak@operamail.com> Reviewed by: Choi Kyusic <kyusic@hotmail.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99755 13f79535-47bb-0310-9956-ffa450edef68
* I'm dumb.André Malo2003-05-102-2/+3
| | | | | | | Revert that change, that applied only to 2.0. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99752 13f79535-47bb-0310-9956-ffa450edef68
* Fix broken linksAndré Malo2003-05-109-18/+17
| | | | | | | Submitted by: kajaa <kajaa@eastday.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99751 13f79535-47bb-0310-9956-ffa450edef68
* remove references to BS2000Account.André Malo2003-05-1015-931/+749
| | | | | | | update transformation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99750 13f79535-47bb-0310-9956-ffa450edef68
* I stumbled over a 2002 (it's not the only one)Martin Kraemer2003-05-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99749 13f79535-47bb-0310-9956-ffa450edef68
* Porting EBCDIC: headers wer incorrectly (i.e., not) convertedMartin Kraemer2003-05-091-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99748 13f79535-47bb-0310-9956-ffa450edef68
* Porting to BS2000: the antique interface (BS2000Account) no longer existsMartin Kraemer2003-05-095-337/+121
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99747 13f79535-47bb-0310-9956-ffa450edef68
* Updated the NetWare platform documentation to reflect changes to theBradley Nicholes2003-05-091-156/+106
| | | | | | | NetWare OS environment and build process. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99745 13f79535-47bb-0310-9956-ffa450edef68
* Add a bunch of links to the Options docs and make a coupleJoshua Slive2003-05-082-49/+66
| | | | | | | | | small textual adjustments. PR: 19699 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99739 13f79535-47bb-0310-9956-ffa450edef68
* Allow blind accept when converting the proxy client socket to SSL if no clientBradley Nicholes2003-05-081-27/+26
| | | | | | | certificates have been provided. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99738 13f79535-47bb-0310-9956-ffa450edef68
* be more specific when expressing style whishes :)André Malo2003-05-071-2/+4
| | | | | | | This removes the hover effect on non-link anchors. (tested with IE6, Phoenix 0.5, Opera 7) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99733 13f79535-47bb-0310-9956-ffa450edef68
* Use generic whitespace character class when parsingAndré Malo2003-05-062-1/+5
| | | | | | | | | "require" directives, instead of literal spaces only. PR: 17135 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99727 13f79535-47bb-0310-9956-ffa450edef68
* general mod_proxy docs cleanup:André Malo2003-05-065-1376/+1428
| | | | | | | | | | | - add documentation for ProxyIOBufferSize (review desired) - fix context lists of ProxyPass and ProxyPassReverse - add more notes about the accompanying modules (_http, _ftp, _connect) - markup & reformatting (sorry for the big diff) -> update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99725 13f79535-47bb-0310-9956-ffa450edef68
* Add in some SeeAlso's to the mod_mime filter directives to help navigateJustin Erenkrantz2003-05-052-0/+16
| | | | | | | through the tangled web of directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99722 13f79535-47bb-0310-9956-ffa450edef68
* add stylesheets for Korean documents.André Malo2003-05-054-0/+94
| | | | | | | Submitted by: Jeongho Jeon <maczniak@operamail.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99721 13f79535-47bb-0310-9956-ffa450edef68
* Post change tidy up; wrap CHANGES properly and add ssl-std.conf to .cvsignoreThom May2003-05-052-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99720 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that ssl-std.conf is generated at configure time, and switchThom May2003-05-053-19/+23
| | | | | | | | | to using the expanded config variables to work the same as httpd-std.conf PR: 19611 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99719 13f79535-47bb-0310-9956-ffa450edef68
* refer to the correct error document.André Malo2003-05-052-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99714 13f79535-47bb-0310-9956-ffa450edef68
* markup & reformatting.André Malo2003-05-055-27/+21
| | | | | | | | remove the unrelated seealso references to proxypass. update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99712 13f79535-47bb-0310-9956-ffa450edef68
* make sure, the preferred language gets its chance, even when it's notAndré Malo2003-05-051-1/+10
| | | | | | | listed in browser's accept-language list. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99709 13f79535-47bb-0310-9956-ffa450edef68
* Make sure that mod_rewrite's type checker is evaluated before mod_mime.André Malo2003-05-042-1/+10
| | | | | | | PR: 19626 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99704 13f79535-47bb-0310-9956-ffa450edef68
* fix namespace problem and update a transformation that seems to be forgottenAndré Malo2003-05-038-8/+8
| | | | | | | yesterday ... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99703 13f79535-47bb-0310-9956-ffa450edef68
* That was the LAST XML file.André Malo2003-05-0322-1377/+2453
| | | | | | | Additional cleanup: Get a rid of all the footer/header files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99697 13f79535-47bb-0310-9956-ffa450edef68
* Throw a warning if AllowOverride is used inside of <Location> or <Files>.André Malo2003-05-021-0/+7
| | | | | | | | | | | Unfortunately there's no clean way to detect <DirectoryMatch>. It would not be sufficient, because <Directory ~> should be checked then, too. Hmm. PR: 19512 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99695 13f79535-47bb-0310-9956-ffa450edef68
* omit the cross-language links in CHM files.André Malo2003-05-022-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99694 13f79535-47bb-0310-9956-ffa450edef68
* new XMLAndré Malo2003-05-0210-75/+106
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99691 13f79535-47bb-0310-9956-ffa450edef68
* Fix a problem with namespace mappings being dropped in mod_dav_fs;Jeff Trawick2003-05-022-2/+6
| | | | | | | | | | | | if any property values were set which defined namespaces these came out mangled in the PROPFIND response. PR: 11637 Submitted by: Amit Athavale <amit_athavale@persistent.co.in> Reviewed by: Joe Orton, Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99690 13f79535-47bb-0310-9956-ffa450edef68
* new XMLAndré Malo2003-05-027-433/+545
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99686 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2003-05-02231-240/+1506
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99685 13f79535-47bb-0310-9956-ffa450edef68
* introduce cross-language links. The links to all available languages of aAndré Malo2003-05-0216-7/+117
| | | | | | | | document will show up on the top and the bottom of a page. Additionally, change the default config to deliver the desired results. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99684 13f79535-47bb-0310-9956-ffa450edef68
* Forward port a fix for a pair of potential buffer overflows in htdigest from 1.3Thom May2003-05-012-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99680 13f79535-47bb-0310-9956-ffa450edef68
* tweak the const-ness of MODSSL_INFO_CB_ARG_TYPE based on the OpenSSLJeff Trawick2003-05-011-0/+4
| | | | | | | | | | version this resolves some warnings with RH 8 (OpenSSL 0.9.6) and some errors with AIX's native compiler (OpenSSL 0.9.6) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99678 13f79535-47bb-0310-9956-ffa450edef68
* new XMLAndré Malo2003-05-017-170/+183
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99669 13f79535-47bb-0310-9956-ffa450edef68
* fresh manpage for dbmmanage. Some grammatical review desired ... :)André Malo2003-05-017-291/+445
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99663 13f79535-47bb-0310-9956-ffa450edef68
* new XMLAndré Malo2003-04-308-727/+910
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99652 13f79535-47bb-0310-9956-ffa450edef68
* keep the not-yet-converted list in syncAndré Malo2003-04-291-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99650 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2003-04-297-398/+432
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99647 13f79535-47bb-0310-9956-ffa450edef68
* bring the ab manpage up to date.André Malo2003-04-293-146/+185
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99646 13f79535-47bb-0310-9956-ffa450edef68
* fix a space problemAndré Malo2003-04-291-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99645 13f79535-47bb-0310-9956-ffa450edef68
* for some reason, the NAME section got lost.André Malo2003-04-296-2/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99640 13f79535-47bb-0310-9956-ffa450edef68