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: //etc/httpd/conf.d/wp.t-type.net_http.conf
#=======================================
# wp.t-type.net
#---------------------------------------

<VirtualHost *:80>
	ServerAdmin webmaster@example.com
	DocumentRoot /home/kusanagi/wp.t-type.net/DocumentRoot
	ServerName wp.t-type.net
	ErrorLog  /home/kusanagi/wp.t-type.net/log/httpd/error.log
	CustomLog /home/kusanagi/wp.t-type.net/log/httpd/access.log kusanagi env=!no_log
	<IfModule mod_security2.c>
		#IncludeOptional modsecurity.d/kusanagi_activated_rules/wordpress/*.conf
		#SecAuditLog /home/kusanagi/wp.t-type.net/log/httpd/waf.log
	</IfModule>
	<Directory "/home/kusanagi/wp.t-type.net/DocumentRoot">
		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>