/etc/httpd/conf.d/README - CentOS Linux 6

This is the default example configuration of README provided by Apache. This config file was generated by Apache running on CentOS 6.

It is located under: /etc/httpd/conf.d/README

    
This directory holds Apache 2.0 module-specific configuration files;
any files in this directory which have the ".conf" extension will be
processed as Apache configuration files.

Files are processed in alphabetical order, so if using configuration
directives which depend on, say, mod_perl being loaded, ensure that
these are placed in a filename later in the sort order than "perl.conf".


    
  

Config Details

Location
/etc/httpd/conf.d/README
Operating system
CentOS Linux 6
Length
9 lines
MD5 checksum
e92bea7e9d70a9ecdc61edd7c0a2f59a

Usage

Download the raw file with wget or curl

Wget

wget -O README.example http://exampleconfig.com/static/raw/apache/centos6/etc/httpd/conf.d/README

cURL

curl http://exampleconfig.com/static/raw/apache/centos6/etc/httpd/conf.d/README > README.example