-
Notifications
You must be signed in to change notification settings - Fork 40
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
[DX] Collect Telemetry data on Web Server. #5423
Comments
PR filed at backdrop/backdrop#3882 that segments into the following:
I'm not sure if we should try and identify other options individually or not. Backdrop officially supports Apache and nginx. Other webservers that could run Backdrop and are above 1% web usage are Litespeed and IIS according to https://w3techs.com/technologies/overview/web_server Options like "Cloudflare Server" and "Google Server" I believe are not application servers but merely reverse proxy caches that site in front of the application server. |
Thanks @quicksketch 🙏🏼 ...this is RTBC, but I've left a comment in the PR re using title case for |
Thanks @quicksketch for filing and fixing, and @klonos for the review! Merged into |
Description of the need
In addition to PHP version, MySQL version, and Server OS, we should collect web server: Apache or nginx (supported platforms) as well as other options (either consolidated into "Other" or separated).
Proposed solution
Add Web Server into
system_telemetry_data()
.Part of meta issue #5231.
translation update:
New strings:
Web server
The web server that delivers HTTP pages to the web browser, such as Apache or nginx.
The text was updated successfully, but these errors were encountered: