Thank you. It was for php 5.6. With 7.3 o get same error, that does not exist. When i used it for php 5.6, i get that Module php5.6 already disabled. That is mabye php5_module (shared)? At least, in ispconfig in preview of my site i can see as PHP set FAST-CGI. Maybe solution of this problem is switch here via ispconfig from fast-cgi to PHP-FPM? But i am not sure if this settings does not broke vps/sites
I think 'apachectl -M' shoes what modules you have enabled, to see what you should disable, or 'ls /etc/apache2/mods-enabled'.
Thank you. With this command i can see in list Code: root@vm28069:~# apachectl -M AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/apache2/sites-enabled/000-ispconfig.vhost:7 Loaded Modules: core_module (static) so_module (static) watchdog_module (static) http_module (static) log_config_module (static) logio_module (static) version_module (static) unixd_module (static) access_compat_module (shared) actions_module (shared) alias_module (shared) auth_basic_module (shared) auth_digest_module (shared) authn_core_module (shared) authn_file_module (shared) authz_core_module (shared) authz_host_module (shared) authz_user_module (shared) autoindex_module (shared) cache_module (shared) dav_module (shared) dav_fs_module (shared) deflate_module (shared) dir_module (shared) env_module (shared) expires_module (shared) fastcgi_module (shared) fcgid_module (shared) file_cache_module (shared) filter_module (shared) headers_module (shared) http2_module (shared) include_module (shared) mime_module (shared) mpm_prefork_module (shared) negotiation_module (shared) passenger_module (shared) php5_module (shared) proxy_module (shared) proxy_fcgi_module (shared) python_module (shared) reqtimeout_module (shared) rewrite_module (shared) setenvif_module (shared) socache_shmcb_module (shared) ssl_module (shared) status_module (shared) suexec_module (shared) So maybe i have to try disable php5_module?
This works for me with php7.2. I had fails because I had a mod_php site enabled but when I disabled it it works like a charm. Webs seems to load much faster now. Thanks