|
From: Munzir T. <mun...@gm...> - 2006-12-16 06:53:50
|
Yes Jamie, as Kris pointed out they are equivalent. To confirm here is an ls output: # ls -l /etc/apache2/mods-enabled/suexec.load lrwxrwxrwx 1 root root 39 2006-12-15 14:40 /etc/apache2/mods-enabled/suexec.load -> /etc/apache2/mods-available/suexec.load Also, # cat /etc/apache2/mods-enabled/suexec.load LoadModule suexec_module /usr/lib/apache2/modules/mod_suexec.so And # ls -l /usr/lib/apache2/modules/mod_suexec.so -rw-r--r-- 1 root root 4688 2006-07-26 14:01 /usr/lib/apache2/modules/mod_suexec.so What else please should I check? I wonder why ubuntu behaves with me different than anyone in the world! ;) On 12/16/06, Kris Deugau <kd...@vi...> wrote: > > Jamie Cameron wrote: > > 1) Go to the /etc/apache2/mods-enabled directory > > 2) Run ln -s ../mods-available/suexec.* . > > This is what "a2enmod <module>" is supposed to do on Debian and its > derivatives (like Ubuntu). > > -kgd > |