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 : 52.15.173.197


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

<VirtualHost *:80>

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

        <Directory /var/www/html/ru-website>
                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
	#RewriteEngine on
	#RewriteCond %{SERVER_NAME} =egov.universitysolutions.in [OR]
	#RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>