You are not logged in.
I'm trying to setup nextcloud / mariadb/ uwsgi according to the wikki page.
The server should be accessed via the directory https://MYSERVER/nextcloud/index.html
I configured the extra/httpd-ssl.conf accordingly.
The page only shows: Not found. No indication of who does not found and what?
In the log file /var/log/httpd/error_log the only complain I see is:
[Sat Jul 11 16:41:03.840296 2026] [core:debug] [pid 2283:tid 2297] core.c(5333): (95)Operation not supported: [remote /run/uwsgi/nextcloud.sock:12146] AH00139: apr_socket_opt_set(APR_TCP_NODELAY)Could this cause the problem? What to do about it?
Some of the things I tried:
I already tried accessing a test html file in the nextcloud directory. This works.
When I comment out the SetHandler directive
SetHandler "proxy:unix:/run/uwsgi/nextcloud.sock|uwsgi://nextcloud"in httpd-ssl.conf file the index.php file is printed without being interpreted.
So at least the access seems to work?
I just realized that this issue has probably been posted already here:
https://bbs.archlinux.org/viewtopic.php?id=313568
Last edited by drslmr (2026-07-11 20:02:52)
Offline