History log of /httpd/docs/conf/extra/httpd-manual.conf.in
Revision Date Author Comments Expand
b8678fc0fd34da6afe4f9976983db7f4d16f50a8 1564770 05-Feb-2014 nd

fix tr docs charset

42181165c9bc8fdc76603d699db058681c553429 1080109 10-Mar-2011 rbowen

Adds the simplified chinese translation to the default manual configuration file.

cf1c779224d95038ac6566c3160c876ab34872ac 1042446 05-Dec-2010 nd

add danish language

f422fa04a2aba00b03b72685702c9ffa87c873ad 954816 15-Jun-2010 rjung

Update comment about required modules in extra configuration files. Mostly adding the information to the vhost and ssl files, and adding mod_authz_core and mod_authz_host (for "Require all denied" and "Require all granted") where needed.

555e7d0dfb099fb518edb232c687d4c1a6109475 639923 22-Mar-2008 nd

oh dear, thanks joe

fb2467580023d593d87c4f70b84d64d353f605ba 639912 22-Mar-2008 nd

fixup on .tr extension

7c92ae7eee81661576e0a53350b02c6eeba092ab 634647 07-Mar-2008 nd

add language definitions for turkish

367d146f245f3b1c9f77c18e6ec591b52e0b344c 368027 11-Jan-2006 bnicholes

Authz refactoring Merge from branches/authz-dev Basically here is a list of what has been done: - Convert all of the authz modules from hook based to provider based - Remove the ap_requires field from the core_dir_config structure - Remove the function ap_requires() since its functionality is no longer supported or necessary in the refactoring - Remove the calls to ap_some_auth_required() in the core request handling to allow the hooks to be called in all cases. - Add the new module mod_authz_core which will act as the authorization provider vector and contain common authz directives such as 'Require', 'Reject' and '<RequireAlias>' - Add the new module mod_authn_core which will contain common authentication directives such as 'AuthType', 'AuthName' and '<AuthnProviderAlias>' - Move the check for METHOD_MASK out of the authz providers and into the authz_core provider vector - Define the status codes that can be returned by the authz providers as AUTHZ_DENIED, AUTHZ_GRANTED and AUTHZ_GENERAL_ERROR - Remove the 'Satisfy' directive - Implement the '<RequireAll>', '<RequireOne>' block directives to handle the 'and' and 'or' logic for authorization. - Remove the 'AuthzXXXAuthoritative' directives from all of the authz providers - Implement the 'Reject' directive that will deny authorization if the argument is true - Fold the 'Reject' directive into the '<RequireAll>', '<RequireOne>' logic - Reimplement the host based authorization functionality provided by 'allow', 'deny' and 'order' as authz providers - Remove the 'allow', 'deny' and 'order' directives - Merge mod_authn_alias into mod_authn_core - Add '<RequireAlias>' functionality which is similar to '<AuthnProviderAlias>' but specific to authorization aliasing - Remove all of the references to the 'authzxxxAuthoritative' directives from the documentation - Remove the 'Satisfy' directive from the documentation - Remove 'Allow', 'Deny', 'Order' directives from the documentation - Document '<RequireAll>', '<RequireOne>', 'Reject' directives - Reimplement the APIs ap_auth_type(), ap_auth_name() as optional functions and move the actual implementation into mod_authn_core - Reimplement the API ap_some_auth_required() as an optional function and move the actual implementation into mod_authz_core Major Changes: - Added the directives <RequireAll>, <RequireOne>, <RequireAlias>, Reject - Expanded the functionality of the directive 'Require' to handle all authorization and access control - Added the new authz providers 'env', 'ip', 'host', 'all' to handle host-based access control - Removed the directives 'Allow', 'Deny', 'Order', 'Satisfy', 'AuthzXXXAuthoritative' - Removed the ap_require() API - Moved the directives 'AuthType', 'AuthName' out of mod_core and into mod_authn_core - Moved the directive 'Require' out of mod_core and into mod_authz_core - Merged mod_authn_alias into mod_authn_core - Renamed mod_authz_dbm authz providers from 'group' and 'file-group' to 'dbm-group' and 'dbm-file-group' Benefits: - All authorization and access control is now handle through two directives, 'Require' and 'Reject' - Authorization has been expanded to allow for complex 'AND/OR' control logic through the directives '<RequireAll>' and '<RequireOne>' - Configuration is now much simpler and consistent across the board - Other modules like mod_ssl and mod_proxy should be able to plug into and take advantage of the same provider based authorization mechanism by implementing their own providers Issues: - Backwards compatibility between 2.2 and 2.3 configurations will be broken in the area of authorization and access control due to the fact that the directives 'allow', 'deny', 'order' and 'satisfy' have been removed. When moving from 2.2 to 2.3 these directives will have to be changed to 'Require all granted', 'Require all denied' or some variation of the authz host-based providers. - Existing third party authorization modules will have to adapt to the new structure.

