[feature request]Mod_ruid2 ifmodule in httpd-directory.conf

Richard G

Verified User
Joined
Jul 6, 2008
Messages
13,529
Location
Maastricht
Since a lot of users make use of Mod-ruid 2 I would like to make this request.

In httpd-directory.conf there is a suphp statement like this:
Code:
<IfModule mod_suphp.c>
                suPHP_Engine On
                suPHP_UserGroup webapps webapps
                SetEnv PHP_INI_SCAN_DIR
        </IfModule>

Could this one be added?
Code:
<IfModule mod_ruid2.c>
                RUidGid webapps webapps
        </IfModule>
in httpd-directory.conf?

Little step and this prevents the need of changing this config.

Maybe it's a better idea to integrade mod_ruid2 by using a yes/no options in options.conf but I don't know if that might be too difficult to make or become obsolete in custombuild 2.0.

However, this little "ifmodule" adjustment would be nice for custombuild 1.1 and 1.2 users.
 
Code:
cd /usr/local/directadmin/data/templates
mkdir custom
cp httpd.conf custom
vi custom/httpd.conf
 
Last edited:
I know that option but...
Little step and this prevents the need of changing this config.
Making a custom one is also changing stuff.:)
And mod_ruid2 is widely used by many hosters.
 
Back
Top