Httpd Configuration: Difference between revisions
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
=Directives= | =Directives= | ||
* Quick Reference: https://httpd.apache.org/docs/2.4/mod/quickreference.html | |||
* [[httpd ServerAdmin|ServerAdmin]] | * [[httpd ServerAdmin|ServerAdmin]] | ||
* [[httpd ServerName|ServerName]] | * [[httpd ServerName|ServerName]] |
Revision as of 19:18, 6 January 2016
Internal
Overview
The default configuration file, for a standard installation, is /etc/httpd/conf/httpd.conf
Subjects
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