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

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

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

    #
# This configuration file allows the manual to be accessed at 
# http://localhost/manual/
#
Alias /manual /usr/share/httpd/manual

<Directory "/usr/share/httpd/manual">
    Options Indexes
    AllowOverride None
    Require all granted

    RedirectMatch 301 ^/manual/(?:de|en|fr|ja|ko|ru)(/.*)$ "/manual$1"
</Directory>

    
  

Config Details

Location
/etc/httpd/conf.d/manual.conf
Operating system
CentOS Linux 7
Length
13 lines
MD5 checksum
2954f0452f38ffdacf5a7809cd98490c

Usage

Download the raw file with wget or curl

Wget

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

cURL

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