Hi Warren,
Use mod_rewrite conditions for blocking the url from particular URI/extension.
And you can use only prefork as you are hosting php. If you are using prefork
MPM you should have large memory and other resources. Send the prefork MPM
values & average requests to your site to calculate
You are missing intermediate certificate i.e, CA certificate.
You should add it after below lines
SSLCertificateFile/etc/apache2/ssl/apache.crt
SSLCertificateKeyFile /etc/apache2/ssl/apache.key
In ssl.conf you will find
Server Certificate Chain:
Certificate Authori
compile with JK connector
Best Regards
Saikiran M
DO BUSINESS BETTER
CONSULTING | SYSTEM INTEGRATION | BUSINESS PROCESS SERVICES
-Original Message-
From: Stéphane Laurencelle [mailto:stephane.laurence...@momentum-tech.ca]
Sent: Tuesday, February 28, 2017 9:53 PM
To: users@
Hi,
We are using below header to fix the vulnerabilities.
Header set Content-Security-Policy "default-src 'none'; script-src 'self';
connect-src 'self'; img-src 'self'; style-src 'self';"
But after that application content is getting blocked while accessing it
through browser.
We have given