Views
Wiki Main Page
>>
Linux
>>
CentOS
>>
Setting up httpd with postgresql/mysql
last edited 1 year ago by cinnion
Once you have installed the appropriate version, and have initialize the database, you must configure SElinux?. With SElinux?, you must do:
setsebool -P httpd_can_network_connect_db=1
To allow the httpd server to connect to the database.