Apache - Lijst gelade modules

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
apachectl -M

Voorbeeld juli 2020, direct na installatie Apache op m'n laptop (Dell2016):

Loaded Modules:

 access_compat_module (shared)
 alias_module (shared)
 auth_basic_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)
 core_module (static)
 deflate_module (shared)
 dir_module (shared)
 env_module (shared)
 filter_module (shared)
 http_module (static)
 log_config_module (static)
 logio_module (static)
 mime_module (shared)
 mpm_prefork_module (shared)
 negotiation_module (shared)
 php7_module (shared)
 reqtimeout_module (shared)
 setenvif_module (shared)
 so_module (static)
 status_module (shared)
 unixd_module (static)
 version_module (static)
 watchdog_module (static)

Merk op dat de rewrite-module ontbreekt, terwijl ik deze aanroep in de configuratiebestanden van alle virtuele hosts.

Suggesties Installatie webserver:

sudo a2dismod mpm_event
sudo a2enmod mpm_prefork
sudo a2enmod rewrite

sudo systemctl restart apache2