/etc/httpd/conf.d/manual.conf - Red Hat Enterprise Linux 8 (Ootpa)

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

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/(?:da|de|en|es|fr|ja|ko|pt-br|ru|tr|zh-cn)(/.*)$ "/manual$1"
</Directory>

    
  

Config Details

Location
/etc/httpd/conf.d/manual.conf
Operating system
Red Hat Enterprise Linux 8 (Ootpa)
Length
13 lines
MD5 checksum
b448cff73e6ae8b3ef56b7f434aa9682

Usage

Download the raw file with wget or curl

Wget

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

cURL

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