I try to enable module version for apache2, with a2enmod version
but return a error ERROR: Module version does not exist!
How do I install this module??
Thanks
Modules are service programs that can be dynamically linked and loaded to extend the nature of the HTTP Server. In this way, the Apache modules provide a way to extend the function of a Web server. Functions commonly added by optional modules include: Authentication.
If you need to check the Apache version number installed on your server, you can do so in one of a couple of ways. Type apache in the search bar and open up the Apache Status screen. The current Apache version will be displayed next to Server Version on the Apache Status page.
The LoadModule directive links in the object file or library filename and adds the module structure named module to the list of active modules. Module is the name of the external variable of type module in the file, and is listed as the Module Identifier in the module documentation.
mod_version
is statically compiled into Debian/Ubuntu's apache2
packages. You can't install or enable it separately. It's directives will just work out of the box.
apachectl -M
will show you the loaded modules.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With