http://forum.directadmin.com/showthread.php?t=37467
yum -y install libcap-devel
wget -O mod_ruid2-0.9.7.tar.bz2 "http://downloads.sourceforge.net/project/mod-ruid/mod_ruid2/mod_ruid2-0.9.7.tar.bz2?r=&ts=1335638772&use_mirror=kent"
tar xjf mod_ruid2-0.9.7.tar.bz2
cd mod_ruid2-0.9.7
apxs -a -i -l cap -c mod_ruid2.c
chown -R webapps:webapps /var/www/html
nano -w /etc/httpd/conf/extra/httpd-directories.conf
<Directory "/var/www/html">
Options -Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
<IfModule mod_suphp.c>
suPHP_Engine On
suPHP_UserGroup webapps webapps
SetEnv PHP_INI_SCAN_DIR
</IfModule>
RUidGid webapps webapps
</Directory>
Waarvan je alleen de volgende regel hoeft toe te voegen:
RUidGid webapps webapps
en dan sla hem op.
En dan doe je:
httpd restart og service httpd restart
Op http://forum.directadmin.com/showthread.php?t=37467 staat het volgende gedeelte over het controleren of de module goed geïnstalleerd is.
"Lets confirm mod_ruid2 is added
grep 'mod_ruid2' /etc/httpd/conf/httpd.conf
If you get any response like below its installed
LoadModule ruid2_module /usr/lib/apache/mod_ruid2.so"
Als je geen output krijgt op grep dan is de module nog niet geïnstalleerd.