Skip to content

Commit

Permalink
Docs/admin: add comment on SELinux.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaragunde committed Dec 22, 2022
1 parent 31d7760 commit 2707de4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/admin/common-problems.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ You will probably need to add the following lines::
# IPv6 local connections:
host all all ::1/128 md5

If your system uses SELinux (Fedora does), you also need to allow network
connections from Apache to the database with::

setsebool -P httpd_can_network_connect_db 1

I can't start PostgreSQL server service in Fedora
-------------------------------------------------

Expand Down

0 comments on commit 2707de4

Please sign in to comment.