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-info.conf.sample
# # Get information about the requests being processed by the server # and the configuration of the server. # # Required modules: mod_authz_core, mod_authz_host, # mod_info (for the server-info handler), # mod_status (for the server-status handler) # # Allow server status reports generated by mod_status, # with the URL of http://servername/server-status # Change the ".example.com" to match your domain to enable. <Location /server-status> SetHandler server-status Require host .example.com Require ip 127 </Location> # # ExtendedStatus controls whether Apache will generate "full" status # information (ExtendedStatus On) or just basic information (ExtendedStatus # Off) when the "server-status" handler is called. The default is Off. # #ExtendedStatus On # # Allow remote server configuration reports, with the URL of # http://servername/server-info (requires that mod_info.c be loaded). # Change the ".example.com" to match your domain to enable. # <Location /server-info> SetHandler server-info Require host .example.com Require ip 127 </Location>
Upload File
Create Folder