Is there a forum or bulletin board installable dnf package for Fedora?
Is there a forum or bulletin board installable dnf package for Fedora? I have been trying to get phpBB to install. See this thread if you want details. But there is some issue with permissions that I can not get past.
[edit] It is clear the phpBB forum software does not play well with Fredora and SELunix. I am off to find a different forum app.
Thanks for everyones time.
I have created a user named phpbb. I added the apache group to phpbb. With no effect. I also checked who else belonged to the apache group. I don't remember creating an apache user or group. I am assuming dnf create the id when httpd was installed. I looked at the /etc/group file. Why does dnf not make the apache group the primary group for the apache user id?
You added a user, then you have to set user for that you need to set apache user home dir, plus set the SELinux flags, the flag for that
look into /etc/httpd/conf.d for the user home settings
Regarding your edit: What you are saying is not specific to phpBB and not limited to Fedora. You will encounter similar challenges wherever SELinux is in charge of access control. If you plan to run Fedora/Centos/RedHat servers, you better try to understand and navigate SELinux...