You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot fully use popular monitoring plugins because they cannot read the PHP log file defined by WPCD. Although there are likely to be more incompatible plugins, the ones I have tried unsuccessfully include:
Of course, this can be modified manually by accessing OLS manager for a site and then removing the unwanted lines. Doing so for a number of sites and everytime a new site is deployed just calls for unnecessary administrative overhead.
While the rest of the configuration is just fine, my specific request is to consider dropping /commenting out the line items of php_admin_flag log_errors On, php_admin_value error_log logs/php_error_log, and php_admin_value open_basedir "/var/www/ols.testdomain.com/html:/tmp/" from the above section, This should allow admins the flexibility to use plugins of choice and / or define their own PHP ini values.
Once again, thank you for all the amazing work and just this minor modification would make it a lot easier to transition to OLS.
TIA
Kind regards,
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for OLS beta. Appreciate all the effort and something I was looking forward to for a long time
However, in its current form, I find the utility of this much-awaited release rather limiting.
Edit 17 October 2022:
Specifically, the three listed PHP Overrides are restrictive:
I cannot fully use popular monitoring plugins because they cannot read the PHP log file defined by WPCD. Although there are likely to be more incompatible plugins, the ones I have tried unsuccessfully include:
Moreover, the use of php_admin_value does not allow admins to override the configuration using a custom php.ini file.
This approach is somewhat surprising because WPCD's earlier webserver (NGINX) allowed admins to set their own location for error logs.
Here's a snippet (taken from the OLS manager) of what PHP overrides section for a Virtual Host limits:
Of course, this can be modified manually by accessing OLS manager for a site and then removing the unwanted lines. Doing so for a number of sites and everytime a new site is deployed just calls for unnecessary administrative overhead.
While the rest of the configuration is just fine, my specific request is to consider dropping /commenting out the line items of php_admin_flag log_errors On, php_admin_value error_log logs/php_error_log, and php_admin_value open_basedir "/var/www/ols.testdomain.com/html:/tmp/" from the above section, This should allow admins the flexibility to use plugins of choice and / or define their own PHP ini values.
Once again, thank you for all the amazing work and just this minor modification would make it a lot easier to transition to OLS.
TIA
Kind regards,
The text was updated successfully, but these errors were encountered: