tom42
October 2, 2019, 5:38pm
7
Hey,
tom42:
proxy_fcgi
i also did the following search https://central.owncloud.org/search?q=proxy_fcgi and found various threads mentioning that this web server modules requires a special configuration for an authentication:
I discovered the relevant error message in the first line of the log listed was No basic authentication headers were found.
In my vhost file, I pass headers on the FastCgiExternalServer line, under mod_fastcgi:
FastCgiExternalServer /var/www/clients/client1/web138/cgi-bin/php-fcgi-443-domain.tld -idle-timeout 300 -socket /var/lib/php/modules/7.0/fpm/web138.sock -pass-header Authorization
This was the same method that was used in the past. To correct this error now, I modified the vhost fi…
Steps to reproduce
Install LAMP (with self-signed SSL) and Owncloud (Version 10.2) on a local LAN server following the instruction here . Owncloud running on a new port.
Having php 7.3 and php 7.2 both installed on the server. Configured to use php 7.2 following the instruction here .
Enable the following apache module manually: rewrite, mod_fcgid, setenvif, headers as suggested here .
Web initialization, login from web are fine.
App passwords / tokens created.
[apppass]
Login from Windows clien…
It looks to me that those could be related to your problem caused by this web server module.