le as it's
now embedded into apache.
-Original Message-
From: Matthias Leopold [mailto:matth...@aic.at]
Sent: 25 March 2009 12:08
To: users@httpd.apache.org
Subject: Re: [us...@httpd] disabling builtin modules
thx for reply, but a2enmod is debian specific and works only for dynamic
modu
thx for reply, but a2enmod is debian specific and works only for dynamic
modules, my main problem is disabling a builtin module in a self
compiled apache binary
matthias
Richard Peacock schrieb:
> Hello,
>
> I'm not sure if this will work but I don't think there is anything to loose
> by trying
Hello,
I'm not sure if this will work but I don't think there is anything to loose by
trying it :)
Login as root
# a2emmod -l
Mod_this mod_that mod_foo mod_bar
# a2enmod -d [modname]
# a2enmod new_mod_to_add
# service apache restart
(a2enmod ... -l to list, -d to delete)
Although I used a pack