diff options
-rw-r--r-- | glpi-93-c7.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/glpi-93-c7.md b/glpi-93-c7.md index c643821..b2bfd75 100644 --- a/glpi-93-c7.md +++ b/glpi-93-c7.md @@ -50,6 +50,11 @@ GLPI requires PHP >= 5.6, so default version 5.4 in base repository is not compa # php -v PHP 7.2.6 (cli) (built: May 23 2018 09:50:51) ( NTS ) +### Allow access to webserver + + # firewall-cmd --zone=public --add-port=80/tcp --permanent + # firewall-cmd --reload + ### Start and enable the service # systemctl enable --now httpd |