Hello,
trying to upgrade to i-mscp 1.3.7 my jessie setup, but with apache2 from stretch (I need http2 support) i obtain this error when apache2 tries to start:
Code
- Oct 26 20:19:36 tiger apache2[15025]: apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error on line 2 of /etc/apache2/mods-enabled/proxy_fcgi.load: Cannot load /usr/lib/apache2/modules/mod_proxy_fcgi.so into server: /usr/lib/apache2/modules/mod_proxy_fcgi.so: undefined symbol: ap_log_rdata
To avoid this I added this code to fix_apache2_mod_proxy_fcgi.sh :
In this case if version of apache is 2.4.23 or greater it doesn't try to patch it.
Let me know if you have a better solution