Syntax:
Context: server config, virtual host, .htaccess
Status: core
Compatibility: only available in Apache 1.3 and above.
The
<FilesMatch ".(gif|jpe?g|png)$">
would match most common Internet graphics formats.
See also: How Directory, Location and Files sections work for an explanation of how these different sections are combined when a request is received
--------------------------------------------------------------------------------
Group directive
Syntax: Group unix-group
Default: Group #-1
Context: server config, virtual host
Status: core
The Group directive sets the group under which the server will answer requests. In order to use this directive, the stand-alone server must be run initially as root. Unix-group is one of:
A group name
Refers to the given group by name.
# followed by a group number.
Refers to a group by its number.
It is recommended that you set up a new group specifically for running the server. Some admins use user nobody, but this is not always possible or desirable.
Note: if you start the server as a non-root user, it will fail to change to the specified group, and will instead continue to run as the group of the original user.
Special note: Use of this directive in
SECURITY: See User for a discussion of the security considerations.
--------------------------------------------------------------------------------
http://www.bkjia.com/PHPjc/629589.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/629589.htmlTechArticleFilesMatch Syntax: FilesMatch regex ... /FilesMatch Context: server config, virtual host, .htaccess Status: core Compatibility: only available in Apache 1.3 and above. The FilesMatc...
【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!