Httpd Configuration
Jump to navigation
Jump to search
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
- httpd Persistent Connection Configuration
- httpd Proxying and Load Balancing Configuration
- httpd prefork MPM Configuration
Directives
- Quick Reference: https://httpd.apache.org/docs/2.4/mod/quickreference.html
- ServerAdmin
- ServerName
- DocumentRoot
- ErrorLog
- LogLevel
- IncludeOptional
- VirtualHost
- Listen
Discrete Configuration Elements
Listen
Specify the interface the server listens on:
Listen 12.34.56.78:80
is better than:
Listen 80