On 8/27/23 10:30, François Patte wrote:
Thank you for this answer. I, at last, succeeded to install nextcloud (I
could downgrade the php version, using remi repos) but I have some
config problems and cannot find consistent help with fedora installation.
For instance with selinux nextcloud help gives:
<quote>
semanage fcontext -a -t httpd_sys_rw_content_t
'/var/www/html/nextcloud/config(/.*)?'
semanage fcontext -a -t httpd_sys_rw_content_t
'/var/www/html/nextcloud/apps(/.*)?'
semanage fcontext -a -t httpd_sys_rw_content_t
'/var/www/html/nextcloud/data(/.*)?'
semanage fcontext -a -t httpd_sys_rw_content_t
'/var/www/html/nextcloud/.user.ini'
semanage fcontext -a -t httpd_sys_rw_content_t
'/var/www/html/nextcloud/3rdparty/aws/aws-sdk-php/src/data/logs(/.*)?'
# restorecon -Rv '/var/www/html/nextcloud/'
</quote>
These files or directories do not exist, apps and data excepted which
are located in /var/www/nextcloud.
Where did those instructions come from?
You need to adjust those commands to match where the files are on your
system.
I have this warning:
PHP configuration option output_buffering must be disabled
without any indication on the responsible php file: output_buffering if
Off in /etc/php.ini
I don't know where your apache .conf file for the site came from, but
mine has the following section in it:
<IfModule mod_php7.c>
php_value upload_max_filesize 511M
php_value post_max_size 511M
php_value memory_limit 512M
php_value mbstring.func_overload 0
php_value default_charset 'UTF-8'
php_value output_buffering 0
<IfModule mod_env.c>
SetEnv htaccessWorking true
</IfModule>
</IfModule>
There's also a global setting in the /etc/php.ini file which you could
override with a file in /etc/php.d.
I cannot configure the mail server...
Which one and what is the problem?
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue