HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.2.20
System: Linux 825a8fd6cf8c 3.10.0-1160.95.1.el7.x86_64 #1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64
User: apache (48)
PHP: 8.2.20
Disabled: NONE
Upload Files
File: //etc/httpd/conf/.httpd.conf.swp
b0VIM 7.4�b�)��roota2e4161e218c/etc/httpd/conf/httpd.conf
3210#"! Utpb��������wc��������l�2Fad�b��q)���\�
�
�
D
��z4
���Q�
r
a
_
G
F
D

�	�	�	q	5	3					���O����omONL���F	�����S���D&$#!��b`EDB��us%#��# Deny access to the entirety of your server's filesystem. You must##ServerName www.example.com:80## If your host doesn't have a registered DNS name, enter its IP address here.## it explicitly to prevent problems during startup.# This can often be determined automatically, but we recommend you specify# ServerName gives the name and port that the server uses to identify itself.#ServerAdmin root@localhost## as error documents.  e.g. admin@your-domain.com# e-mailed.  This address appears on some server-generated pages, such# ServerAdmin: Your address, where problems with the server should be### virtual host being defined.# in which case these default settings will be overridden for the# All of these directives may appear inside <VirtualHost> containers,## any <VirtualHost> containers you may define later in the file.# <VirtualHost> definition.  These values also provide defaults for# server, which responds to any requests that aren't handled by a# The directives in this section set up the values used by the 'main'## 'Main' server configurationGroup apacheUser apache## running httpd, as with most system services.# It is usually good practice to create a dedicated user and group for# User/Group: The name (or #number) of the user/group to run httpd as.## httpd as root initially and it will switch.  # If you wish httpd to run as a different user or group, you must run#Include conf.modules.d/*.conf## LoadModule foo_module modules/mod_foo.so# Example:## to be loaded here.# Statically compiled modules (those listed by `httpd -l') do not need# directives contained in it are actually available _before_ they are used.# have to place corresponding `LoadModule' lines at this location so the# To be able to use the functionality of a module which was built as a DSO you## Dynamic Shared Object (DSO) Support#Listen 80#Listen 12.34.56.78:80## prevent Apache from glomming onto all bound IP addresses.# Change this to Listen on specific IP addresses as shown below to ## directive.# ports, instead of the default. See also the <VirtualHost># Listen: Allows you to bind Apache to specific IP addresses and/or#ServerRoot "/etc/httpd"## least PidFile.# same ServerRoot for multiple httpd daemons, you will need to change at# Mutex directive, if file-based mutexes are used.  If you wish to share the# ServerRoot at a non-local disk, be sure to specify a local disk on the# Do not add a slash at the end of the directory path.  If you point## configuration, error, and log files are kept.# ServerRoot: The top of the directory tree under which the server's## interpreted as '/log/access_log'.# server as '/www/log/access_log', where as '/log/access_log' will be# with ServerRoot set to '/www' will be interpreted by the# with "/", the value of ServerRoot is prepended -- so 'log/access_log'# server will use that explicit path.  If the filenames do *not* begin# of the server's control files begin with "/" (or "drive:/" for Win32), the# Configuration and logfile names: If the filenames you specify for many## consult the online docs. You have been warned.  # what they do.  They're here only as hints or reminders.  If you are unsure# Do NOT simply read the instructions in here without understanding## for a discussion of each configuration directive.# <URL:http://httpd.apache.org/docs/2.4/mod/directives.html># In particular, see # See <URL:http://httpd.apache.org/docs/2.4/> for detailed information.# configuration directives that give the server its instructions.# This is the main Apache HTTP server configuration file.  It contains the#ad�	�
2�����{K*�����u5�
�
�
m
2
0
 



����`_JI�����v^E2%$�
�
�
�
�
�
</VirtualHost>    ScriptAlias /cgi-bin/ /var/www/html/mrptest"   ServerName 139.9.0.51   DocumentRoot /var/www/html/mrptest<VirtualHost *:80></Directory>    Allow from all        Order allow,deny    Require all granted    AllowOverride all    Options FollowSymLinks<Directory "/var/www/html/mrptest">DirectoryIndex index.php index.htm index.htmlAddType application/x-httpd-php .phpLoadModule php7_module modules/libphp7.soServerName localhost#Include /etc/httpd/custom/apache_custom.confIncludeOptional conf.d/*.conf# Load config files in the "/etc/httpd/conf.d" directory, if any.## Supplemental configurationEnableSendfile on#EnableMMAP off## Defaults if commented: EnableMMAP On, EnableSendfile Off# broken on your system.# filesystems or if support for these functions is otherwise# be turned off when serving from networked-mounted # files.  This usually improves server performance, but must# memory-mapping or the sendfile syscall may be used to deliver# EnableMMAP and EnableSendfile: On systems that support it, ###ErrorDocument 402 http://www.example.com/subscription_info.html#ErrorDocument 404 "/cgi-bin/missing_handler.pl"#ErrorDocument 404 /missing.html#ErrorDocument 500 "The server made a boo boo."# Some examples:## 1) plain text 2) local redirects 3) external redirects# Customizable error responses come in three flavors:#