Directory containing server descriptions is:
/etc/apache2/conf-available
Apache is a highly extensible web server. This is acomplished by loadable modules available through packages. Some of them are installed by default (but may need to be enabled). Others must be manually installed.
Command to control the Apache server is:
apache2ctl
For instance, restarting the server is done with:
Once you have copied configuration file apache-lxrserver.conf into the Apache configuration directory, you must tell Apache to take it into consideration. The commands are:
Of course, restart the server after this step.
Module mod_version is present in standard distribution but not enabled. To enable it, run the following command before restarting the server:
Ensure you have the latest version of the mod_mpm_worker module. For that, disable all MPM-related modules, install the latest package, enable the new module and restart the server.
-
)
and underscore (_
) characters.