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 : 3.148.115.187
<VirtualHost *:80>
ServerAdmin webmaster@localhost
#referring the user to the recipes application
ServerName www.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>
|