Roman Dmitriev 61f84a7841 fixed mysql schema 1 gadu atpakaļ
..
cron.d bde026938a cosmetic changes 1 gadu atpakaļ
eye.conf c0693774e5 upload mysql schema for version 2.7.0 1 gadu atpakaļ
readme.txt 61f84a7841 fixed mysql schema 1 gadu atpakaļ
sessionsclean-fpm bde026938a cosmetic changes 1 gadu atpakaļ

readme.txt

a2dismod php8.2
a2dismod mpm_prefork
a2enmod mpm_event

apt install php-fpm libapache2-mod-fcgid

a2enconf php8.2-fpm
a2enmod proxy

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)