text
Since there are alot of people asking for it, here is my HowTo about mod_ruid2 This is based on my Debian server with Apache 2.x. Installing this module its no longer needed to chmod config files to 666 or upload/attachments directories to 777. Since with this module enabled everything @ HTTP will run under the user itself and not 'apache' anymore. ** If you are using mod_ruid instead of mod_ruid2, first of all remove the mod_ruid line from '/etc/httpd/conf/httpd.conf' First, we are going to install libcap-devel
For Debian
apt-get nstall libcap-dev
For CentOS
yum -y install libcap-devel
After this is done we are going to download and install mod_ruid2
wget http://dave.t0xic.nl/tars/mod_ruid2-0.9.3.tar.bz2 tar xjf mod_ruid2-0.9.3.tar.bz2 cd mod_ruid2-0.9.3 apxs -a -i -l cap -c mod_ruid2.c