I'm trying to install WAPT on a RockyLinux 8.5 VM, but I'm encountering difficulties:
I followed the documentation here
https://www.wapt.fr/en/doc/wapt-server- ... based.html
The installed prerequisites are as follows
Code: Select all
nginx.x86_64 1:1.21.6-1
postgresql.x86_64 10.17-2Code: Select all
[root@wapt ~]# /opt/wapt/waptserver/scripts/postconf.sh --force-https
not supported, exitingCode: Select all
def type_redhat():
return linux_distribution is not None and linux_distribution[0].lower() in ('rhel', 'centos', 'fedora', 'oracle','almalinux','rocky linux')Is this a problem with the distribution detection or the distribution version?
Is this a problem with the version of PostgreSQL or Nginx?
Is it possible to debug the "postconf.py" script?
THANKS
