Httpd Directory: Difference between revisions
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | |||
* https://httpd.apache.org/docs/2.4/mod/core.html#directory | |||
=Internal= | =Internal= | ||
* [[httpd Configuration]] | * [[httpd Configuration#Directives|httpd Directives]] | ||
* [[httpd Require|Require]] | |||
* [[httpd Location|Location]] | |||
=Overview= | |||
<Directory>...</Directory> are used to enclose a group of directives that apply only to the named ''file-system directory'', the sub-directories of that directory and the files within the respective directories. |
Latest revision as of 03:05, 10 January 2016
External
Internal
Overview
<Directory>...</Directory> are used to enclose a group of directives that apply only to the named file-system directory, the sub-directories of that directory and the files within the respective directories.