root f868cce259 bugfix: fixed the immediate update of the dhcp server configuration. hai 1 ano
..
cron.d bde026938a cosmetic changes hai 1 ano
eye.conf c0693774e5 upload mysql schema for version 2.7.0 hai 1 ano
readme.txt f868cce259 bugfix: fixed the immediate update of the dhcp server configuration. hai 1 ano
sessionclean-fpm f868cce259 bugfix: fixed the immediate update of the dhcp server configuration. hai 1 ano

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)