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

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

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

    #
# This configuration file allows the manual to be accessed at 
# http://localhost/manual/
#
AliasMatch ^/manual(?:/(?:de|en|fr|ja|ko|ru))?(/.*)?$ "/var/www/manual$1"

<Directory "/var/www/manual">
    Options Indexes
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

    
  

Config Details

Location
/etc/httpd/conf.d/manual.conf
Operating system
CentOS Linux 6
Length
12 lines
MD5 checksum
c2bc3d852f5ffa7cd85f6edf184ba02e

Usage

Download the raw file with wget or curl

Wget

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

cURL

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