⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.112
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
lib
/
letsencrypt
/
backups
/
1674218623.712551
/
View File Name :
000-default.conf_0
<VirtualHost *:80> ServerName indainfactory.com ServerAlias www.indainfactory.com ServerAdmin webmaster@localhost DocumentRoot /var/www/omnimart_live/ <Directory /var/www/omnimart_live/> <IfModule mod_rewrite.c> Options Indexes FollowSymLinks MultiViews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] #AllowOverride All #Require all granted </IfModule> </Directory> ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined </VirtualHost> <VirtualHost *:8000> ServerAdmin webmaster@localhost DocumentRoot /var/www/ecommerce_pg/public/ <Directory /var/www/ecommerce_pg/public/> Options Indexes FollowSymLinks MultiViews AllowOverride All Require all granted </Directory> ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined </VirtualHost> # vim: syntax=apache ts=4 sw=4 sts=4 sr noet