Your IP : 216.73.217.79


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

<VirtualHost *:80>
    ServerAdmin webmaster@cesa.co.za
    ServerName v3.cesa.co.za
#    ServerName cesa-new.devstage.co.za
#    ServerAlias www.cesa.co.za

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

    <Directory /var/www/cesa.co.za>
        Options -Indexes +FollowSymLinks
        AllowOverride All
        Require all granted
    </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
RewriteEngine on
RewriteCond %{SERVER_NAME} =cesa-new.devstage.co.za
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>