Httpd Directory: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
* [[httpd Configuration#Directives|httpd Directives]] | * [[httpd Configuration#Directives|httpd Directives]] | ||
* [[httpd Require|Require]] | |||
=Overview= | =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. | <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. |
Revision as of 02:55, 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.