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