Apache-Wechsel von Prefork zu Worker und Überprüfung der installierten Module

Apache-Wechsel von Prefork zu Worker und Überprüfung der installierten Module

Ich habe eine Debian-Maschine und derzeit Apache Prefork. Ich möchte in den Worker-Modus wechseln. In phpinfo habe ich gefunden, dass diese Module installiert sind:

core 
mod_so 
mod_watchdog 
http_core 
mod_log_config 
mod_logio 
mod_version 
mod_unixd 
mod_access_compat 
mod_alias 
mod_auth_basic 
mod_authn_core 
mod_authn_file 
mod_authz_core 
mod_authz_host 
mod_authz_user 
mod_autoindex 
mod_deflate 
mod_dir 
mod_env 
mod_filter 
mod_mime 
prefork 
mod_negotiation 
mod_php7 
mod_reqtimeout 
mod_rewrite 
mod_setenvif 
mod_socache_shmcb 
mod_ssl 
mod_status

Wie kann ich herausfinden, ob alle Module im Worker-Modus ordnungsgemäß funktionieren?

verwandte Informationen