Httpd Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 21: Line 21:
* [[httpd LogLevel|LogLevel]]
* [[httpd LogLevel|LogLevel]]
* [[httpd IncludeOptional|IncludeOptional]]
* [[httpd IncludeOptional|IncludeOptional]]
* [[httpd VirtualHost|VirtualHost]]


=Discrete Configuration Elements=
=Discrete Configuration Elements=

Revision as of 18:58, 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