<IfModule mod_ssl.c>
<VirtualHost *:80>
    #ServerAdmin admin@example.com
    ServerName qatarkarate.com
    ServerAlias www.qatarkarate.com
    DocumentRoot /home/jabir/qatarkarate.com-test/public
     
    <Directory /home/jabir/qatarkarate.com-test/public/>
            #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}/qatarkarate-error.log
    CustomLog ${APACHE_LOG_DIR}/qatarkarate-access.log combined

</VirtualHost>
</IfModule>
