<IfModule mod_ssl.c>
<VirtualHost *:80>
    #ServerAdmin admin@example.com
    ServerName umai.fit
    ServerAlias www.umai.fit
 #   ServerAlias qatarkarate.com.qa www.qatarkarate.com.qa
    DocumentRoot /home/jabir/umai.fit/
     
    <Directory /home/jabir/umai.fit/>
            #Options Indexes FollowSymLinks MultiViews
            AllowOverride All
            Order allow,deny
            allow from all
            #Require all granted
    </Directory>
     
    <Location />
       require all granted
    </Location>
    LogLevel info
    ErrorLog ${APACHE_LOG_DIR}/umai-fit-error.log
    CustomLog ${APACHE_LOG_DIR}/umai-fit-access.log combined


</VirtualHost>
</IfModule>
