0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.191.171.72


Current Path : /proc/thread-self/root/etc/apache2/sites-enabled/
Upload File :
Current File : //proc/thread-self/root/etc/apache2/sites-enabled/gcak.conf

<VirtualHost *:80>

        ServerAdmin webmaster@localhost
        #referring the user to the recipes application
        ServerName gcak.ac.in
        DocumentRoot /var/www/website/gcak

        <Directory /var/www/website/gcak>
                Options Indexes FollowSymLinks
                AllowOverride All
                Order Deny,Allow
                Allow from All
                DirectoryIndex index.html index.php
        </Directory>

        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined

</VirtualHost>