From 17dec2889ad811fdfe5ae88d613d1de61193f677 Mon Sep 17 00:00:00 2001 From: deb-intel <38864784+deb-intel@users.noreply.github.com> Date: Mon, 4 Jun 2018 20:27:42 -0400 Subject: [PATCH] Heading and line edit; webserverinstall.rst Signed-off-by: deb-intel <38864784+deb-intel@users.noreply.github.com> --- .../tutorials/web-server-install/web-server-install.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/clear-linux/tutorials/web-server-install/web-server-install.rst b/source/clear-linux/tutorials/web-server-install/web-server-install.rst index 711d61bf..2ae1d47a 100644 --- a/source/clear-linux/tutorials/web-server-install/web-server-install.rst +++ b/source/clear-linux/tutorials/web-server-install/web-server-install.rst @@ -169,7 +169,7 @@ An Apache installation allows you to display static web pages. Enabling PHP allo sudo systemctl start php-fpm.service sudo systemctl restart httpd.service -After restarting the Apache service, test your PHP installation. + After restarting the Apache service, test your PHP installation. #. Create a file named :file:`phpinfo.php` in the :file:`/var/www/html/` directory using a text editor. @@ -216,6 +216,9 @@ Install MariaDB to store content. MariaDB is a drop-in replacement for MySQL and sudo systemctl status mariadb +Security Hardening +------------------ + With the MariaDB service running, we can perform some basic security hardening. #. To add a basic layer of security, enter the following command: