003 File Manager
Current Path:
/usr/local/etc/apache24/extra
usr
/
local
/
etc
/
apache24
/
extra
/
📁
..
📄
httpd-autoindex.conf
(2.84 KB)
📄
httpd-autoindex.conf.sample
(2.84 KB)
📄
httpd-dav.conf
(1.74 KB)
📄
httpd-dav.conf.sample
(1.74 KB)
📄
httpd-default.conf
(2.87 KB)
📄
httpd-default.conf.sample
(2.87 KB)
📄
httpd-info.conf
(1.09 KB)
📄
httpd-info.conf.sample
(1.09 KB)
📄
httpd-languages.conf
(4.96 KB)
📄
httpd-languages.conf.sample
(4.96 KB)
📄
httpd-manual.conf
(1.37 KB)
📄
httpd-manual.conf.sample
(1.37 KB)
📄
httpd-mpm.conf
(2.76 KB)
📄
httpd-mpm.conf.sample
(4.34 KB)
📄
httpd-multilang-errordoc.conf
(2.18 KB)
📄
httpd-multilang-errordoc.conf.sample
(2.18 KB)
📄
httpd-ssl.conf
(573 B)
📄
httpd-ssl.conf.sample
(13 KB)
📄
httpd-userdir.conf
(861 B)
📄
httpd-userdir.conf.sample
(861 B)
📄
httpd-vhosts.conf
(1.43 KB)
📄
httpd-vhosts.conf.sample
(1.43 KB)
📄
proxy-html.conf
(3.09 KB)
📄
proxy-html.conf.sample
(3.09 KB)
Editing: httpd-manual.conf.sample
# # 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/local/share/doc/apache24$1" <Directory "/usr/local/share/doc/apache24"> Options Indexes AllowOverride None Require all granted <Files *.html> SetHandler type-map </Files> # .tr is text/troff in mime.types! RemoveType tr # Traditionally, used .dk filename extension for da language 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 # Reflect the greatest effort in translation (most content available), # inferring greater attention to detail (potentially false assumption, # counting translations presently in-sync would be more helpful.) # Use caution counting; safest pattern is '*.xml.XX'. Recent .xml source # document count: 266 214 110 94 82 25 22 18 4 1 1 LanguagePriority en fr ko ja tr es de zh-cn pt-br da ru ForceLanguagePriority Prefer Fallback </Directory>
Upload File
Create Folder