Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the UI complain if unsupported php_sapi_name is used #27560

Closed
guruz opened this issue Apr 3, 2017 · 4 comments
Closed

Make the UI complain if unsupported php_sapi_name is used #27560

guruz opened this issue Apr 3, 2017 · 4 comments

Comments

@guruz
Copy link
Contributor

guruz commented Apr 3, 2017

We know that fastcgi leads to problems, so complain about it in config UI.

https://doc.owncloud.com/server/9.1/admin_manual/installation/system_requirements.html#supported-platforms

@guruz guruz self-assigned this Apr 3, 2017
@ghost
Copy link

ghost commented Apr 25, 2017

We know that fastcgi leads to problems

This is a draft overview over the possible php_sapi_name return values:

Although not exhaustive, the possible return values include aolserver, apache, apache2filter, apache2handler, caudium, cgi (until PHP 5.3), cgi-fcgi, cli, cli-server, continuity, embed, fpm-fcgi, isapi, litespeed, milter, nsapi, phttpd, pi3web, roxen, thttpd, tux, and webjames.

-> https://secure.php.net/manual/en/function.php-sapi-name.php

Especially apache2filter might be checked here as well as this is known to block e.g. WebDAV methods needed for ownCloud (see #23015).

@ghost
Copy link

ghost commented May 20, 2017

This could also warn people that stuff like #27748 might happen at any time as long as no test for those other PHP module variants are done.

Edit
Apache + php-fpm seems to be also not running "out of the box" as seen on e.g. #26868 (comment) and people complain that ownCloud is not working where just the webserver config is broken / misconfigured.

@ownclouders
Copy link
Contributor

Hey, this issue has been closed because the label status/STALE is set and there were no updates for 7 days. Feel free to reopen this issue if you deem it appropriate.

@lock
Copy link

lock bot commented Aug 1, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants