HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-84-generic #84-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 5 22:36:38 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //etc/apache2/sites-enabled/privycouncil.org.uk-le-ssl.conf
<IfModule mod_ssl.c>
<VirtualHost *:443>
	ServerName privycouncil.org.uk
	ServerAlias www.privycouncil.org.uk

	DocumentRoot /home/privycouncil.org.uk/public_html

	ErrorLog ${APACHE_LOG_DIR}/privycouncil.org.uk.error.log
	CustomLog ${APACHE_LOG_DIR}/privycouncil.org.uk.access.log combined

	DirectoryIndex index.php index.html

	<Directory /home/privycouncil.org.uk/public_html>
		AllowOverride all
		Require all granted
	</Directory>

        <FilesMatch \.php$>
                SetHandler "proxy:unix:/run/php/privycouncilorguk.sock|fcgi://localhost/"
        </FilesMatch>




Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/privycouncil.org.uk/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/privycouncil.org.uk/privkey.pem
</VirtualHost>
</IfModule>