From c7ed9db3cda5ee7a86cf8068e6f3756786158262 Mon Sep 17 00:00:00 2001 From: miguel Date: Fri, 24 Nov 2023 12:47:48 +0000 Subject: [PATCH] docs(cloudpress) improve audit --- subjects/devops/cloudPress/audit/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/subjects/devops/cloudPress/audit/README.md b/subjects/devops/cloudPress/audit/README.md index 5489efc06..1ff834a4d 100644 --- a/subjects/devops/cloudPress/audit/README.md +++ b/subjects/devops/cloudPress/audit/README.md @@ -18,12 +18,16 @@ ###### Was Nginx configured to serve web content appropriately? +###### Is Nginx service running? Use `systemctl status nginx`. + ###### Were firewall settings adjusted to allow HTTP/HTTPS traffic? #### MariaDB Installation and Configuration using Ansible ###### Was MariaDB installed on the EC2 Instance using Ansible? +###### Is MariaDB service active? Use `systemctl status mariadb`. + ###### Was a MariaDB database created specifically for WordPress? ###### Were the user rights and privileges for the WordPress user correctly configured? @@ -32,6 +36,8 @@ ###### Was PHP installed on the EC2 Instance using Ansible? +###### Is PHP-FPM running? Use `systemctl status php-fpm`. + ###### Were PHP settings appropriately configured for the WordPress site? ###### Was the PHP service successfully started? @@ -42,8 +48,12 @@ ###### Was WordPress configured to use the MariaDB database? +###### Is the database connectivity confirmed? + ###### Was the WordPress service successfully started? +###### Using curl or browser: Is WordPress accessible? + #### Documentation ###### Does the README.md file contain an architecture overview?