| .. | |||||
| ABOUT_APACHE | |||||
| CHANGES | |||||
| LICENSE | |||||
| NOTICE | |||||
| README | |||||
| VERSIONING | |||||
| httpd-dav.conf | |||||
| httpd-default.conf | |||||
| httpd-info.conf | |||||
| httpd-languages.conf | |||||
| httpd-manual.conf | |||||
| httpd-mpm.conf | |||||
| httpd-multilang-errordoc.conf | |||||
| httpd-vhosts.conf | |||||
| proxy-html.conf |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/httpd-2.4.6/ |
Upload File : |
#
# 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"
<Directory "/usr/share/httpd/manual">
Options Indexes
AllowOverride None
Require all granted
<Files *.html>
SetHandler type-map
</Files>
# .tr is text/troff in mime.types!
<Files *.html.tr.utf8>
ForceType text/html
</Files>
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
</Directory>
| .. | |||||
| ABOUT_APACHE | |||||
| CHANGES | |||||
| LICENSE | |||||
| NOTICE | |||||
| README | |||||
| VERSIONING | |||||
| httpd-dav.conf | |||||
| httpd-default.conf | |||||
| httpd-info.conf | |||||
| httpd-languages.conf | |||||
| httpd-manual.conf | |||||
| httpd-mpm.conf | |||||
| httpd-multilang-errordoc.conf | |||||
| httpd-vhosts.conf | |||||
| proxy-html.conf |