Richard G
Verified User
I just installed a new server and have a couple of questions regarding to custombuild 2.0 since I use it for the first time (always was on CB 1.2 until now).
1.) I activated mod_ruid and miss some things. Previous we had to change httpd.conf files like enable mod_ruid
Which is (as you can see) commented out now in CB2's httpd.conf. Where is the module loaded instead?
2.) In httpd.conf we also had to put these lines:
I don't see this anymore. Is mod ruid working OK without this or where is this setting residing now?
3.) Changes in like httpd-directories-new.conf (for webmail)
after </ifmodule> we had to add the webapps line:
Is this not necessary anymore?
Then another question about webmail.
In directadmin.conf we could use the line:
webmail_link=webmail
is that line still valid for in directadmin.conf?
1.) I activated mod_ruid and miss some things. Previous we had to change httpd.conf files like enable mod_ruid
Code:
#LoadModule ruid2_module /usr/lib/apache/mod_ruid2.so
2.) In httpd.conf we also had to put these lines:
Code:
# Mod_ruid
RMode config
RUidGid apache access
3.) Changes in like httpd-directories-new.conf (for webmail)
after </ifmodule> we had to add the webapps line:
Code:
</IfModule>
RUidGid webapps webapps
Then another question about webmail.
In directadmin.conf we could use the line:
webmail_link=webmail
is that line still valid for in directadmin.conf?