SYSTEM INFORMATION | |
---|---|
OS type and version | Debian 10 |
Webmin version | 2.021 |
Virtualmin version | 7.7.gpl-3 |
I was adding new PHP versions to one server (PHP 7.4 and 8.2) and I realized that the section to set the template for the wrapper scripts for FastCGI in the Server templates section is not present anymore.
I have added the templates for the new PHP versions editing the server templates files on /etc/webmin/virtual-server/templates/
php8.2fcgi=#!/bin/bash PHPRC=/etc/php/8.2/cgi export PHPRC umask 022 export PHP_FCGI_CHILDREN PHP_FCGI_MAX_REQUESTS=99999 export PHP_FCGI_MAX_REQUESTS exec /usr/bin/php-cgi8.2
Did you remove that form on purpose or is it a bug?
thanks!