diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-13 11:04:09 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-13 11:04:09 +0200 |
commit | 8f018e855c41c5647091ccde51d45f23d30240ee (patch) | |
tree | f138c71ad3a28732a069517b4d5b9e4993f2d096 | |
parent | ef8bb988f0ec8370f9782a8359a6be1c3f593bcb (diff) |
add firewall stuff
-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 |