PDA

View Full Version : [all variants] Adding Apache2 Modules



Wangsta
June 19th, 2008, 11:19 PM
I was wanting to add mod_auth_dbm module to Apache and still keep my current configuration.

Sorry for being a total noob, but how do I do that?:confused:

molotov00
June 20th, 2008, 12:14 AM
I'm unclear as to what you are trying to acheive. Please clarify.

http://httpd.apache.org/docs/2.0/mod/mod_auth_dbm.html

Wangsta
June 23rd, 2008, 03:59 PM
So the auth_dbm module isn't enabled. How do I enable it without having to reconfigure everything?

Wangsta
June 24th, 2008, 02:43 AM
bump

SpaceTeddy
June 24th, 2008, 09:19 AM
sudo a2enmod mod_auth_dbm
sudo /etc/etc/init.d/apache2 force-reload

this will only enable the module - it will NOT do anything to your configuration. You will need to edit that afterwards to use the dbm module...

hope it helps :)

Wangsta
June 24th, 2008, 04:50 PM
Yay!
Thanks alot, this is exactly what i was looking for!:biggrin: