From: Rich Bowen While processing a request, the server looks for
- the first existing configuration file from this list of names in
- every directory of the path to the document, if distributed
+ The AccessFileName directive allows you to change the name of the file
+ that will be considered for per-directory configuration overrides, in the
+ event that While processing a request, the server looks for files with the name
+ (or names) defined in Before returning the document
+ directory. For example Before returning the document
Status: Core
- Module: core AllowOverride is enabled
+ for that directory.AccessFileName
+ in every directory of the path to the document, if distributed
configuration files are enabled for that
- directory. For example:AccessFileName .acl
-
-
- /usr/local/web/index.html, the server will read
- /.acl, /usr/.acl,
- /usr/local/.acl and /usr/local/web/.acl
- for directives unless they have been disabled with:/.htaccess, /usr/.htaccess,
+ /usr/local/.htaccess and /usr/local/web/.htaccess
+ for directives.
For this reason, the default configuration file contains the following stanza:
<Directory "/">
AllowOverride None
</Directory>
+ This configuration block helps prevent unnecessary file accesses in directories
+ outside of your DocumentRoot. See also the note
+ about this in the AllowOverride directive documentation.
AllowOverrideWhen the server finds an .htaccess file (as
- specified by AccessFileName),
- it needs to know which directives declared in that file can override
- earlier configuration directives.
When the server finds a distributed configuration file (Usually called
+ .htaccess - configurable by the AccessFileName), it needs to know which directives
+ declared in that file can override earlier configuration directives.
AllowOverride is valid only in
@@ -504,9 +515,12 @@ NoDecode option available in 2.3.12 and later.
Allow, Deny and Order).Allow, Deny and Order). For the modern
+ equivalent, see the Require
+ directive, which is controlled by AuthConfig.
+ Also includes SSIETag,
+ SSILastModified, and
+ SSILegacyExprParser.
SSLCertificateKeyFile
-directive. This practice is highly discouraged. If it is used,
-the certificate files using such an embedded key must be configured
-after the certificates using a separate key file. If the private
-key is encrypted, the pass phrase dialog is forced at startup time.
-
+directive.
+
+This practice is highly discouraged for the following reasons:
+SSLCertificateFile directives referencing
+such combined files must appear after any
+SSLCertificateFile directives that use a
+separate key file. Violating this ordering will cause errors at
+startup.If the private key is encrypted, the pass phrase dialog is forced +at startup time.
+As an alternative to storing certificates and private keys in
files, a certificate identifier can be used to identify a certificate
@@ -813,12 +832,13 @@ to support multiple algorithms for server authentication. For each
directive, there must be a matching SSLCertificateFile
directive.
-The private key may also be combined with the certificate in the file given by
-SSLCertificateFile, but this practice
-is highly discouraged. If it is used, the certificate files using such
-an embedded key must be configured after the certificates using a separate
-key file.
The private key may also be combined with the certificate in the
+file given by SSLCertificateFile,
+but this practice is highly discouraged. See the warning in the
+SSLCertificateFile documentation for a full
+explanation of the risks and constraints.
As an alternative to storing private keys in files, a key identifier can be used to identify a private key stored in a diff --git a/docs/manual/mod/mod_ssl.xml.es b/docs/manual/mod/mod_ssl.xml.es index 608be53233..a5439ff9d4 100644 --- a/docs/manual/mod/mod_ssl.xml.es +++ b/docs/manual/mod/mod_ssl.xml.es @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_ssl.xml.fr b/docs/manual/mod/mod_ssl.xml.fr index 8ab88e1d21..4b4b1207f0 100644 --- a/docs/manual/mod/mod_ssl.xml.fr +++ b/docs/manual/mod/mod_ssl.xml.fr @@ -1,7 +1,7 @@ - +