I am trying to install nextcloud 22 on OpenSUSE 15.3
apache version:
httpd -v
Server version: Apache/2.4.43 (Linux/SUSE)
Server built: 2021-06-11 15:29:06.000000000 +0000
PHP version:
php -v
PHP 7.4.6 (cli) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
PHP-FPM version:
php-fpm -v
PHP 7.4.6 (fpm-fcgi)
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
Postgresql version 12
I follow official nextcloud doc to install any times.
But, every time when I try open in browser, its opens like php script file download and no nextcloud site. I follow others blogs about nextcloud install in opensuse but, still cannot fix this. Firewall ports are open. The services do not show error on status. The configuration steps follow as documentation shows
I have a virtual machine with ubnutu 20.04 LTS only for test with: nextcloud 22, php-fpm 8.0, apache and postgres 12. Its works nice. But I would like to have the production machine on opensuse and follow official nextcloud doc (php 7.3 or 7.4) Opensuse 15.2 and 15.3 there are php 7.4, so I want to do work on OpenSUSE.