mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-07-05 20:25:59 +00:00
Heading and line edit; webserverinstall.rst
Signed-off-by: deb-intel <38864784+deb-intel@users.noreply.github.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user