Httpd Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 27: Line 27:
* [[httpd Listen|Listen]]
* [[httpd Listen|Listen]]
* [[httpd ProxyPass|ProxyPass]]
* [[httpd ProxyPass|ProxyPass]]
* [[httpd KeepAlive|httpd Persistent Connection Configuration#KeepAlive]]
* [[httpd Persistent Connection Configuration#KeepAlive|KeepAlive]]
* [[httpd Persistent Connection Configuration#KeepAlive|KeepAlive]]
* [[httpd KeepAliveTimeout|KeepAliveTimeout]]
* [[httpd KeepAliveTimeout|KeepAliveTimeout]]

Revision as of 16:57, 23 November 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