Ich versuche, WAPT auf einer RockyLinux 8.5 VM zu installieren, stoße dabei aber auf Schwierigkeiten:
Ich habe mich an die Dokumentation hier gehalten
https://www.wapt.fr/en/doc/wapt-server- ... based.html
Folgende Voraussetzungen müssen erfüllt sein:
Code: Alle auswählen
nginx.x86_64 1:1.21.6-1
postgresql.x86_64 10.17-2Code: Alle auswählen
[root@wapt ~]# /opt/wapt/waptserver/scripts/postconf.sh --force-https
not supported, exitingCode: Alle auswählen
def type_redhat():
return linux_distribution is not None and linux_distribution[0].lower() in ('rhel', 'centos', 'fedora', 'oracle','almalinux','rocky linux')Liegt das Problem an der Distributionserkennung oder an der Distributionsversion?
Liegt das Problem an der Version von PostgreSQL oder Nginx?
Ist es möglich, das Skript "postconf.py" zu debuggen?
DANKE
