/usr/share/doc/httpd-2.4.6
NameSizeModeActions
ABOUT_APACHE135070644editdlrm
CHANGES1387420644editdlrm
httpd-dav.conf17970644editdlrm
httpd-default.conf29420644editdlrm
httpd-info.conf11190644editdlrm
httpd-languages.conf50780644editdlrm
httpd-manual.conf10040644editdlrm
httpd-mpm.conf44500644editdlrm
httpd-multilang-errordoc.conf22160644editdlrm
httpd-vhosts.conf15110644editdlrm
LICENSE258520644editdlrm
NOTICE5500644editdlrm
proxy-html.conf31610644editdlrm
README51580644editdlrm
VERSIONING81830644editdlrm
Edit: /usr/share/doc/httpd-2.4.6/httpd-manual.conf (1004B)
# # Provide access to the documentation on your server as # http://yourserver.example.com/manual/ # The documentation is always available at # http://httpd.apache.org/docs/2.4/ # # Required modules: mod_alias, mod_authz_core, mod_authz_host, # mod_setenvif, mod_negotiation # AliasMatch ^/manual(?:/(?:da|de|en|es|fr|ja|ko|pt-br|ru|tr|zh-cn))?(/.*)?$ "/usr/share/httpd/manual$1" Options Indexes AllowOverride None Require all granted SetHandler type-map # .tr is text/troff in mime.types! ForceType text/html AddLanguage da .da SetEnvIf Request_URI ^/manual/(da|de|en|es|fr|ja|ko|pt-br|ru|tr|zh-cn)/ prefer-language=$1 RedirectMatch 301 ^/manual(?:/(da|de|en|es|fr|ja|ko|pt-br|ru|tr|zh-cn)){2,}(/.*)?$ /manual/$1$2 LanguagePriority en da de es fr ja ko pt-br ru tr ForceLanguagePriority Prefer Fallback