BARE Install RT6.0.1 RTIR 6.0.1

Dear all,

after using an RT version 3.6 on an outdated Ubuntu which had not been updated for decades, I wanted to setup a new Server running RT, RTIR and so on.

As I historically used RedHat and PostgreSQL in the past, I decided to use this as a basic setup.

Trying to install Fedora 42 Server with PostgreSQL took me some time, but totally failed when I tried to install RTIR - showing using mysql instead of Pg and so on.

Even an installation with MariaDB failed ..

I decided to use a proper Server Linux and thought Rocky Linux 10 would be great.

Installation worked directly, Basic Setup, PostgreSQL, RT, apache, RTIR and I was relieved

BUT

I could not connect to the Webserver of RT.

I used /opt/rt6 as installation directory and used /rt for the webserver.

I followed

https://rt-wiki.bestpractical.com/wiki/ManualInstallation#RHEL_Community_Distributions:_Fedora/CentOS/Rocky

with some modifications, like not using –enable-gd as it is no longer supported/required,

I also did use fulltext indexing, but after httpd installation - only using /etc/httpd/conf.d/ssl.conf - I could not access to the webpage, which worked fine with fedora 42 Server

to be precise if accessing Ticketing.myserver.org/rt I do get the SSL certificate warning and then just 404 Not found

the ssl_error_log shows

[client 192.168.58.239:62678] AH01630: client denied by server configuration: /opt/rt6/share/html/favicon.ico, referer: https://192.168.253.123/rt

[client 192.168.58.239:62448] AH01630: client denied by server configuration: /opt/rt6/share/html/favicon.ico, referer: https://ticketing.myserver.org/rt

I belive there is an error somewhere in the httpd config (/etc/httpd/conf.d/ssl.conf) but I was too long not using Servers directly, just nice scrips from the past I did create.

Does anybody have an idea why it fails?

Hints are welcome

Is SELinux enabled sometimes that can result in errors like this?

SELinux is disabled by

sudo sed -i~ ‘/^SELINUX=/ c SELINUX=disabled’ /etc/selinux/config
sudo setenforce 0
sudo grubby --update-kernel ALL --args selinux=0

by the way, the default Apache page (https) works, only /rt does not work