Plain php text showing issue solve

Solution: 1

sudo systemctl status php8.1-fpm

sudo apt-get install php8.1-fpm

sudo apt install apache2 libapache2-mod-fcgid

sudo apt install libapache2-mod-fcgid

sudo a2enmod actions fcgid alias proxy_fcgi


Solution: 2

sudo a2dismod mpm_event

sudo systemctl restart apache2

sudo a2enmod mpm_prefork

sudo systemctl restart apache2

sudo a2enmod php7.0

sudo systemctl restart apache2

Comments

Popular posts from this blog

WP register_post_type() with custom CMB2 meta box

Git post receive setup at server for git push to the production from local machine