Httpd Configuration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 27: | Line 27: | ||
* [[httpd Listen|Listen]] | * [[httpd Listen|Listen]] | ||
* [[httpd ProxyPass|ProxyPass]] | * [[httpd ProxyPass|ProxyPass]] | ||
* [[httpd KeepAlive|KeepAlive]] | |||
* [[httpd KeepAliveTimeout|KeepAliveTimeout]] | * [[httpd KeepAliveTimeout|KeepAliveTimeout]] | ||
* [[httpd MaxKeepAliveRequests|MaxKeepAliveRequests]] | * [[httpd MaxKeepAliveRequests|MaxKeepAliveRequests]] |
Revision as of 16:54, 23 November 2016
Internal
Overview
The default configuration file, for a standard installation, is /etc/httpd/conf/httpd.conf
Subjects
- httpd Convenience Aliases
- httpd Virtual Host Configuration
- httpd SSL Configuration
- httpd Logging Configuration
- httpd Redirect To Secure Content
Directives
- Quick Reference: https://httpd.apache.org/docs/2.4/mod/quickreference.html
- ServerAdmin
- ServerName
- DocumentRoot
- ErrorLog
- LogLevel
- IncludeOptional
- VirtualHost
- Listen
- ProxyPass
- KeepAlive
- KeepAliveTimeout
- MaxKeepAliveRequests
- Directory
- Require
- Location
Discrete Configuration Elements
Listen
Specify the interface the server listens on:
Listen 12.34.56.78:80
is better than:
Listen 80