Httpd Configuration: Difference between revisions
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
[[Image:httpd_Configuration_Overview.png]] | [[Image:httpd_Configuration_Overview.png]] | ||
=Subjects= | |||
* [[httpd Convenience Aliases]] | |||
* [[httpd Virtual Host Configuration]] | |||
* [[httpd SSL Configuration]] | |||
* [[httpd Logging Configuration]] | |||
* [[httpd Redirect To Secure Content]] | |||
* [[httpd Persistent Connection Configuration]] | |||
* [[httpd mod_proxy Installation|mod_proxy Installation]] | |||
* [[httpd prefork MPM Configuration]] | |||
* [[httpd worker MPM Configuration]] | |||
=Sections= | =Sections= | ||
Line 25: | Line 36: | ||
* [[httpd KeepAliveTimeout|KeepAliveTimeout]] | * [[httpd KeepAliveTimeout|KeepAliveTimeout]] | ||
* [[httpd MaxKeepAliveRequests|MaxKeepAliveRequests]] | * [[httpd MaxKeepAliveRequests|MaxKeepAliveRequests]] | ||
* [[httpd Timeout|Timeout]] | |||
==The "default" (or "main") Server Configuration== | ==The "default" (or "main") Server Configuration== | ||
==Virtual Host Configuration== | ==Virtual Host Configuration== | ||
{{Internal|Httpd Virtual Host Configuration|Httpd Virtual Host Configuration}} | |||
==Specialized Configuration== | ==Specialized Configuration== | ||
Line 46: | Line 60: | ||
* [[httpd VirtualHost|VirtualHost]] | * [[httpd VirtualHost|VirtualHost]] | ||
* [[httpd Listen|Listen]] | * [[httpd Listen|Listen]] | ||
* [[httpd SetHandler|SetHandler]] | |||
* [[httpd Directory|Directory]] | * [[httpd Directory|Directory]] | ||
* [[httpd Require|Require]] | * [[httpd Require|Require]] | ||
* [[httpd Location|Location]] | * [[httpd Location|Location]] | ||
* [[httpd ExtendedStatus|ExtendedStatus]] | |||
=Discrete Configuration Elements= | =Discrete Configuration Elements= | ||
Line 67: | Line 81: | ||
Listen 80 | Listen 80 | ||
</pre> | </pre> | ||
Latest revision as of 01:11, 18 November 2021
Internal
Overview
The default configuration file, for a standard installation, is /etc/httpd/conf/httpd.conf. The configuration directives are grouped into three sections: the Global Environment, the "default" (or "main") Server configuration and "Virtual Host" configurations.
Subjects
- httpd Convenience Aliases
- httpd Virtual Host Configuration
- httpd SSL Configuration
- httpd Logging Configuration
- httpd Redirect To Secure Content
- httpd Persistent Connection Configuration
- mod_proxy Installation
- httpd prefork MPM Configuration
- httpd worker MPM Configuration
Sections
TODO Continue here: https://home.feodorov.com:9443/wiki/Wiki.jsp?page=HttpdConfiguration
The Global Environment Configuration
The "default" (or "main") Server Configuration
Virtual Host Configuration
Specialized Configuration
Directives
- Quick Reference: https://httpd.apache.org/docs/2.4/mod/quickreference.html
- ServerAdmin
- DocumentRoot
- ErrorLog
- LogLevel
- IncludeOptional
- VirtualHost
- Listen
- SetHandler
- Directory
- Require
- Location
- ExtendedStatus
Discrete Configuration Elements
Listen
Specify the interface the server listens on:
Listen 12.34.56.78:80
is better than:
Listen 80