Httpd Configuration: Difference between revisions
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
* [[httpd ErrorLog|ErrorLog]] | * [[httpd ErrorLog|ErrorLog]] | ||
* [[httpd LogLevel|LogLevel]] | * [[httpd LogLevel|LogLevel]] | ||
* [[httpd IncludeOptional|IncludeOptional]] | |||
=Discrete Configuration Elements= | =Discrete Configuration Elements= |
Revision as of 18:41, 6 January 2016
Internal
Overview
The default configuration file, for a standard installation, is /etc/httpd/conf/httpd.conf
Subjects
Directives
Discrete Configuration Elements
Listen
Specify the interface the server listens on:
Listen 12.34.56.78:80
is better than:
Listen 80