summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Change <RequireAll><RequireOne> to <SatisfyAll><SatisfyOne>. The keyword ↵authz-devBradley Nicholes2006-01-102-27/+27
| | | | | | 'Satisfy' seems to fit a little better since the blocks can contain both 'Require' and 'Reject' directives git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@367678 13f79535-47bb-0310-9956-ffa450edef68
* Update the configuration file templates to use the new authorization syntaxBradley Nicholes2006-01-077-25/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@366602 13f79535-47bb-0310-9956-ffa450edef68
* Remove the references to the Satisfy directive from the documentation since ↵Bradley Nicholes2006-01-067-51/+6
| | | | | | this directive no longer exists git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@366521 13f79535-47bb-0310-9956-ffa450edef68
* Remove the references to all of the AuthzXXXAuthoritative directives in the ↵Bradley Nicholes2006-01-068-209/+1
| | | | | | documentation since these directives no longer exist git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@366519 13f79535-47bb-0310-9956-ffa450edef68
* Update the module list docBradley Nicholes2005-12-301-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@360029 13f79535-47bb-0310-9956-ffa450edef68
* Update the documentation to show the new provider based authorizationBradley Nicholes2005-12-307-494/+558
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@360027 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2005-11-2920-50/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349790 13f79535-47bb-0310-9956-ffa450edef68
* upgrading.html.fr no longer exists, but the the entry commented for referenceAndré Malo2005-11-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349788 13f79535-47bb-0310-9956-ffa450edef68
* Fix a mixed-up module reference and document (carefully)Joshua Slive2005-11-291-1/+32
| | | | | | | how to turn off require in a subdirectory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349776 13f79535-47bb-0310-9956-ffa450edef68
* Kill a very old html-only translation.Joshua Slive2005-11-291-164/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349754 13f79535-47bb-0310-9956-ffa450edef68
* Move closing tag to proper location.Joshua Slive2005-11-291-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349753 13f79535-47bb-0310-9956-ffa450edef68
* Some config file changes:Joshua Slive2005-11-293-38/+2
| | | | | | | | | | | | | | | | - Make the <Files> section safer by adding Satisfy all (as is already present in 1.3) - Remove some handler examples that almost nobody will use (the config file is not the documentation) - Remove some win32 specific stuff from the default config, since win32 uses its own config file - Remove the config section for the perchild mpm git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349747 13f79535-47bb-0310-9956-ffa450edef68
* Note dbd/windows problemNick Kew2005-11-292-25/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349736 13f79535-47bb-0310-9956-ffa450edef68
* rebuild docsPaul Querna2005-11-283-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349498 13f79535-47bb-0310-9956-ffa450edef68
* - try to add a note to explain the behaviour of clients use a pipelinedDavid Reid2005-11-281-0/+4
| | | | | | | connection wrt to MaxRequestsPerChild and KeepAlive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349476 13f79535-47bb-0310-9956-ffa450edef68
* rebuildPaul Querna2005-11-203-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345709 13f79535-47bb-0310-9956-ffa450edef68
* Fix program namePaul Querna2005-11-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345708 13f79535-47bb-0310-9956-ffa450edef68
* rebuild.Paul Querna2005-11-203-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345702 13f79535-47bb-0310-9956-ffa450edef68
* Add a mention of the new httxt2dbm programPaul Querna2005-11-201-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345701 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2005-11-1834-62/+150
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345550 13f79535-47bb-0310-9956-ffa450edef68
* fix propertiesAndré Malo2005-11-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345549 13f79535-47bb-0310-9956-ffa450edef68
* Add typemap file to mod_authz_dbd docs (oops!)Nick Kew2005-11-181-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345393 13f79535-47bb-0310-9956-ffa450edef68
* Documentation for mod_authz_dbdNick Kew2005-11-183-0/+476
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345391 13f79535-47bb-0310-9956-ffa450edef68
* Remove redundant link.Joshua Slive2005-11-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345302 13f79535-47bb-0310-9956-ffa450edef68
* * Deprecate AddOutputFilterByTypeJoshua Slive2005-11-171-16/+32
| | | | | | | * Link up Require and AuthType to the relevant aaa modules. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345301 13f79535-47bb-0310-9956-ffa450edef68
* A few markup and spelling fixes.Joshua Slive2005-11-171-16/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345298 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2005-11-1627-118/+166
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345067 13f79535-47bb-0310-9956-ffa450edef68
* Provide at least a basic roadmap to the aaa modules as part of the tutorial.Joshua Slive2005-11-161-21/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345065 13f79535-47bb-0310-9956-ffa450edef68
* Remove on/off arguments from AuthDigestProvider.Joshua Slive2005-11-161-9/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345064 13f79535-47bb-0310-9956-ffa450edef68
* Remove on/off from the argument list for AuthBasicProvider,Joshua Slive2005-11-161-32/+27
| | | | | | | | attempt to clarify the discussion of AuthBasicAuthoritative, and add some extra clarifications in a few places. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345057 13f79535-47bb-0310-9956-ffa450edef68
* Update transformations.Colm MacCarthaigh2005-11-1626-36/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345045 13f79535-47bb-0310-9956-ffa450edef68
* Correct an XML validation error.Colm MacCarthaigh2005-11-161-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344972 13f79535-47bb-0310-9956-ffa450edef68
* Make references to 2.1 and later consistent with each other.Colm MacCarthaigh2005-11-167-16/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344971 13f79535-47bb-0310-9956-ffa450edef68
* Fix wrong linkNick Kew2005-11-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344485 13f79535-47bb-0310-9956-ffa450edef68
* Typo.Joshua Slive2005-11-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344411 13f79535-47bb-0310-9956-ffa450edef68
* Remove a few obsolete historical references, clean upJoshua Slive2005-11-151-31/+26
| | | | | | | | some small inconsistencies, and use graceful-stop in the upgrading example. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344409 13f79535-47bb-0310-9956-ffa450edef68
* Revert UCN default change - set back to Off, which isJim Jagielski2005-11-158-9/+9
| | | | | | | what 2.1/2.2 has been but is opposite from the 2.0 default. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344408 13f79535-47bb-0310-9956-ffa450edef68
* Add in the UseCanonicalPhysicalPort directive, whichJim Jagielski2005-11-156-20/+130
| | | | | | | | | | | basically allows Apache to configurably ( :) ) use the physical port when constructing the canonical port. Also add the exact ordering to the docs, so people can easily see how it works. We now have compatibility with both 2.0 and 1.3. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344369 13f79535-47bb-0310-9956-ffa450edef68
* update convenience mapAndré Malo2005-11-131-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333071 13f79535-47bb-0310-9956-ffa450edef68
* drop the version reference from the property file; it's no longer neededAndré Malo2005-11-131-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333066 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2005-11-136-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333054 13f79535-47bb-0310-9956-ffa450edef68
* this path stays as 2.0André Malo2005-11-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333052 13f79535-47bb-0310-9956-ffa450edef68
* fix latex buildAndré Malo2005-11-131-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333016 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2005-11-13179-219/+343
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333013 13f79535-47bb-0310-9956-ffa450edef68
* doh! fix build errorAndré Malo2005-11-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333008 13f79535-47bb-0310-9956-ffa450edef68
* centralize the versioning of the httpd and the docs directoriesAndré Malo2005-11-1361-101/+170
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333005 13f79535-47bb-0310-9956-ffa450edef68
* Add an Irish TranslationColm MacCarthaigh2005-11-1319-0/+300
| | | | | | | | Submitted by: Noirin Plunkett <firebird nerdchic.net> Reviewed by: Colm git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332986 13f79535-47bb-0310-9956-ffa450edef68
* Update filter documentation page.Nick Kew2005-11-134-68/+178
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332971 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2005-11-13303-598/+605
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332957 13f79535-47bb-0310-9956-ffa450edef68
* validate XMLAndré Malo2005-11-132-13/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332956 13f79535-47bb-0310-9956-ffa450edef68