Category Archives: apache

Stumped by (13)Permission denied: file permissions deny server access ?

I was just pretty stumped by the following Apache error, in /var/log/httpd/error_log: [Thu Dec 08 21:53:28 2011] [error] [client 192.168.1.2] (13)Permission denied: file permissions deny server access: /var/www/html/aml/i ndex.html The error implies it’s a filesystem permissions issue, and the Apache … Continue reading

Posted in apache, centOS, command line of linux | Comments Off on Stumped by (13)Permission denied: file permissions deny server access ?

How To Secure Apache with Let’s Encrypt on CentOS 7

Step 1 — Installing the Certbot Let’s Encrypt Client To use Let’s Encrypt to obtain an SSL certificate, you first need to install Certbot and mod_ssl, an Apache module that provides support for SSL v3 encryption. The certbot package is … Continue reading

Posted in apache, lets encrypted, My Linux, SSL | Comments Off on How To Secure Apache with Let’s Encrypt on CentOS 7

How To Install the Apache Web Server on CentOS 7

Step 1 — Installing Apache Apache is available within CentOS’s default software repositories, which means you can install it with the yum package manager. As the non-root sudo user configured in the prerequisites, update the local Apache httpd package index … Continue reading

Posted in apache, centOS | Comments Off on How To Install the Apache Web Server on CentOS 7