TulipTools Internet Business Owners and Online Sellers Community

Full Version: Managing Apache2 Modules on a Debian Linux Server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Article explains how to manage and enable Apache2 modules on a Debian Linux server:

Quote:Managing apache2 modules in Debian:

The Debian apache2 package provides a unique mode of managing modules. All the loading and configuration related entries are found in individual files inside folder /etc/apache2/mods-available/. Here we will find files like module_name.load (and if needed module_name.conf). Also all additional installed modules will place their configuration files in the same place.

Inside the folder /etc/apache2/mods-enabled/ we will find all the enabled modules. Here we will find symlinks to the files from mods_available for all the enabled modules. Only the modules found in this folder will be enabled at run time...

full article: http://www.ducea.com/2006/05/30/managing...ebian-way/