Skip to content

Commit

Permalink
Added needed Firewall Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kessler committed Feb 26, 2018
1 parent 138f1db commit b7f104f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/Installation_on_CentOS_7.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,13 @@ semanage fcontext -a -t httpd_sys_rw_content_t "/etc/pki/tls/private/KEY.key"
restorecon -Rv /etc/pki/tls/private/KEY.key
```

### Open needed ports in the firewall

```
firewall-cmd --zone=public --add-service=https --permanent
firewall-cmd --reload
```

### Activate Apache and start the httpd-server

```
Expand Down

0 comments on commit b7f104f

Please sign in to comment.