Ninja - The folders are all showing unwritable by joomla:
https://i.imgur.com/JWFGxqQ.png
The user and group is set to the apache user:
[root@bots-vm components]# egrep -iw --color=auto 'user|group' /etc/httpd/conf/httpd.conf
# If you wish httpd to run as a different user or group, you must run
# User/Group: The name (or #number) of the user/group to run httpd as.
# It is usually good practice to create a dedicated user and group for
User apache
Group apache
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
chown is set to apache user and chmod is set to 755 recursively
[root@bots-vm html]# ll
total 628
drwxrwxr-x. 5 apache apache 246 Jul 18 21:36 admin
drwxrwxr-x. 11 apache apache 159 Jul 9 22:41 administrator
drwxrwxr-x. 2 apache apache 44 Jul 9 22:42 bin
drwxrwxr-x. 2 apache apache 24 Jul 9 22:42 cache
drwxrwxr-x. 2 apache apache 169 Jul 9 22:42 cli
-rwxrwxr-x. 1 apache apache 2224 May 28 09:36 community.xml
drwxrwxr-x. 21 apache apache 4096 Jul 28 21:02 components
-rwxrwxr-x. 1 apache apache 1977 Jul 9 22:46 configuration.php
-rwxrwxr-x. 1 apache apache 541561 Dec 2 2020 fpa-en.php
-rwxrwxr-x. 1 apache apache 3708 Jul 6 06:14 htaccess.txt
drwxrwxr-x. 5 apache apache 118 Jul 9 22:42 images
drwxrwxr-x. 2 apache apache 64 Jul 9 22:42 includes
-rwxrwxr-x. 1 apache apache 1420 Jul 6 06:14 index.php
-rwxrwxr-x. 1 apache apache 8695 May 28 09:36 install.community3.0.php
-rwxrwxr-x. 1 apache apache 4274 May 28 09:36 install.community.php
drwxrwxr-x. 4 apache apache 54 Jul 9 22:42 language
drwxrwxr-x. 4 apache apache 31 Jul 18 21:36 languages
drwxrwxr-x. 5 apache apache 70 Jul 9 22:42 layouts
drwxrwxr-x. 12 apache apache 266 Jul 9 22:42 libraries
-rwxrwxr-x. 1 apache apache 18092 Jul 6 06:14 LICENSE.txt
drwxrwxr-x. 2 apache apache 6 Jul 30 11:19 logs
-rwxrwxr-x. 1 apache apache 2231 May 28 09:36 manifest.xml
drwxrwxr-x. 30 apache apache 4096 Jul 9 22:42 media
drwxrwxr-x. 27 apache apache 4096 Jul 9 22:43 modules
drwxrwxr-x. 19 apache apache 4096 Jul 9 22:43 plugins
-rwxrwxr-x. 1 apache apache 4821 Jul 6 06:14 README.txt
-rwxrwxr-x. 1 apache apache 748 Jul 6 06:14 robots.txt.dist
drwxrwxr-x. 3 apache apache 127 Jul 30 11:18 site
drwxrwxr-x. 5 apache apache 68 Jul 9 22:43 templates
drwxrwxr-x. 5 apache apache 199 Jul 18 21:43 tmp
-rwxrwxr-x. 1 apache apache 1970 May 28 09:36 uninstall.community.php
-rwxrwxr-x. 1 apache apache 1859 Jul 6 06:14 web.config.txt
Why are they unwritable still?