apache2[1204]: Invalid command ‚php_flag‘, perhaps misspelled or defined by a module not included in the server configuration
Solution:
apt-get remove libapache2-mod-php5
a2dismod php5
apt-get install libapache2-mod-php7.0
apache2[1204]: Invalid command ‚php_flag‘, perhaps misspelled or defined by a module not included in the server configuration
Solution:
apt-get remove libapache2-mod-php5
a2dismod php5
apt-get install libapache2-mod-php7.0