mtwango
mtwango
You can check dashboard bellow. Its based on [PHP-FPM Multi Pool by Lusitaniae](https://grafana.com/grafana/dashboards/5714-php-fpm-multi-pool/) with data from hipages exporter. Dashboard ```{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type":...
I've created merge request at Debian repository to package 2.x (https://salsa.debian.org/debian/postsrsd/-/merge_requests/3) and notified maintainers (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017361). It's still missing some stuff (ie migration path from 1.x) and I'm not confident about...
Do you have rights set up on pool? `listen.mode = 0660` (default). I'm using 0666, since I need to flush opcache with library via pipeline and read it, but you...
This seems to be little more complicated. If we allow using filename from config, using `m_sSrcFilePath = rid.GetResPage();` it can still fail to load. It will happen [here](https://github.com/Sphereserver/Source-X/blob/af6c544f5a7b6ead312aab174b72d4897768c055/src/common/resource/sections/CWebPageDef.cpp#L445), if we...