Your IP : 216.73.217.79


Current Path : /proc/self/root/etc/apache2/sites-enabled/
Upload File :
Current File : //proc/self/root/etc/apache2/sites-enabled/v3.cesa.co.za-le-ssl.conf

<IfModule mod_ssl.c>
<VirtualHost *:443>
    ServerAdmin webmaster@cesa.co.za
    ServerName v3.cesa.co.za
    ServerAlias www.v3.cesa.co.za
    ServerAlias cesa-v3.cesasce.co.za

    DocumentRoot /var/www/v3.cesa.co.za/public

    <Directory /var/www/v3.cesa.co.za/public>
        AllowOverride None
        Order Allow,Deny
        Allow from All

        Options FollowSymLinks
        Require all granted

        RewriteEngine On
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule ^(.*)$ index.php [QSA,L]
        # FallbackResource /index.php
    </Directory>

    <FilesMatch \.php$>
        SetHandler "proxy:unix:/run/php/php8.4-fpm.sock|fcgi://localhost/"
    </FilesMatch>

    ErrorLog ${APACHE_LOG_DIR}/v3.cesa.co.za_error.log
    CustomLog ${APACHE_LOG_DIR}/v3.cesa.co.za_access.log combined

    Include /etc/letsencrypt/options-ssl-apache.conf
    SSLCertificateFile /etc/letsencrypt/live/v3.cesa.co.za/fullchain.pem
    SSLCertificateKeyFile /etc/letsencrypt/live/v3.cesa.co.za/privkey.pem
</VirtualHost>
</IfModule>