Dmitriev Roman 950c211481 The installer has been added há 4 meses atrás
..
cron.d bde026938a cosmetic changes há 1 ano atrás
eye.conf 950c211481 The installer has been added há 4 meses atrás
readme.txt f868cce259 bugfix: fixed the immediate update of the dhcp server configuration. há 1 ano atrás
sessionclean-fpm f868cce259 bugfix: fixed the immediate update of the dhcp server configuration. há 1 ano atrás

readme.txt

a2dismod php8.2
a2dismod mpm_prefork
a2enmod mpm_event

apt install php-fpm libapache2-mod-fcgid

a2enconf php8.2-fpm
a2enmod proxy proxy_fcgi setenvif

mkdir -p /var/log/php-fpm/

apachectl configtest

systemctl enable php8.2-fpm.service
systemctl restart php8.2-fpm.service

systemctl restart apache2

#test
# apachectl -M | grep 'mpm'
mpm_event_module (shared)

# apachectl -M | grep 'proxy'
proxy_module (shared)
proxy_fcgi_module (shared)