Apache Reference Manual (4)_PHP教程

WBOY
發布: 2016-07-13 17:11:32
原創
823 人瀏覽過


Syntax: ...
Context: server config, virtual host
Status: Core.
Compatibility: Available in Apache 1.3 and later
and are used to enclose a group of directives which will apply only to the named directory and sub-directories of that directory, the same as . However, it takes as an argument a regular expression. For example:
     
would match directories in /www/ that consisted of three numbers.
See Also: for a description of how regular expressions are mixed in with normal s.
See also: How Directory, Location and Files sections work for an explanation of how these different sections are combined when a request is received
--------------------------------------------------------------------------------
DocumentRoot directive
Syntax: DocumentRoot directory-filename
Default: DocumentRoot /usr/local/apache/htdocs
Context: server config, virtual host
Status: core
This directive sets the directory from which httpd will serve files. Unless matched by a directive like Alias, the server appends the path from the requested URL to the document root to make the path to the document. Example:
DocumentRoot /usr/web
then an access to http://www.my.host.com/index.html refers to /usr/web/index.html.
There appears to be a bug in mod_dir which causes problems when the DocumentRoot has a trailing slash (i.e., "DocumentRoot /usr/web/") so please avoid that.
--------------------------------------------------------------------------------
ErrorDocument directive
Syntax: ErrorDocument error-code document
Context: server config, virtual host, directory, .htaccess
Status: core
Override: FileInfo
Compatibility: The directory and .htaccess contexts are only available in Apache 1.1 and later.

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/629579.htmlTechArticleDirectoryMatch Syntax: DirectoryMatch regex ... /DirectoryMatch Context: server config, virtual host Status: Core. Compatibility: Available in Apache 1.3 and later DirectoryMatch an...
相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板