Heading and line edit; webserverinstall.rst

Signed-off-by: deb-intel <38864784+deb-intel@users.noreply.github.com>
This commit is contained in:
deb-intel
2018-06-04 20:27:42 -04:00
parent 8624dd641c
commit 17dec2889a
@@ -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: