One Hat Cyber Team
Your IP :
172.69.130.198
Server IP :
188.114.96.3
Server :
Linux thuru 6.5.11-4-pve #1 SMP PREEMPT_DYNAMIC PMX 6.5.11-4 (2023-11-20T10:19Z) x86_64
Server Software :
Apache/2.4.51 (Unix) OpenSSL/1.0.2k-fips
PHP Version :
7.3.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
apache
/
conf.d
/
Edit File:
hostname.conf
# vhost_start thuru.lkws.lk <VirtualHost 10.35.1.102:80> ServerName thuru.lkws.lk DocumentRoot /usr/local/apache/htdocs/ <IfModule mod_suexec.c> SuexecUserGroup nobody nobody </IfModule> <IfModule mod_suphp.c> suPHP_UserGroup nobody nobody </IfModule> <Directory "/usr/local/apache/htdocs/"> AllowOverride All </Directory> <IfModule mod_proxy.c> <IfModule !ssl_module> LoadModule ssl_module modules/mod_ssl.so </IfModule> SSLProxyEngine on SSLProxyVerify none SSLProxyCheckPeerCN off SSLProxyCheckPeerName off SSLProxyCheckPeerExpire off ProxyRequests Off ProxyPreserveHost On ProxyVia Full RewriteEngine on RewriteRule ^/roundcube$ /roundcube/ [R] ProxyPass /roundcube/ https://127.0.0.1:2031/roundcube/ ProxyPassReverse /roundcube https://127.0.0.1:2031/roudcube/ RewriteRule ^/pma$ /pma/ [R] ProxyPass /pma/ https://127.0.0.1:2031/pma/ ProxyPassReverse /pma https://127.0.0.1:2031/pma/ <Proxy *> AllowOverride All </Proxy> </IfModule> </VirtualHost> # vhost_end thuru.lkws.lk
Simpan