HEX
Server: Apache
System: Linux wp02.tdr-lab.com 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64
User: kusanagi (1001)
PHP: 7.4.23
Disabled: NONE
Upload Files
File: //proc/self/root/etc/httpd/conf.d/phpMyAdmin_http.conf
#=======================================
# phpMyAdmin 
#---------------------------------------

<VirtualHost *:80>
	ServerAdmin webmaster@example.com
	DocumentRoot /www1
	ServerName 153.127.205.42
	ErrorLog  /var/log/httpd/wp02_phpMyAdmin-error_log
	CustomLog /var/log/httpd/wp02_phpMyAdmin-access_log combined env=!wormlog
	CustomLog /var/log/httpd/wp02_phpMyAdmin-worm_log combined env=wormlog
	<IfModule mod_security2.c>
		#IncludeOptional modsecurity.d/kusanagi_activated_rules/wordpress/*.conf
		#SecAuditLog /home/kusanagi/kea-note/log/httpd/waf.log
	</IfModule>
	<Directory "/www1">
		Require all granted
		AllowOverride All
		Options FollowSymlinks
	</Directory>
	<ifModule mod_rewrite.c>
			RewriteEngine On
			RewriteRule . - [E=REDIRECT_SSL:off]
			RewriteCond %{ENV:REDIRECT_SSL} ^on$
			RewriteCond %{HTTPS} off
			RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
	</ifModule>
</VirtualHost>