Difference between revisions of "Redhat: Apache Configuration"

From Define Wiki
Jump to navigation Jump to search
(Created page with "== Apache Configuration Files == There are two main files used to configure Apache /etc/httpd/conf /etc/httpd/conf.d/ssl.conf There are several other files in these directo...")
(No difference)

Revision as of 13:11, 18 August 2013

Apache Configuration Files

There are two main files used to configure Apache

/etc/httpd/conf /etc/httpd/conf.d/ssl.conf

There are several other files in these directories. Other services that work with Apache will install their own configuration files in the same directories.

Default Configuration

The http.conf files includes all of the files in conf.d as stating in the first line

Include conf.d/*.conf


Each directory, file or module to be configured is contained in <> brackets

<Directory />
    Options FollowSymLinks
    AllowOverride None
</Directory>