[users@httpd] RE: ** Newsletter/Marketing email** [users@httpd] "not found or unable to stat" crashes our site

2017-11-09 Thread saikiran....@wipro.com
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

RE: [users@httpd] HTTPS implementation to apache2 server, localhost

2017-05-04 Thread saikiran....@wipro.com
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

RE: [users@httpd]

2017-05-04 Thread saikiran....@wipro.com
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@

[users@httpd] Headers blocking application content

2017-05-04 Thread saikiran....@wipro.com
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