linux_wiki:apache_configuration_file_walk_through

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux_wiki:apache_configuration_file_walk_through [2016/08/27 14:55]
billdozor created
linux_wiki:apache_configuration_file_walk_through [2016/09/24 16:13]
billdozor [Main Config File]
Line 13: Line 13:
 \\ \\
 **Important config file default directives** **Important config file default directives**
-  * ServerRoot "/etc/httpd" -> Where to look for web server configuration+  * ServerRoot "/etc/httpd" -> Where to look for web server configuration. Other config files are relative to this directory.
   * Listen 80 -> Listen on tcp port 80 (on all available addresses by default)   * Listen 80 -> Listen on tcp port 80 (on all available addresses by default)
  
Line 25: Line 25:
  
   * Directory blocks (<Directory>)-> Define configuration items such as access permissions within the start/end blocks   * Directory blocks (<Directory>)-> Define configuration items such as access permissions within the start/end blocks
 +    * AllowOverride -> If "None", the contents of .htaccess files will NOT be read
 +    * Options -> Specify different options such as "Indexes" (show directory listing if no index.html file exists)
 +    * Require all -> "granted" allows contents of the directory to be accessed. "denied" denies access to the contents.
  
   * IfModule -> Only apply the containing settings if a module exists   * IfModule -> Only apply the containing settings if a module exists
  • linux_wiki/apache_configuration_file_walk_through.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)