Httpd Configuration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 22: | Line 22: | ||
* [[httpd IncludeOptional|IncludeOptional]] | * [[httpd IncludeOptional|IncludeOptional]] | ||
* [[httpd VirtualHost|VirtualHost]] | * [[httpd VirtualHost|VirtualHost]] | ||
* [[httpd Listen|Listen]] | |||
=Discrete Configuration Elements= | =Discrete Configuration Elements= |
Revision as of 19:16, 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