X7ROOT File Manager
Current Path:
/usr/share/doc/httpd-2.4.6
usr
/
share
/
doc
/
httpd-2.4.6
/
📁
..
📄
ABOUT_APACHE
(13.19 KB)
📄
CHANGES
(135.49 KB)
📄
LICENSE
(25.25 KB)
📄
NOTICE
(550 B)
📄
README
(5.04 KB)
📄
VERSIONING
(7.99 KB)
📄
httpd-dav.conf
(1.75 KB)
📄
httpd-default.conf
(2.87 KB)
📄
httpd-info.conf
(1.09 KB)
📄
httpd-languages.conf
(4.96 KB)
📄
httpd-manual.conf
(1004 B)
📄
httpd-mpm.conf
(4.35 KB)
📄
httpd-multilang-errordoc.conf
(2.16 KB)
📄
httpd-vhosts.conf
(1.48 KB)
📄
proxy-html.conf
(3.09 KB)
Editing: httpd-manual.conf
# # 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>
Upload File
Create Folder