httpd-autoindex.conf.in httpd-dav.conf.in httpd-info.conf.in httpd-manual.conf.in httpd-multilang-errordoc.conf.in httpd-userdir.conf.in /httpd/docs/conf/httpd.conf.in /httpd/docs/manual/developer/request.xml /httpd/docs/manual/mod/allmodules.xml /httpd/docs/manual/mod/core.xml /httpd/docs/manual/mod/mod_auth_digest.xml /httpd/docs/manual/mod/mod_authn_alias.xml /httpd/docs/manual/mod/mod_authn_core.xml /httpd/docs/manual/mod/mod_authn_core.xml.meta /httpd/docs/manual/mod/mod_authnz_ldap.xml /httpd/docs/manual/mod/mod_authz_core.xml /httpd/docs/manual/mod/mod_authz_core.xml.meta /httpd/docs/manual/mod/mod_authz_dbd.xml /httpd/docs/manual/mod/mod_authz_dbm.xml /httpd/docs/manual/mod/mod_authz_groupfile.xml /httpd/docs/manual/mod/mod_authz_host.xml /httpd/docs/manual/mod/mod_authz_owner.xml /httpd/docs/manual/mod/mod_authz_user.xml /httpd/docs/manual/mod/mod_ldap.xml /httpd/include/ap_mmn.h /httpd/include/http_core.h /httpd/modules/aaa/NWGNUauthncore /httpd/modules/aaa/NWGNUauthzcore /httpd/modules/aaa/NWGNUmakefile /httpd/modules/aaa/config.m4 /httpd/modules/aaa/mod_auth.h /httpd/modules/aaa/mod_auth_basic.c /httpd/modules/aaa/mod_authn_core.c /httpd/modules/aaa/mod_authn_default.c /httpd/modules/aaa/mod_authnz_ldap.c /httpd/modules/aaa/mod_authz_core.c /httpd/modules/aaa/mod_authz_dbd.c /httpd/modules/aaa/mod_authz_dbm.c /httpd/modules/aaa/mod_authz_default.c /httpd/modules/aaa/mod_authz_groupfile.c /httpd/modules/aaa/mod_authz_host.c /httpd/modules/aaa/mod_authz_owner.c /httpd/modules/aaa/mod_authz_user.c /httpd/server/core.c /httpd/server/request.c
b51bf223f42d43ca6b1b33c95124edcfa5a871a4 333005 13-Nov-2005 nd

centralize the versioning of the httpd and the docs directories

httpd-manual.conf.in httpd-ssl.conf.in httpd-vhosts.conf.in /httpd/docs/conf/httpd-win.conf /httpd/docs/conf/httpd.conf.in /httpd/docs/manual/faq/all_in_one.xml /httpd/docs/manual/faq/all_in_one.xml.ja /httpd/docs/manual/faq/all_in_one.xml.ko /httpd/docs/manual/faq/index.xml /httpd/docs/manual/faq/index.xml.ja /httpd/docs/manual/faq/index.xml.ko /httpd/docs/manual/faq/support.xml /httpd/docs/manual/faq/support.xml.ja /httpd/docs/manual/faq/support.xml.ko /httpd/docs/manual/glossary.xml /httpd/docs/manual/glossary.xml.de /httpd/docs/manual/glossary.xml.es /httpd/docs/manual/glossary.xml.ko /httpd/docs/manual/index.xml /httpd/docs/manual/index.xml.de /httpd/docs/manual/index.xml.es /httpd/docs/manual/index.xml.fr /httpd/docs/manual/index.xml.ja /httpd/docs/manual/index.xml.ko /httpd/docs/manual/index.xml.pt-br /httpd/docs/manual/install.xml /httpd/docs/manual/install.xml.de /httpd/docs/manual/install.xml.es /httpd/docs/manual/install.xml.fr /httpd/docs/manual/install.xml.ja /httpd/docs/manual/install.xml.ko /httpd/docs/manual/mod/mod_info.xml /httpd/docs/manual/mod/mod_info.xml.ja /httpd/docs/manual/mod/mod_info.xml.ko /httpd/docs/manual/mod/mod_ssl.xml /httpd/docs/manual/programs/suexec.xml /httpd/docs/manual/programs/suexec.xml.ko /httpd/docs/manual/sitemap.xml /httpd/docs/manual/sitemap.xml.es /httpd/docs/manual/sitemap.xml.ja /httpd/docs/manual/sitemap.xml.ko /httpd/docs/manual/ssl/ssl_faq.xml /httpd/docs/manual/style/build.properties /httpd/docs/manual/style/common.dtd /httpd/docs/manual/style/lang.dtd /httpd/docs/manual/style/lang/de.xml /httpd/docs/manual/style/lang/en.xml /httpd/docs/manual/style/lang/es.xml /httpd/docs/manual/style/lang/fr.xml /httpd/docs/manual/style/lang/ja.xml /httpd/docs/manual/style/lang/ko.xml /httpd/docs/manual/style/lang/pt-br.xml /httpd/docs/manual/style/lang/ru.xml /httpd/docs/manual/style/latex/latex.xsl /httpd/docs/manual/style/version.ent /httpd/docs/manual/style/xsl/indexpage.xsl /httpd/docs/manual/suexec.xml /httpd/docs/manual/suexec.xml.ja /httpd/docs/manual/suexec.xml.ko /httpd/docs/manual/upgrading.xml /httpd/docs/manual/upgrading.xml.de
945a9b081610f2b57759231e4cfad7aed62c9326 160696 09-Apr-2005 slive

Merged the simple-conf branch changes r159781:160695 into the trunk.